|
@@ -31,20 +31,25 @@
|
|
|
width: 300px;
|
|
|
height: 86vh;
|
|
|
background-color: #fff;
|
|
|
- max-height: 310px;
|
|
|
+ max-height: 460px;
|
|
|
--van-tabs-line-height: 50px;
|
|
|
--van-tab-active-text-color: var(--van-primary-color);
|
|
|
|
|
|
:global {
|
|
|
- .van-swipe-item {
|
|
|
+ .van-tabs__content {
|
|
|
height: calc(86vh - 50px);
|
|
|
- overflow-y: auto;
|
|
|
- padding: 0 10px 10px 10px;
|
|
|
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 0;
|
|
|
- display: none;
|
|
|
+ .van-tab__panel:first-child {
|
|
|
+ height: 100%;
|
|
|
+ overflow-y: auto;
|
|
|
+ padding: 0 10px 10px 10px;
|
|
|
+
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0;
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.van-tabs__nav--line {
|