Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
85227455
Commit
85227455
authored
Jul 20, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改样式
parent
e935e7ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
37 deletions
+1
-37
colors.scss
src/styles/colors.scss
+0
-36
component.less
src/styles/component.less
+1
-1
No files found.
src/styles/colors.scss
deleted
100644 → 0
View file @
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
;
src/styles/component.
sc
ss
→
src/styles/component.
le
ss
View file @
85227455
@import
'./colors.
sc
ss'
;
@import './colors.
le
ss';
.font-909399 {
color: #909399;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment