|
@@ -5,13 +5,13 @@
|
|
|
|
|
|
@charset "utf-8";
|
|
|
|
|
|
-@import "./normalize.scss";
|
|
|
-@import "./transition.scss";
|
|
|
-@import "./loading.scss";
|
|
|
-@import "./themes/green.scss";
|
|
|
-@import "./themes/glory.scss";
|
|
|
-@import "./themes/dark.scss";
|
|
|
-$base: ".vab";
|
|
|
+@import './normalize.scss';
|
|
|
+@import './transition.scss';
|
|
|
+@import './loading.scss';
|
|
|
+@import './themes/green.scss';
|
|
|
+@import './themes/glory.scss';
|
|
|
+@import './themes/dark.scss';
|
|
|
+$base: '.vab';
|
|
|
|
|
|
@mixin scrollbar {
|
|
|
max-height: 88vh;
|
|
@@ -96,6 +96,10 @@ html {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .v-modal {
|
|
|
+ backdrop-filter: blur(10px);
|
|
|
+ }
|
|
|
+
|
|
|
/* el-tag开始 */
|
|
|
.el-tag + .el-tag {
|
|
|
margin-left: 10px;
|
|
@@ -143,7 +147,7 @@ html {
|
|
|
.app-main-container {
|
|
|
@include base-scrollbar;
|
|
|
|
|
|
- > [class*="-container"] {
|
|
|
+ > [class*='-container'] {
|
|
|
padding: $base-padding;
|
|
|
background: $base-color-white;
|
|
|
}
|