|
@@ -1,5 +1,4 @@
|
|
.container {
|
|
.container {
|
|
- padding: 12px 13px;
|
|
|
|
:global{
|
|
:global{
|
|
.van-dropdown-item__option--active .van-cell__title{
|
|
.van-dropdown-item__option--active .van-cell__title{
|
|
color: var(--van-primary-color);
|
|
color: var(--van-primary-color);
|
|
@@ -8,7 +7,8 @@
|
|
}
|
|
}
|
|
|
|
|
|
.list{
|
|
.list{
|
|
- min-height: 50vh;
|
|
|
|
|
|
+ padding: 12px 13px;
|
|
|
|
+ min-height: calc(100vh - var(--header-height));
|
|
:global{
|
|
:global{
|
|
.van-empty{
|
|
.van-empty{
|
|
height: calc(80vh - var(--header-height));
|
|
height: calc(80vh - var(--header-height));
|