[update 88186] 下拉显示不完整
This commit is contained in:
@@ -792,4 +792,7 @@ export default {
|
||||
.disabledSelect {
|
||||
user-select: none;
|
||||
}
|
||||
.table-page-search-wrapper .ant-form-inline /deep/ .ant-form-item > .ant-form-item-label {
|
||||
min-width: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
>
|
||||
<a-select-option :value="undefined">{{ $t('pleaseSelect') }}</a-select-option>
|
||||
<a-select-option v-for="(item, key) in dictOptions" :key="key" :value="item.value" :disabled="item.disabled || false">
|
||||
<span style="display: inline-block;width: 100%" :title=" $i18n.locale === EN ? item.enText : (item.text || item.label) ">
|
||||
<span :title=" $i18n.locale === EN ? item.enText : (item.text || item.label) ">
|
||||
{{ $i18n.locale === EN ? item.enText : (item.text || item.label) }}
|
||||
</span>
|
||||
</a-select-option>
|
||||
|
||||
Reference in New Issue
Block a user