You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
670 B
41 lines
670 B
/deep/ .el-input.is-disabled .el-input__inner,
|
|
/deep/ .el-textarea.is-disabled textarea.el-textarea__inner {
|
|
// border:none;background-color: transparent;
|
|
}
|
|
.div_btn {
|
|
text-align: right;
|
|
}
|
|
.div_map {
|
|
width: 100%;
|
|
height: 320px;
|
|
margin-left: 0px;
|
|
}
|
|
/deep/.el-dialog__body {
|
|
padding: 30px 80px;
|
|
}
|
|
/deep/.el-dialog__footer {
|
|
padding: 10px 80px 20px;
|
|
}
|
|
.form-item::v-deep .el-form-item__label {
|
|
color: #fff;
|
|
}
|
|
.form-item {
|
|
.el-radio {
|
|
color: #fff;
|
|
}
|
|
|
|
.el-checkbox {
|
|
color: #fff;
|
|
}
|
|
}
|
|
.verifyRed::before {
|
|
content: '*';
|
|
color: #f56c6c;
|
|
margin-right: 4px;
|
|
}
|
|
.form_label_box {
|
|
width: 150px;
|
|
display: inline-block;
|
|
text-align: right;
|
|
padding-right: 12px;
|
|
}
|