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
200136f1
Commit
200136f1
authored
Sep 18, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
f4bcfba6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
35 deletions
+35
-35
iview-reset.less
assets/css/iview-reset.less
+34
-34
default.less
assets/css/themes/default.less
+1
-1
No files found.
assets/css/iview-reset.less
View file @
200136f1
...
...
@@ -476,52 +476,52 @@
//表格
.ivu-table-header thead tr th {
background: @table-header-bg !important; //f5f6fa
border: 1px solid @table-header-border !important;
}
//
.ivu-table-header thead tr th {
//
background: @table-header-bg !important; //f5f6fa
//
border: 1px solid @table-header-border !important;
//
}
.ivu-table-body {
background-color: @table-body-bg;
//
.ivu-table-body {
//
background-color: @table-body-bg;
}
//
}
.ivu-table td {
background-color: @table-body-bg !important;
}
//
.ivu-table td {
//
background-color: @table-body-bg !important;
//
}
.tableCommon tr td {
background-color: @tableCommon-bg;
border: 1px solid @tableCommon-boder !important;
}
//
.tableCommon tr td {
//
background-color: @tableCommon-bg;
//
border: 1px solid @tableCommon-boder !important;
//
}
.ivu-table:before {
//表格下边框线
background-color: @table-boder !important;
//
.ivu-table:before {
//
//表格下边框线
//
background-color: @table-boder !important;
}
//
}
.ivu-table-border:after {
//表格右边框线
background-color: @table-boder !important;
//
.ivu-table-border:after {
//
//表格右边框线
//
background-color: @table-boder !important;
}
//
}
.ivu-table-wrapper-with-border {
//表格上,左边框线
// border: 1px solid @table-boder !important;
}
// .ivu-table-wrapper-with-border {
// //表格上,左边框线
// // border: 1px solid @table-boder !important;
//鼠标经过table hover及选择行后的背景色
.ivu-table-row-hover td {
background: @table-row-hover !important;
}
// }
.ivu-table-row-highlight td {
background-color: @table-row-hover !important;
}
// //鼠标经过table hover及选择行后的背景色
// .ivu-table-row-hover td {
// background: @table-row-hover !important;
// }
// .ivu-table-row-highlight td {
// background-color: @table-row-hover !important;
// }
.ivu-dropdown-rel:hover {
.ivu-btn-text {
...
...
assets/css/themes/default.less
View file @
200136f1
...
...
@@ -97,7 +97,7 @@
//表格
@table-header-bg: #e8eaec;
@table-header-border: #
e8eaec
;
@table-header-border: #
dcdee2
;
@table-body-bg: #fff;
@tableCommon-bg: #fff;
@tableCommon-boder: #fff;
...
...
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