|
@@ -114,7 +114,7 @@
|
|
|
</el-select>
|
|
|
<span class="user-button-span" v-if="dialogForm.checkGroupId" @click="lookMemberList">成员列表</span>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="检查要求:" prop="checkDemand">
|
|
|
+ <el-form-item label="检查要求1:" prop="checkDemand">
|
|
|
<el-input
|
|
|
v-if="!lookInfoType"
|
|
|
:disabled="lookInfoType"
|
|
@@ -125,7 +125,7 @@
|
|
|
maxlength="200"
|
|
|
resize="none"
|
|
|
show-word-limit
|
|
|
- style="width:450px">
|
|
|
+ style="width:450px;">
|
|
|
</el-input>
|
|
|
<p v-if="lookInfoType" class="checkDemand-textarea-p">{{dialogForm.checkDemand?dialogForm.checkDemand:'无'}}</p>
|
|
|
</el-form-item>
|
|
@@ -1186,6 +1186,7 @@
|
|
|
width:450px;
|
|
|
padding:10px 15px;
|
|
|
font-size:14px;
|
|
|
+ word-break: break-all;
|
|
|
}
|
|
|
::v-deep .el-input.is-disabled .el-input__inner{
|
|
|
background-color: #f5f5f5;
|