Commit 7e5d151d authored by 陈前坚's avatar 陈前坚

perf: log

parent fb66d2bb
This diff is collapsed.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
min-width: 1030px; min-width: 1030px;
} }
.chart{ .chart{
padding: 16px; padding: 10px;
background: white; background: white;
} }
.table{ .table{
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
color:rgba(0,0,0,0.85); color:rgba(0,0,0,0.85);
} }
.ant-table-content{ .ant-table-content{
height:calc(100vh - 500px); height:calc(100vh - 520px);
border-right: white; border-right: white;
overflow: auto !important; overflow: auto !important;
} }
......
This diff is collapsed.
...@@ -240,7 +240,9 @@ const WebDic = () => { ...@@ -240,7 +240,9 @@ const WebDic = () => {
.then(res => { .then(res => {
if (res.success) { if (res.success) {
getData(select.parentID); getData(select.parentID);
if (select.parentID === '-1') {
setSubData([]); setSubData([]);
}
notification.success({ notification.success({
message: '删除成功', message: '删除成功',
}); });
......
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