mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix:路由处理,CSS处理,样式处理,全局变量处理
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@import './var.scss';
|
||||
|
||||
// 毛玻璃
|
||||
.--background-filter {
|
||||
backdrop-filter: $--filter-blur;
|
||||
background-color: $--filter-color;
|
||||
}
|
||||
|
||||
// 边框圆角
|
||||
.--border-radius {
|
||||
border-radius: $--border-radius;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user