|
|
@@ -163,3 +163,14 @@ body {
|
|
|
margin: 10px 0 10px 20px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+// 修改vxe-ui的环境变量
|
|
|
+// 默认主题
|
|
|
+html[data-vxe-ui-theme='light'] {
|
|
|
+ // 活动颜色
|
|
|
+ --vxe-ui-font-primary-color: #1677ff;
|
|
|
+}
|
|
|
+// 暗黑主题
|
|
|
+html[data-vxe-ui-theme='dark'] {
|
|
|
+ --vxe-ui-font-primary-color: #1677ff;
|
|
|
+}
|