ui库合并版本完成

This commit is contained in:
aixianling
2022-12-01 09:13:53 +08:00
parent fe3e06e654
commit 02a4b50fc0
39 changed files with 47 additions and 5989 deletions

12
ui/lib/styles/vars.scss Normal file
View File

@@ -0,0 +1,12 @@
$primaryColor: #26f !default;
$borderColor: #d0d4dc !default;
$primaryBtnColor: linear-gradient(90deg, #299FFF 0%, #0C61FF 100%) !default;
$successColor: #2EA222 !default;
$warnColor: #F82 !default;
$errorColor: #F46 !default;
$infoColor: #8D96A9 !default;
$theme: "blue" !default;
$projectName: linear-gradient(180deg, #5AC4FF 11%, #1347B6 100%) !default;
$primaryLightColor: rgba(239, 246, 255, 1) !default;
$textShadow: #384DC3 !default;
$placeholderColor: #888 !default;