소스 검색

样式调整

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