|
|
@@ -226,7 +226,7 @@
|
|
|
status-icon
|
|
|
:rules="rules2"
|
|
|
ref="ruleForm"
|
|
|
- label-width="100px"
|
|
|
+ label-width="130px"
|
|
|
class="demo-ruleForm"
|
|
|
>
|
|
|
<el-form-item label="企业全称" prop="name">
|
|
|
@@ -687,9 +687,9 @@ export default {
|
|
|
}
|
|
|
/deep/ .el-form-item__label {
|
|
|
width: 110px;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
+ // white-space: nowrap;
|
|
|
+ // overflow: hidden;
|
|
|
+ // text-overflow: ellipsis;
|
|
|
line-height: 44px;
|
|
|
}
|
|
|
/deep/ .el-form-item__content {
|