|
@@ -9,7 +9,7 @@
|
|
width: 300px;
|
|
width: 300px;
|
|
height: 86vh;
|
|
height: 86vh;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
- max-height: 310px;
|
|
|
|
|
|
+ max-height: 340px;
|
|
--van-tabs-line-height: 50px;
|
|
--van-tabs-line-height: 50px;
|
|
--van-tab-active-text-color: var(--van-primary-color);
|
|
--van-tab-active-text-color: var(--van-primary-color);
|
|
|
|
|
|
@@ -17,7 +17,7 @@
|
|
.van-tab__panel {
|
|
.van-tab__panel {
|
|
position: relative;
|
|
position: relative;
|
|
height: calc(86vh - 50px);
|
|
height: calc(86vh - 50px);
|
|
- max-height: calc(310px - 50px);
|
|
|
|
|
|
+ max-height: calc(340px - 50px);
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
padding: 0 20px 10px 20px;
|
|
padding: 0 20px 10px 20px;
|
|
|
|
|