fix🐛: 解决切换语言不会监听的问题

This commit is contained in:
MTrun
2022-01-07 12:25:23 +08:00
parent c8098f429d
commit b349f3440b
18 changed files with 54 additions and 26 deletions
-7
View File
@@ -52,13 +52,6 @@
}
}
//获取斑点渐变颜色
@mixin background-point($target) {
@include themeify {
background-image: themed($target);
}
}
//获取边框颜色
@mixin filter-border-color($target) {
@include themeify {
+1 -1
View File
@@ -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;