調整水平padding

This commit is contained in:
Raymond Yang
2023-06-28 12:04:02 +08:00
parent 329110bcea
commit 65f483ace4
2 changed files with 10 additions and 17 deletions
+1 -8
View File
@@ -6,7 +6,7 @@ table {
}
th, td {
padding: 5px 5px;
padding: 2px 5px;
border: 1px solid #000;
}
@@ -173,10 +173,3 @@ button:active {
height: 40px;
margin: 0 auto;
}
.truncate-text {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}