Explorar el Código

Remove delete button

afc163 hace 8 años
padre
commit
c1f4026508
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/routes/Forms/BasicForm.js

+ 0 - 1
src/routes/Forms/BasicForm.js

@@ -178,7 +178,6 @@ export default class BasicForms extends PureComponent {
                 提交
               </Button>
               <Button style={{ marginLeft: 8 }}>保存</Button>
-              <Button type="danger" style={{ marginLeft: 8 }}>删除</Button>
             </FormItem>
           </Form>
         </Card>