update: 表格内容自动换行

This commit is contained in:
Akkia
2022-04-23 02:49:45 +08:00
parent 7d03da21f3
commit 260a9cfe91

View File

@@ -4,6 +4,10 @@
}
}
td {
word-wrap: break-word;
word-break: break-all;
}
.nb-container {
padding-top: 75px;
min-height: 100vh;