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

perf: log

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