mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
修改样式细节,修改utils
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
@import './var.scss';
|
||||
@import './animation.scss';
|
||||
|
||||
// 毛玻璃
|
||||
.--background-filter {
|
||||
backdrop-filter: $--filter-blur;
|
||||
background-color: $--filter-color;
|
||||
backdrop-filter: $--filter-blur-base;
|
||||
background-color: $--filter-color-base;
|
||||
}
|
||||
|
||||
// 边框圆角
|
||||
.--border-radius {
|
||||
border-radius: $--border-radius;
|
||||
border-radius: $--border-radius-base;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user