优化节点同步任务界面

This commit is contained in:
刘祥超
2023-07-25 10:21:50 +08:00
parent 2d5085e652
commit 938947548b
4 changed files with 14 additions and 4 deletions

View File

@@ -3,3 +3,10 @@ h3 span {
color: grey;
font-size: 0.6em !important;
}
table {
td {
word-break: break-all;
}
}