Selaa lähdekoodia

fix: 选中筛选项下方横线,加长一些

liangan 3 viikkoa sitten
vanhempi
sitoutus
5ac32510ad
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      src/pages/search/search.vue

+ 8 - 0
src/pages/search/search.vue

@@ -193,6 +193,14 @@ onLoad(() => {
   }
   .wd-drop-menu__list {
     background: none;
+    .wd-drop-menu__item-title::after {
+      width: 60% !important;
+    }
+  }
+  .wd-sort-button--line {
+    .wd-sort-button__left::after {
+      width: 90% !important;
+    }
   }
 }
 </style>