shuishen
2023-12-23 5cbe98c93a08de0b21a4b076186fac696b09dfdc
src/styles/common.scss
@@ -1,5 +1,7 @@
// 全局变量
@import './variables.scss';
@import './avue-ui.scss';
// ele样式覆盖
@import './element-ui.scss';
// 顶部右侧显示
@@ -19,12 +21,16 @@
//通用配置
@import './normalize.scss';
a{
  text-decoration: none;
  color:#333;
a {
    text-decoration: none;
    color: #333;
}
*{
  outline: none;
* {
    outline: none;
}
//滚动条样式
@include scrollBar;