diff --git a/common/style/layout.css b/common/style/layout.css index 5b5d99a..81884ec 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -13,12 +13,16 @@ uni-button:after { } .content{ - /* display: flex; */ width: 100%; height: 100%; - background-color: #fff;/* - justify-content: space-between; - align-items: flex-start; */ + background-color: #f5f5f5; +} +.search-confirm-wrap { + width: calc(100% - 60rpx); + background-color: #fff; + margin: 30rpx auto; + border-radius: 12rpx; + padding-bottom: 30rpx; } .search-wrap{ display: flex; @@ -89,8 +93,8 @@ uni-button:after { } .grid-wrap{ width: 100%; - height: calc(100% - 324rpx); /** 88+ 30+ 90 + 30+ 86*/ - padding: 30rpx; + height: calc(100% - 420rpx); /** 88+ 30*4+ 86*2*/ + padding: 0 30rpx 30rpx 30rpx; overflow-y: scroll; } .grid-table{ diff --git a/pages/management/hcxcheck.vue b/pages/management/hcxcheck.vue index 239d03a..ade43a0 100644 --- a/pages/management/hcxcheck.vue +++ b/pages/management/hcxcheck.vue @@ -1,11 +1,19 @@