Selaa lähdekoodia

fix:图标抽屉的样式

ananzhusen 1 vuosi sitten
vanhempi
sitoutus
3f364c1240
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/components/common/Iconfonts.vue

+ 1 - 1
src/views/components/common/Iconfonts.vue

@@ -67,7 +67,7 @@ const addIcons = (url: string) => {
 </script>
 <style lang="postcss" scoped>
 .icons {
-  display: grid;
+  display: grid !important;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   gap: 12px;
   padding-left: 6px;