优化节点同步任务界面

This commit is contained in:
GoEdgeLab
2023-07-25 10:21:50 +08:00
parent fbdf13837a
commit bba0d71296
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;
}
}