This commit is contained in:
kbing1981 2024-08-21 13:50:52 +08:00
parent 4f0c067330
commit 0aa12102f3
1 changed files with 4 additions and 2 deletions

View File

@ -208,11 +208,12 @@
.leftTab {
width:19%;
height: 100%;
background: #f2fffb;
background: #fff;
// border-radius: 0px 15rpx 0px 0px;
// padding: 24rpx 11rpx;
box-sizing: border-box;
margin-top: 10px;
border-top: 1px solid #f7f7f7;
// margin-top: 10px;
position: fixed;
left: 0;
.tabBox {
@ -612,6 +613,7 @@
flex-direction: row;
align-items: center;
justify-content: space-between;
background: #fff;
}
.view-cata {