@@ -237,6 +237,7 @@
valueField: 'id',
immediate: true,
params: 2,
+ labelInValue: true,
},
colProps: {
xl: 6,
@@ -410,3 +411,9 @@
}
</style>
+<style>
+ /* Api选中后overflow */
+ .ant-select-selection-item {
+ white-space: normal;
+ }
+</style>