李凌
2025-12-16 9337c3cf960b60078558b7f942fd27f1ab39364b
src/views/cryptos/Trade/index.vue
@@ -651,12 +651,12 @@
  .select-box {
    width: 220px;
    background: $inp-b;
    margin-right: 20px;
  }
    @include themify() {
      background: themed("input_background") !important;
    }
  }
}
.z-100 {
@@ -665,8 +665,12 @@
.option-box {
  z-index: 99;
  background: $inp-b;
  box-shadow: 0px 0px 0.1875rem 0.1875rem $inp-b;
  @include themify() {
    background: themed("input_background");
    box-shadow: 0px 0px 0.1875rem 0.1875rem themed("input_background");
    color: themed("text_color");
  }
}
:deep(.van-action-sheet__content) {
@@ -674,7 +678,10 @@
  .van-action-sheet__item {
    background: transparent;
    color: $text_color;
    @include themify() {
      color: themed("text_color");
    }
  }
}