fix 79927

This commit is contained in:
赵霄
2023-12-26 13:42:42 +08:00
parent bac3f7278b
commit fc56fb0ab9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -277,7 +277,7 @@
/*表格横向不滚动的时候,不显示滚动条*/ /*表格横向不滚动的时候,不显示滚动条*/
.ant-table-body { .ant-table-body {
overflow: auto !important; overflow-x: auto !important;
} }
</style> </style>
<!-- 全局配置 --> <!-- 全局配置 -->
@@ -36,6 +36,7 @@
:label="$t('workCenter.enStandardRevision.conferee')"> :label="$t('workCenter.enStandardRevision.conferee')">
<user-selection :placeholder="$t('pleaseSelect') + $t('workCenter.enStandardRevision.conferee')" <user-selection :placeholder="$t('pleaseSelect') + $t('workCenter.enStandardRevision.conferee')"
:disabled="disabled" :disabled="disabled"
type="checkbox"
:name-str="model.personnel" :name-str="model.personnel"
v-decorator="['personnelId', validatorRules.personnelId]" @nameChange="handleUserNameChange" /> v-decorator="['personnelId', validatorRules.personnelId]" @nameChange="handleUserNameChange" />
</a-form-item> </a-form-item>