ddcat1115 před 7 roky
rodič
revize
257e294c24
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/routes/List/TableList.js

+ 1 - 1
src/routes/List/TableList.js

@@ -220,7 +220,7 @@ class UpdateForm extends PureComponent {
         footer={this.renderFooter(currentStep)}
         footer={this.renderFooter(currentStep)}
         onCancel={() => handleUpdateModalVisible()}
         onCancel={() => handleUpdateModalVisible()}
       >
       >
-        <Steps style={{ marginBottom: 32 }} size="small" current={currentStep}>
+        <Steps style={{ marginBottom: 28 }} size="small" current={currentStep}>
           <Step title="基本信息" />
           <Step title="基本信息" />
           <Step title="配置规则属性" />
           <Step title="配置规则属性" />
           <Step title="设定调度周期" />
           <Step title="设定调度周期" />