This commit is contained in:
server
2026-04-07 10:48:00 +08:00
parent 5691b51202
commit 7f9f64cc34
8 changed files with 43 additions and 17 deletions
@@ -38,7 +38,7 @@ module.exports = {
.table-column {
display: flex;
padding: 6px 0;
align-items: center;
/*align-items: center;*/
}
.label {
@@ -55,8 +55,8 @@ module.exports = {
color: #555;
font-size: 14px;
flex-grow: 1; /* 动态占据剩余部分 */
white-space: nowrap; /* 防止换行 */
overflow: hidden; /* 隐藏溢出的部分 */
text-overflow: ellipsis; /* 省略号 */
/*white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;*/
}
</style>