@@ -593,6 +593,23 @@ export default {
flex: 1;
text-align: center;
}
+ .check-dialog{
+ .el-dialog{
+ border-radius: 8px;
+ .el-dialog__header{
+ background-color: transparent;
+ .el-dialog__headerbtn>i{
+ color: #C0C4CC;
+ }
+ .el-input{
+ width:100%;
+ .el-dialog__footer{
+ text-align: center;
</style>
<style lang="scss" scoped>