问答修改

This commit is contained in:
扈兆增 2026-07-29 15:56:30 +08:00
parent 400ca77e51
commit 1d1c0a89d8

View File

@ -1060,11 +1060,6 @@ $border-color: #ebeef5;
}
}
.list-item-time {
font-size: 11px;
color: #999;
}
/* 列表项右侧更多图标(默认隐藏) */
.list-item-more {
opacity: 0;
@ -1249,18 +1244,6 @@ $border-color: #ebeef5;
white-space: nowrap;
}
/* 卡片操作按钮组 */
.card-actions {
display: flex;
align-items: center;
padding: 8px 0 4px;
.card-actions-left {
display: flex;
gap: 4px;
}
}
// ============ ============
.file-cards {