mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix🐛: 解决切换语言不会监听的问题
This commit is contained in:
@@ -52,13 +52,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
//获取斑点渐变颜色
|
||||
@mixin background-point($target) {
|
||||
@include themeify {
|
||||
background-image: themed($target);
|
||||
}
|
||||
}
|
||||
|
||||
//获取边框颜色
|
||||
@mixin filter-border-color($target) {
|
||||
@include themeify {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
// 背景斑点需配合 @mixin background-point 使用
|
||||
// 背景斑点需配合 @mixin background-image 使用
|
||||
.go-point-bg {
|
||||
@include fetch-theme('background-color');
|
||||
background-size: 15px 15px, 15px 15px;
|
||||
|
||||
Reference in New Issue
Block a user