no message
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user