調整主頁跑版

This commit is contained in:
Raymond Yang
2023-06-28 11:44:34 +08:00
parent c14e4cd1c3
commit 884d0c678d
2 changed files with 47 additions and 3 deletions
+7
View File
@@ -173,3 +173,10 @@ button:active {
height: 40px;
margin: 0 auto;
}
.truncate-text {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}