@@ -485,6 +485,9 @@ export default {
// height: 32px;
// line-height: 30px;
}
+ ::v-deep .ant-select-selection--single {
+ overflow: hidden;
+ }
.form {
z-index: 999;
> .but {