Commit 85227455 by 无尘

fix: 修改样式

parent e935e7ba
// selected background color
$blue-selected: #f0f5ff;
// hover
$blue-hover: #597ef7;
// click
$blue-click: #1d39c4;
// normal、link、brand color
$blue: #2f54ed;
// success
$green-success: #52c41a;
// warning
$yellow-warning: #faad14;
// success
$red-error: #f5222d;
// 标题文字
$gray01: #303133;
// 常规信息、按钮文字
$gray02: #606266;
// 内容文字、说明文字
$gray03: #909399;
// 输入框说明文字
$gray-placeholder: #c0c4cc;
// 线框、输入框、下拉框的边框颜色
$gray-border: #c4c6cf;
// tab选项卡、表格单元格底部分割线
$gray-tab: #dcdfe6;
// 表头背景色
$gray-thead: #ebecf0;
// 分割线的颜色
$gray-separator: #e4e7ed;
// 背景底色
$gray-background: #f0f2f5;
// 输入框禁止输入的颜色
$gray-disable: #f5f7fa;
@import './colors.scss';
@import './colors.less';
.font-909399 {
color: #909399;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment