|
|
@ -331,9 +331,12 @@ export default { |
|
|
|
<style lang='scss' scoped> |
|
|
|
//@import url(); 引入公共css类 |
|
|
|
@import url("../../../styles/elDialog.scss"); |
|
|
|
.box-card{ |
|
|
|
background: #FFFFFF; |
|
|
|
border-radius: 10px; |
|
|
|
} |
|
|
|
.dictStyle { |
|
|
|
display: flex; |
|
|
|
padding: 20px; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: flex-start; |
|
|
|
} |
|
|
@ -344,8 +347,16 @@ export default { |
|
|
|
width: 49%; |
|
|
|
} |
|
|
|
.cardSpan { |
|
|
|
font-size: 15px; |
|
|
|
color: #606266; |
|
|
|
font-size: 14px; |
|
|
|
color: #404F64; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.el-form-item__label{ |
|
|
|
color: #404F64 !important; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.el-button--primary.is-plain{ |
|
|
|
color: #183ECD; |
|
|
|
background-color: #EBF3FF; |
|
|
|
} |
|
|
|
</style> |