Browse Source

样式bug修改

master
蟑螂恶霸 2 years ago
parent
commit
ec5fda26a4
  1. 2
      src/views/enforce/enterpriseScanPreview.vue
  2. 7
      src/views/enforce/enterpriseWarningInfo.vue

2
src/views/enforce/enterpriseScanPreview.vue

@ -182,7 +182,7 @@ const goBack = () => {
.white-body {
margin: 0 4%;
width: 92%;
height: 96%;
height: 100%;
background-color: #fff;
border-radius: 0.25rem;
}

7
src/views/enforce/enterpriseWarningInfo.vue

@ -401,9 +401,10 @@
}
.goods_box {
margin: 2%;
width: 96%;
border-bottom: 4px solid #f0f4f7;
margin: 3%;
width: 94%;
box-shadow: 0 0 6px #eee;
border-radius: 10px;
}
/deep/ .van-hairline--bottom {

Loading…
Cancel
Save