@@ -153,6 +153,14 @@ export default defineComponent({
<style lang="less">
.add-custom {
+ .checkboxGroupItem {
+ .ant-row {
+ .ant-col.ant-col-12 {
+ white-space: nowrap;
+ min-width: 356px;
+ }
}
</style
>;