From 7fd6707d1473d670f399cd279ac6b49341e1884b Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 14 Mar 2020 21:12:59 +0800 Subject: [PATCH] fix --- public/react/src/modules/modals/Modals.js | 38 ++++++++++------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/public/react/src/modules/modals/Modals.js b/public/react/src/modules/modals/Modals.js index b7e6720ab..8d6a19033 100644 --- a/public/react/src/modules/modals/Modals.js +++ b/public/react/src/modules/modals/Modals.js @@ -1,3 +1,4 @@ + import React, { Component } from 'react'; import { Spin, Icon, Modal } from 'antd'; class Modals extends Component { @@ -33,29 +34,24 @@ class Modals extends Component { } .color848282{ color:#848282; - } - .task-btn{ - color: #fff !important; } ` - } - :""} - -
-

{this.props.modalsTopval}

- {this.props.modalsMidval===undefined?"":

{this.props.modalsMidval}

} -

{this.props.modalsBottomval}

- {this.props.loadtype===true? -
- 知道啦 -
- : -
- {this.props.cancelText || '取消'} - {this.props.okText || '确定'} -
- } + } + : ""} + +
+

{this.props.modalsTopval}

+ {this.props.modalsMidval === undefined ? "" :

{this.props.modalsMidval}

} +

{this.props.modalsBottomval}

+ {this.props.loadtype === true ? +
+ 知道啦 +
+ : + }