fix 79927
This commit is contained in:
Vendored
+1
-1
@@ -277,7 +277,7 @@
|
||||
|
||||
/*表格横向不滚动的时候,不显示滚动条*/
|
||||
.ant-table-body {
|
||||
overflow: auto !important;
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
</style>
|
||||
<!-- 全局配置 -->
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
:label="$t('workCenter.enStandardRevision.conferee')">
|
||||
<user-selection :placeholder="$t('pleaseSelect') + $t('workCenter.enStandardRevision.conferee')"
|
||||
:disabled="disabled"
|
||||
type="checkbox"
|
||||
:name-str="model.personnel"
|
||||
v-decorator="['personnelId', validatorRules.personnelId]" @nameChange="handleUserNameChange" />
|
||||
</a-form-item>
|
||||
|
||||
Reference in New Issue
Block a user