多模块重构 12:修改项目名字,按照新的规则

This commit is contained in:
YunaiV
2022-02-02 22:33:39 +08:00
parent 352a67c530
commit 0773a4c4d7
1040 changed files with 12 additions and 190 deletions

13
yudao-ui-app-v1/uni.scss Normal file
View File

@ -0,0 +1,13 @@
@import '@/uni_modules/uview-ui/theme.scss';
.u-button--success {
background-color: #5ac725 !important; // TODO 芋艿:莫名不行
}
.u-button--primary {
background-color: #3c9cff !important; // TODO 芋艿:莫名不行
}
.u-button--error {
background-color: #f56c6c !important; // TODO 芋艿:莫名不行
}
$base-color: #ff536f;