Explorar el Código

更新样式引用新版规则

dengshaobo hace 1 año
padre
commit
7b270d2fdb
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/login/login.vue

+ 1 - 2
src/views/login/login.vue

@@ -278,6 +278,5 @@ const GoWebsite = () => {
 }
 </script>
 <style lang="scss">
-@import "../../styles/login.scss";
-
+@use "../../styles/login.scss" as *;
 </style>