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

修改数据字典UI

parent bc7af539
Pipeline #32008 skipped with stages
......@@ -320,13 +320,13 @@ const WebDic = () => {
// }
//导出
const submitOutPut = () => {
ExportDataDictionary().then((res) => {
notification.success({
message: '执行成功',
});
})
}
// const submitOutPut = () => {
// ExportDataDictionary().then((res) => {
// notification.success({
// message: '执行成功',
// });
// })
// }
// const inPutOutPut = () => {
// setInPutOutPutVisible(true);
// }
......@@ -549,11 +549,11 @@ const WebDic = () => {
<SearchOutlined onClick={() => onSearch()} /><span style={{ verticalAlign: 'middle', marginLeft: '6px', marginRight: "40px", cursor: "pointer" }} onClick={() => onSearch()}>查找条目</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>
<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>
</div>
......@@ -829,7 +829,7 @@ const WebDic = () => {
okText="确认"
cancelText="取消">
<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>
</Modal>
</div>
......
......@@ -14,6 +14,12 @@
.clickRowStyle:hover>td{
background: #aed8fa;
}
.clickRowStyle1{
background: #b9dbfa;
}
.clickRowStyle1:hover>td{
background: #9ec3e2;
}
}
.ant-table-body{
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