CN-749 fix: 统一error交互

This commit is contained in:
chenjinsong
2023-03-16 19:07:37 +08:00
parent 831b00fc78
commit 3aa2c19dbd
22 changed files with 420 additions and 382 deletions

View File

@@ -17,8 +17,7 @@
position: absolute;
width: calc(100% - 20px);
height: calc(100% - 60px);
margin-left: -12px;
margin-top: 10px;
margin-top: 50px;
}
.data-grid {
height: 100px;

View File

@@ -114,6 +114,6 @@
position: absolute;
width: 100%;
left: 0;
top: 68px;
top: 32px;
}
}