This commit is contained in:
parent
4f0c067330
commit
0aa12102f3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue