Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
3dfc9c6a
Commit
3dfc9c6a
authored
Sep 16, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yangshi
parent
9f47b069
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
48 deletions
+42
-48
custom.less
assets/css/custom.less
+2
-8
deepBlank.less
assets/css/themes/deepBlank.less
+19
-21
default.less
assets/css/themes/default.less
+21
-19
No files found.
assets/css/custom.less
View file @
3dfc9c6a
//定义变量
//@import './themes/de
fault
.less';
//@import './themes/de
epBlank
.less';
// @import './themes/green.less';
@import './themes/blank.less';
@import './themes/default.less';
assets/css/themes/
b
lank.less
→
assets/css/themes/
deepB
lank.less
View file @
3dfc9c6a
//-------------蓝色-----------
// -------------深色-----------
//滚动条颜色
@scrollbar-track-bg-color: rgb(239, 239, 239);
...
...
@@ -6,40 +7,35 @@
@scrollbar-thumb-bg-color-hover: rgba(38, 128, 235, 0.8);
@scrollbar-corner-bg-color: rgba(38, 128, 235, 1);
//顶部导航颜色
@home-mene: #2680eb;
@layout-header: #
515A6E
;
@layout-tabs: #
f5f7f9
;
@layout-header: #
2f2f57
;
@layout-tabs: #
5151f1
;
@layout-tabs-close: #515A6E;
//bady颜色
@layout-content-bg-color: #fff;
@card-bg: #fff;
@body-color: #515a6e;
@border-color: #dcdfe6;
@border-bot-color: #eee;
@msg-bg-color: #fff;
@layout-content-bg-color: #232341;
@card-bg: #2f2f57;
@body-color: #fff;
@border-color: #2680eb;
@border-bot-color: #2f2f57;
@msg-bg-color: #292a4e;
//table表头颜色
@table-header: #
edeef0
;
@table-title-color: #
515a6e
;
@table-header: #
2b3568
;
@table-title-color: #
fff
;
@cao-zuo-color: #2680eb;
//user
@s1-color: #333;
@s1-color: #fff;
//图标颜色
@icon-title-color: #
2680eb
;
@icon-title-color: #
fff
;
//左右滑动图标颜色
@icon-slide1-color: #dcdfe6;
@icon-slide2-color: #a7b8cc;
@icon-slide1-color: #22489a;
@icon-slide2-color: #5d7291;
//收藏夹自体图标颜色
@icon-color: #2680eb;
...
...
@@ -48,7 +44,9 @@
@title-color: #0099ff;
//表格、表单 以及其他字体颜色
@table-color: #
515A6E
;
@table-color: #
fff
;
//弹框颜色
@modal-header-bg-color: #515A6E;
assets/css/themes/default.less
View file @
3dfc9c6a
// -------------深色-----------
//-------------蓝色-----------
//滚动条颜色
@scrollbar-track-bg-color: rgb(239, 239, 239);
...
...
@@ -7,35 +6,40 @@
@scrollbar-thumb-bg-color-hover: rgba(38, 128, 235, 0.8);
@scrollbar-corner-bg-color: rgba(38, 128, 235, 1);
//顶部导航颜色
@home-mene: #2680eb;
@layout-header: #
2f2f57
;
@layout-tabs: #
5151f1
;
@layout-header: #
515A6E
;
@layout-tabs: #
f5f7f9
;
@layout-tabs-close: #515A6E;
//bady颜色
@layout-content-bg-color: #232341;
@card-bg: #2f2f57;
@body-color: #fff;
@border-color: #2680eb;
@border-bot-color: #2f2f57;
@msg-bg-color: #292a4e;
@layout-content-bg-color: #fff;
@card-bg: #fff;
@body-color: #515a6e;
@border-color: #dcdfe6;
@border-bot-color: #eee;
@msg-bg-color: #fff;
//table表头颜色
@table-header: #
2b3568
;
@table-title-color: #
fff
;
@table-header: #
edeef0
;
@table-title-color: #
515a6e
;
@cao-zuo-color: #2680eb;
//user
@s1-color: #fff;
@s1-color: #333;
//图标颜色
@icon-title-color: #
fff
;
@icon-title-color: #
2680eb
;
//左右滑动图标颜色
@icon-slide1-color: #22489a;
@icon-slide2-color: #5d7291;
@icon-slide1-color: #dcdfe6;
@icon-slide2-color: #a7b8cc;
//收藏夹自体图标颜色
@icon-color: #2680eb;
...
...
@@ -44,9 +48,7 @@
@title-color: #0099ff;
//表格、表单 以及其他字体颜色
@table-color: #
fff
;
@table-color: #
515A6E
;
//弹框颜色
@modal-header-bg-color: #515A6E;
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