Commit a17ac18e by yuhao

修改刑嫌和图片

parent 82c380af
...@@ -1163,9 +1163,9 @@ export default { ...@@ -1163,9 +1163,9 @@ export default {
} }
}); });
} else { } else {
if (j.id == 'xm' || j.id == 'xmhypy' || j.id == 'bmch' || j.id == 'xbdm' || j.id == 'csrq') { // if (j.id == 'xm' || j.id == 'xmhypy' || j.id == 'bmch' || j.id == 'xbdm' || j.id == 'csrq') {
j.disabled = true // j.disabled = true
} // }
self.$set( self.$set(
self.formLabelAlign, self.formLabelAlign,
j.id, j.id,
......
...@@ -32,15 +32,19 @@ export default { ...@@ -32,15 +32,19 @@ export default {
footerList: [ footerList: [
{ {
title: '个案侦办' url: require('../../assets/img/resources/bg2.png'),
title: '个案分析'
}, },
{ {
url: require('../../assets/img/resources/bg2.png'),
title: '在逃人员' title: '在逃人员'
}, },
{ {
url: require('../../assets/img/resources/bg2.png'),
title: '重点人员' title: '重点人员'
}, },
{ {
url: require('../../assets/img/resources/bg2.png'),
title: '脏物管理' title: '脏物管理'
}, },
...@@ -137,15 +141,17 @@ footer { ...@@ -137,15 +141,17 @@ footer {
background: rgba(107, 186, 255, 0.14); background: rgba(107, 186, 255, 0.14);
border-radius: 8px; border-radius: 8px;
margin-right: 28px; margin-right: 28px;
padding-top: 12px; padding-top: 70px;
img {
width: 80px;
height: 80px;
}
p { p {
height: 20px; height: 20px;
font-size: 24px; font-size: 24px;
font-weight: 400; font-weight: 400;
color: #bfd8f2; color: #bfd8f2;
line-height: 240px; margin-top: 30px;
margin-top: 2px;
} }
} }
div:nth-child(8) { div:nth-child(8) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment