定时发布和立即发布切换

This commit is contained in:
lq
2025-09-19 18:07:33 +08:00
parent 614c654ca2
commit 77cd789d4a
2 changed files with 42 additions and 13 deletions

View File

@ -592,7 +592,8 @@ onMounted(() => {
color: #6d4cfe !important;
}
:deep(.arco-table-cell) {
/* 只对 td 单元格应用样式,避免影响表头 */
:deep(td .arco-table-cell) {
padding: 0px !important;
display: flex;
flex-direction: column;