|
@@ -345,10 +345,10 @@ const CheckGroupManage = () => {
|
|
|
<WrappedTableForm edit={ifEdit} content={item} ref={thisForm} wrappedComponentRef={formNode} />
|
|
|
</ModalWrap>
|
|
|
|
|
|
- <div style={{display:'flex',flexDirection:'row'}}>
|
|
|
- <Button onClick={handleAdd} type="primary" style={{ marginBottom: 16,marginRight:20 }}>
|
|
|
+ <div style={{display:'flex',flexDirection:'row',marginBottom:20}}>
|
|
|
+ {/* <Button onClick={handleAdd} type="primary" style={{ marginBottom: 16,marginRight:20 }}>
|
|
|
新增条文
|
|
|
- </Button>
|
|
|
+ </Button> */}
|
|
|
<Search style={{ width: 200 }} allowClear placeholder="请输入条文条款关键字" onSearch={onSearch} enterButton />
|
|
|
</div>
|
|
|
{
|