no message

This commit is contained in:
2023-03-22 18:57:35 +08:00
parent 5fdd6b91c8
commit 67e02ec7bf
4 changed files with 57 additions and 41 deletions

View File

@@ -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{