|
|
|
@ -46,5 +46,24 @@ |
|
|
|
margin-right:16px; |
|
|
|
justify-content: flex-end; |
|
|
|
text-align: center; |
|
|
|
&::v-deep .el-button--default { |
|
|
|
font-size: 14px !important; |
|
|
|
font-family: PingFangSC-Regular, PingFang SC; |
|
|
|
font-weight: 400; |
|
|
|
color: #0056d6 !important; |
|
|
|
// line-height: 22px !important; |
|
|
|
min-width: 60px !important; |
|
|
|
height: 30px !important; |
|
|
|
// padding:0 8px !important; |
|
|
|
background: #FFFFFF !important; |
|
|
|
border-radius: 2px !important; |
|
|
|
border: 1px solid #0056d6 !important; |
|
|
|
|
|
|
|
} |
|
|
|
&::v-deep .el-button--default:hover{ |
|
|
|
border: 1px solid #0042a3 !important; |
|
|
|
color: #0042a3 !important; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|