浏览代码

样式调整

marymelisa 4 年之前
父节点
当前提交
dadc1e8ad3
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/views/information/account_info/compoments/locked-trader/index.vue

+ 8 - 0
src/views/information/account_info/compoments/locked-trader/index.vue

@@ -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
 >;