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.
wkcrm_web/src/styles/wk-form.scss

43 lines
672 B

.wk-form.is-two-columns {
display: flex;
flex-wrap: wrap;
margin: 0 -23px;
.el-form-item.is-required .el-form-item__label:before {
margin-right: 0;
}
.el-form-item {
flex: 0 0 50%;
flex-shrink: 0;
padding: 0 40px;
margin-bottom: 10px;
.el-form-item__label {
color: #333333;
padding: 5px 0;
line-height: inherit;
}
.el-form-item__error {
padding-top: 2px;
}
}
}
.wk-form.is-dialog {
margin: 0 -15px;
/deep/ .el-form-item {
padding: 0 20px;
}
}
.wk-form.is-vertical-dialog {
display: block;
margin: 0 -15px;
/deep/ .el-form-item {
flex: 0 0 100%;
padding: 0 20px;
}
}