Explorar el Código

fix:图标抽屉的样式

ananzhusen hace 1 año
padre
commit
3f364c1240
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;