This commit is contained in:
sunyuqiang
2023-08-01 18:24:24 +08:00
14 changed files with 71 additions and 48 deletions

View File

@@ -1,3 +1,8 @@
@import "~ant-design-vue/dist/antd.less"; // 引入官方提供的 less 样式入口文件
@primary-color: #ff4ea4; // 全局主色
@error-color: #ff4ea4; // 错误色
:root {
--color-text-primary: rgba(0, 0, 0, 0.85);
--color-text-content: #141414;