Browse Source

(*)培训资源库搜索框优化

master
周沫沫历险记 2 years ago
parent
commit
66d77e35bf
  1. 4
      web/client/src/sections/humanAffairs/containers/resourceRepository.jsx

4
web/client/src/sections/humanAffairs/containers/resourceRepository.jsx

@ -283,7 +283,9 @@ const ResourceRepository = (props) => {
onChange={(data) => { setDataRange(data) }}
onClear={() => { setDataRange(null) }}
/>
<Button onClick={handleSearch}>搜索</Button>
<Button theme='solid' type='primary' style={{ width: 80, borderRadius: 2, height: 32, background: '#DBECFF', color: '#005ABD' }}
onClick={() => handleSearch()}
>查询</Button>
</Space>
</Row>
<Table

Loading…
Cancel
Save