|
|
@ -3,7 +3,7 @@ |
|
|
|
.filter-item { |
|
|
|
display: inline-block; |
|
|
|
vertical-align: middle; |
|
|
|
margin: 0 3px 10px 0; |
|
|
|
margin-right: 20px; |
|
|
|
input { |
|
|
|
border: 1px solid $inputBorder; |
|
|
|
background-color: $mainContainerBg; |
|
|
@ -19,39 +19,18 @@ |
|
|
|
vertical-align: middle; |
|
|
|
font-size: 14px; |
|
|
|
color: #606266; |
|
|
|
line-height: 30.5px; |
|
|
|
padding: 0 7px 0 7px; |
|
|
|
} |
|
|
|
// xu |
|
|
|
.el-button { |
|
|
|
font-size: 14px; |
|
|
|
color: #fff; |
|
|
|
border-color: #339CFF; |
|
|
|
background-color: transparent; |
|
|
|
// margin-left: 0 !important; |
|
|
|
} |
|
|
|
.el-button.is-disabled, |
|
|
|
.el-button.is-disabled:hover, |
|
|
|
.el-button.is-disabled:focus{ |
|
|
|
border-color: #339CFF; |
|
|
|
background-color: transparent; |
|
|
|
color: #339CFF; |
|
|
|
} |
|
|
|
|
|
|
|
.el-button:hover, |
|
|
|
.el-button:focus{ |
|
|
|
background-color: #02255F; |
|
|
|
line-height: 32px; |
|
|
|
padding: 0 7px; |
|
|
|
} |
|
|
|
|
|
|
|
.el-select__caret.el-input__icon.el-icon-arrow-up{ |
|
|
|
line-height: 30.5px; |
|
|
|
line-height: 32px; |
|
|
|
} |
|
|
|
.date-item { |
|
|
|
display: inline-block; |
|
|
|
vertical-align: middle; |
|
|
|
border: 1px solid $inputBorder; |
|
|
|
background-color: $mainContainerBg; |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-right: 20px; |
|
|
|
height: 32px !important; |
|
|
|
width: 230px !important; |
|
|
|
} |
|
|
@ -149,7 +128,7 @@ |
|
|
|
margin-right: 0 !important; |
|
|
|
} |
|
|
|
.container-left{ |
|
|
|
margin-right: 30px; |
|
|
|
margin-right: 20px; |
|
|
|
} |
|
|
|
.container-left, |
|
|
|
.container-right, |
|
|
@ -161,7 +140,7 @@ |
|
|
|
padding: 0 !important; |
|
|
|
background-color: $mainContainerBg; |
|
|
|
border: $mainContainerBorder; |
|
|
|
min-height: calc(100vh - 210px); |
|
|
|
min-height: calc(100vh - 190px); |
|
|
|
&::before, |
|
|
|
&::after{ |
|
|
|
content: ""; |
|
|
@ -184,7 +163,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-card{ |
|
|
|
.el-card, |
|
|
|
.container-left{ |
|
|
|
background-color: transparent; |
|
|
|
min-height: auto; |
|
|
|
border-radius: 0; |
|
|
@ -201,30 +181,62 @@ |
|
|
|
.head-container{ |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.crud-opts{ |
|
|
|
padding: 20px; |
|
|
|
justify-content: center; |
|
|
|
padding: 20px 0 !important; |
|
|
|
border-bottom: 1px solid #113D72; |
|
|
|
} |
|
|
|
.el-tree{ |
|
|
|
margin: 20px 0; |
|
|
|
} |
|
|
|
.el-button { |
|
|
|
} |
|
|
|
|
|
|
|
// xu el-button |
|
|
|
.head-search{ |
|
|
|
margin-bottom: 20px; |
|
|
|
.el-button{ |
|
|
|
margin-left: 0; |
|
|
|
background-color: #3A99FD; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-button, |
|
|
|
.el-button--info.is-plain{ |
|
|
|
font-size: 14px; |
|
|
|
color: #fff; |
|
|
|
border-color: #339CFF; |
|
|
|
background-color: transparent; |
|
|
|
// margin-left: 0 !important; |
|
|
|
} |
|
|
|
.el-button--mini{ |
|
|
|
padding: 7px 10px; |
|
|
|
} |
|
|
|
.el-button.is-disabled, |
|
|
|
.el-button.is-disabled:hover, |
|
|
|
.el-button.is-disabled:focus{ |
|
|
|
border-color: #339CFF; |
|
|
|
} |
|
|
|
.el-button.is-disabled, |
|
|
|
.el-button.is-disabled:hover, |
|
|
|
.el-button.is-disabled:focus{ |
|
|
|
color: #13439E; |
|
|
|
background-color: transparent; |
|
|
|
color: #339CFF; |
|
|
|
border-color: #13439E; |
|
|
|
} |
|
|
|
.el-button:hover, |
|
|
|
.el-button:focus, |
|
|
|
.el-button--info.is-plain:hover, |
|
|
|
.el-button--info.is-plain:focus{ |
|
|
|
color: #fff; |
|
|
|
background-color: #02255F; |
|
|
|
border-color: #339CFF; |
|
|
|
} |
|
|
|
|
|
|
|
.el-button--mini{ |
|
|
|
padding: 7px 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.el-message-box{ |
|
|
|
.el-button{ |
|
|
|
border-color: #dcdfe6; |
|
|
|
color: #606266; |
|
|
|
} |
|
|
|
.el-tree{ |
|
|
|
margin: 20px 0; |
|
|
|
|
|
|
|
.el-button--primary:focus, .el-button--primary:hover { |
|
|
|
background: #46a6ff; |
|
|
|
border-color: #46a6ff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@ -364,6 +376,17 @@ |
|
|
|
border-color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-button{ |
|
|
|
padding: 7px 15px; |
|
|
|
} |
|
|
|
.el-button--primary { |
|
|
|
background-color: #1890ff; |
|
|
|
border-color: #1890ff; |
|
|
|
} |
|
|
|
.el-button--danger { |
|
|
|
background-color: #ff4949; |
|
|
|
border-color: #ff4949; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-table__body tr.el-table__row:hover>td.el-table__cell, |
|
|
|
.el-table__body tr.el-table__row:focus>td.el-table__cell, |
|
|
@ -390,7 +413,6 @@ |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 分页 |
|
|
|
.el-pagination{ |
|
|
|
padding: 2px 10px; |
|
|
@ -414,7 +436,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// |
|
|
|
// 弹框 |
|
|
|
.el-dialog{ |
|
|
|
position: relative; |
|
|
|
width: 620px; |
|
|
@ -577,5 +599,8 @@ |
|
|
|
font-size: 16px; |
|
|
|
padding: 8px 28px; |
|
|
|
} |
|
|
|
.el-button--primary{ |
|
|
|
background-color: #3A99FD; |
|
|
|
} |
|
|
|
} |
|
|
|
} |