Commit e65a7f5d authored by 皮倩雯's avatar 皮倩雯

修改数据字典UI

parent bc7af539
Pipeline #32008 skipped with stages
...@@ -320,13 +320,13 @@ const WebDic = () => { ...@@ -320,13 +320,13 @@ const WebDic = () => {
// } // }
//导出 //导出
const submitOutPut = () => { // const submitOutPut = () => {
ExportDataDictionary().then((res) => { // ExportDataDictionary().then((res) => {
notification.success({ // notification.success({
message: '执行成功', // message: '执行成功',
}); // });
}) // })
} // }
// const inPutOutPut = () => { // const inPutOutPut = () => {
// setInPutOutPutVisible(true); // setInPutOutPutVisible(true);
// } // }
...@@ -549,11 +549,11 @@ const WebDic = () => { ...@@ -549,11 +549,11 @@ const WebDic = () => {
<SearchOutlined onClick={() => onSearch()} /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }} onClick={() => onSearch()}>查找条目</span> <SearchOutlined onClick={() => onSearch()} /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }} onClick={() => onSearch()}>查找条目</span>
</span> </span>
<span> <span>
<UploadOutlined /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }}><a style={{ color: 'rgba(0, 0, 0, 0.85)' }} onClick={() => submitOutPut()} href="/PandaOMS/OMS/DataManger/ExportDataDictionary">导出数据</a></span> <DownloadOutlined /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }}><a style={{ color: 'rgba(0, 0, 0, 0.85)' }} href="/PandaOMS/OMS/DataManger/ExportDataDictionary">导出数据</a></span>
</span> </span>
<span> <span>
<DownloadOutlined /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }}><span style={{ color: 'rgba(0, 0, 0, 0.85)' }} onClick={() => submitInput()}>导入数据</span></span> <UploadOutlined /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }}><span style={{ color: 'rgba(0, 0, 0, 0.85)' }} onClick={() => submitInput()}>导入数据</span></span>
</span> </span>
</div> </div>
...@@ -829,7 +829,7 @@ const WebDic = () => { ...@@ -829,7 +829,7 @@ const WebDic = () => {
okText="确认" okText="确认"
cancelText="取消"> cancelText="取消">
<Upload {...props}> <Upload {...props}>
<DownloadOutlined /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }}><a style={{ color: 'rgba(0, 0, 0, 0.85)' }}>导入数据</a></span> <UploadOutlined /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }}><a style={{ color: 'rgba(0, 0, 0, 0.85)' }}>导入数据</a></span>
</Upload> </Upload>
</Modal> </Modal>
</div> </div>
......
...@@ -14,6 +14,12 @@ ...@@ -14,6 +14,12 @@
.clickRowStyle:hover>td{ .clickRowStyle:hover>td{
background: #aed8fa; background: #aed8fa;
} }
.clickRowStyle1{
background: #b9dbfa;
}
.clickRowStyle1:hover>td{
background: #9ec3e2;
}
} }
.ant-table-body{ .ant-table-body{
max-height: calc(100vh - 338px) !important; max-height: calc(100vh - 338px) !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment