mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
✨feat: Mask add Gaussian blur
This commit is contained in:
parent
feca67239d
commit
f748f08383
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user