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
f767caab
Commit
f767caab
authored
Aug 17, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
弹框头部颜色更改
parent
b745bce3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
198 additions
and
167 deletions
+198
-167
iview-reset.less
assets/css/iview-reset.less
+198
-167
No files found.
assets/css/iview-reset.less
View file @
f767caab
...
@@ -9,9 +9,11 @@
...
@@ -9,9 +9,11 @@
.ivu-btn {
.ivu-btn {
padding: 4px 15px 4px;
padding: 4px 15px 4px;
}
}
.ivu-layout-content{
background-color: #fff ;
.ivu-layout-content {
background-color: #fff;
}
}
.ivu-modal-wrap * {
.ivu-modal-wrap * {
box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
...
@@ -96,8 +98,11 @@
...
@@ -96,8 +98,11 @@
.ivu-page-item-active:hover {
.ivu-page-item-active:hover {
background-color: @primary-color;
background-color: @primary-color;
// background-color: #d7e8fb;
// background-color: #d7e8fb;
a {color: white!important;}
a {
color: white !important;
}
}
}
.ivu-page-item-active>a {
.ivu-page-item-active>a {
...
@@ -133,8 +138,21 @@
...
@@ -133,8 +138,21 @@
}
}
.ivu-modal-header {
.ivu-modal-header {
background-color: #f2f2f2;
// background-color: #f2f2f2;
background-color: #515A6E;
color: #fff;
border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
.ivu-modal-header-inner {
color: #fff;
}
}
.ivu-modal-close {
.ivu-icon-ios-close {
color: #fff !important;
}
}
}
.ivu-modal-footer {
.ivu-modal-footer {
...
@@ -166,21 +184,24 @@
...
@@ -166,21 +184,24 @@
padding: 10px 12px 10px 0;
padding: 10px 12px 10px 0;
box-sizing: border-box;
box-sizing: border-box;
}
}
.footers{
.ivu-form .ivu-form-item-label{
.footers {
.ivu-form .ivu-form-item-label {
color: white;
color: white;
}
}
}
}
.ivu-input {
.ivu-input {
font-size: 14px;
font-size: 14px;
}
}
.ivu-select-dropdown-list{
.ivu-select-dropdown-list {
.ivu-select-item:hover {
.ivu-select-item:hover {
color: white;
color: white;
background-color: @primary-color;
background-color: @primary-color;
}
}
}
}
.ivu-form-item {
.ivu-form-item {
margin-bottom: 16px;
margin-bottom: 16px;
vertical-align: top;
vertical-align: top;
...
@@ -311,21 +332,25 @@
...
@@ -311,21 +332,25 @@
text-align: left;
text-align: left;
background: rgba(0, 0, 0, 0.7);
background: rgba(0, 0, 0, 0.7);
color: #fff;
color: #fff;
height:65px;
height: 65px;
.ivu-footer-toolbar-right {
.ivu-footer-toolbar-right {
float: left;
float: left;
padding-left: 280px;
padding-left: 280px;
}
}
}
}
}
}
.examine {
.examine {
padding: 0;
padding: 0;
.ivu-footer-toolbar {
.ivu-footer-toolbar {
text-align: left;
text-align: left;
background: rgba(0, 0, 0, 0.7);
background: rgba(0, 0, 0, 0.7);
color: #fff;
color: #fff;
}
}
}
}
.manyTabs {
.manyTabs {
.ivu-tabs-bar {
.ivu-tabs-bar {
position: absolute;
position: absolute;
...
@@ -333,20 +358,26 @@
...
@@ -333,20 +358,26 @@
width: 100%;
width: 100%;
}
}
}
}
.rowTitle80 {
.rowTitle80 {
padding-right:20px;
padding-right: 20px;
.ivu-input-with-suffix {
.ivu-input-with-suffix {
width: 294px;
width: 294px;
}
}
}
}
.rowTitle100 {
.rowTitle100 {
padding-right:20px;
padding-right: 20px;
.ivu-input-with-suffix {
.ivu-input-with-suffix {
width: 274px;
width: 274px;
}
}
}
}
.rowTitle120 {
.rowTitle120 {
padding-right:20px;
padding-right: 20px;
.ivu-input-with-suffix {
.ivu-input-with-suffix {
width: 254px;
width: 254px;
}
}
...
...
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