Browse Source

报表分享链接文本宽度调整

zhuth 6 years ago
parent
commit
ac493e5cfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/dashboard/shareBox.jsx

+ 1 - 1
src/components/dashboard/shareBox.jsx

@@ -20,7 +20,7 @@ class ShareBox extends React.Component {
         const { copyDisabled, copyText, delay, dirty } = this.state;
 
         const formItemLayout = {
-            labelCol: { span: 4 },
+            labelCol: { span: 6 },
             wrapperCol: { span: 4 },
         }