parent
2e04609107
commit
e7aac8a7e3
4 changed files with 81 additions and 3 deletions
@ -0,0 +1,63 @@ |
||||
// form - border |
||||
.wf-theme-blue { |
||||
//google chrome explore |
||||
-webkit-print-color-adjust: exact; |
||||
//firefox explore |
||||
-moz-print-color-adjust: exact; |
||||
color-adjust: exact; |
||||
|
||||
.avue--detail { |
||||
|
||||
.avue-form__group, |
||||
.avue-form__row { |
||||
border: 1px solid #cbdcf0 !important; |
||||
} |
||||
|
||||
.el-col { |
||||
border: none; |
||||
} |
||||
|
||||
.el-col:nth-child(1) { |
||||
border-top: 1px solid #cbdcf0 !important; |
||||
} |
||||
|
||||
.el-row { |
||||
border: none; |
||||
} |
||||
|
||||
.el-form-item>.el-form-item__content { |
||||
border-left: 1px solid #cbdcf0 !important; |
||||
} |
||||
|
||||
.el-table__row .el-form-item__content { |
||||
border-left: none !important; |
||||
} |
||||
|
||||
.avue-form__row { |
||||
margin-bottom: 0px !important; |
||||
} |
||||
|
||||
.el-form-item { |
||||
margin-bottom: 0px !important; |
||||
background: #eef6ff !important; |
||||
} |
||||
|
||||
.el-form-item__label { |
||||
color: #01418a !important; |
||||
text-align: center !important; |
||||
} |
||||
|
||||
.el-input.is-disabled .el-input__inner, |
||||
.el-range-editor.is-disabled, |
||||
.el-textarea.is-disabled .el-textarea__inner { |
||||
border: 1px solid transparent; |
||||
background: #fff; |
||||
background-color: #fff; |
||||
} |
||||
|
||||
.el-input-number.is-disabled .el-input-number__decrease, |
||||
.el-input-number.is-disabled .el-input-number__increase { |
||||
display: none; |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue