🐛 修复计划命令执行报错.

This commit is contained in:
lijiahangmax
2024-05-29 00:41:57 +08:00
parent 16dd34ef58
commit 06a45c9cf2
5 changed files with 27 additions and 6 deletions

View File

@@ -142,8 +142,10 @@
}
&-desc {
color: var(--color-text-2);
width: calc(100% - 36px);
height: 24px;
padding-top: 3px;
color: var(--color-text-2);
overflow: hidden;
white-space: nowrap;
text-align: end;