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
b0f92a69
Commit
b0f92a69
authored
Sep 29, 2020
by
骆瑛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改表格数据
parent
10cb42cc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
142 additions
and
216 deletions
+142
-216
custom.less
assets/css/custom.less
+2
-2
iview-reset.less
assets/css/iview-reset.less
+4
-1
deepBlank.less
assets/css/themes/deepBlank.less
+3
-1
default.less
assets/css/themes/default.less
+4
-2
green.less
assets/css/themes/green.less
+4
-2
index.vue
pages/theme/index.vue
+125
-208
No files found.
assets/css/custom.less
View file @
b0f92a69
//定义变量
// @import './themes/deepBlank.less';
//
@import './themes/green.less';
@import './themes/default.less';
@import './themes/green.less';
//
@import './themes/default.less';
assets/css/iview-reset.less
View file @
b0f92a69
...
...
@@ -538,13 +538,16 @@
.ivu-page-prev,
.ivu-page-next {
background: @page-bg !important;
border:1px solid @page-bg_bd !important;
}
.ivu-page-item {
background: @page-bg !important;
border:1px solid @page-bg_bd !important;
}
.ivu-page.mini .ivu-page-options-elevator input {
.ivu-page.mini .ivu-page-options-elevator input
,.page_index .ivu-page-options-elevator input
{
background: @page-bg;
border: 1px solid @page-bg;
color: @page-color;
...
...
assets/css/themes/deepBlank.less
View file @
b0f92a69
...
...
@@ -99,6 +99,8 @@
@table_checkbox_bg: #106FFE;
@table_checkbox_bd:#FFFFFF;
@table_checkbox_bd_header:#FFFFFF;
@table_line_shadow:none;
@table-tr-bd:transparent;
//高级搜索文字
@search_text_span:#ffffff;
//分页
...
...
@@ -106,7 +108,7 @@
@page-active-color-hover: #fff;
@page-bg: #222341;
@page-color:#fff;
@page-bg_bd:#222341;
//表格
@table_highbd:transparent;
...
...
assets/css/themes/default.less
View file @
b0f92a69
...
...
@@ -100,7 +100,9 @@
@search_icon_bg:#2d8cf0;
@table_checkbox_bg:#2d8cf0;
@table_checkbox_bd:#e8eaec;
@table_checkbox_bd_header:#e8eaec;
@table_checkbox_bd_header:#dcdee2;
@table_line_shadow:none;
@table-tr-bd:#e8eaec;
//高级搜索文字
@search_text_span:#515a6e;
//分页
...
...
@@ -108,7 +110,7 @@
@page-active-color-hover: #515A6E;
@page-bg: #fff;
@page-color: #515A6E;
@page-bg_bd:#ffffff;
//表格
@table_highbd:#dcdee2;
@table-header-bg: #F5F6FA;
...
...
assets/css/themes/green.less
View file @
b0f92a69
...
...
@@ -100,6 +100,8 @@
@table_checkbox_bd:#182C51;
@table_checkbox_bd_header:#FFFFFF;
@table-color:#182C51;
@table_line_shadow:0px 0px 20px rgba(0, 0, 0, 0.16);
@table-tr-bd:transparent;
//高级搜索文字
@search_text_span: #253D6D;;
...
...
@@ -108,7 +110,7 @@
@page-active-color-hover: #515A6E;
@page-bg: #fff;
@page-color: #515A6E;
@page-bg_bd:#CCCCCC;
//表格
@table_highbd:transparent;
@table-header-bg: #253D6D;
...
...
@@ -134,7 +136,7 @@
@part_top_title:#ffffff;
@part_top_border:1px solid #ffffff;
@table_border-bg:transparent;
@table_line: #
CACBD0
;
@table_line: #
ffffff
;
@table-bottom_line:transparent;
@table-bottom-border:#ffffff;
...
...
pages/theme/index.vue
View file @
b0f92a69
This diff is collapsed.
Click to expand it.
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