.zh-page_formwrap_base {
width: 1100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
//表单项在右边且不需要验证,防止整体表单右边对不齐
.zh-noquire-pr {
padding-right: 15px;
}
//表单 label-默认4个字
.zh-page-form_formitem_base {
display: flex;
margin-bottom: 16px;
min-width: 400px;
.el-form-item__label {
width: 60px;
margin-right: 16px;
line-height: 36px;
font-family: PingFang SC;
font-size: 12px;
color: #A3AFBB;
font-weight: 600;
padding-right: 0;
}
.el-form-item__label::before {
content: none !important;
}
.el-form-item__content {
width: 384px;
text-align: left;
.el-input--small .el-input__inner {
width: 100%;
height: 36px;
line-height: 36px;
}
}
}
.zh-page-form_formitem_base-more{
display: flex;
margin-bottom: 16px;
.el-form-item__label {
width: 60px;
max-width: 60px;
margin-right: 16px;
67,element包括各种表单项对齐
最新推荐文章于 2024-04-15 20:26:30 发布