瀏覽代碼

perf(views): 优化"创建组织"步骤表单样式

wangshun 1 周之前
父節點
當前提交
e4a04dd58b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/create-customer/EstablishOrganization.vue

+ 1 - 1
src/views/create-customer/EstablishOrganization.vue

@@ -354,7 +354,7 @@ onMounted(() => {
 <style lang="scss">
 <style lang="scss">
 .organization {
 .organization {
   .ant-form-item .ant-form-item-label {
   .ant-form-item .ant-form-item-label {
-    width: 140px;
+    width: 130px;
   }
   }
 }
 }
 </style>
 </style>