v2.6更新

This commit is contained in:
2026-05-29 21:35:27 +08:00
parent 69adb30fa0
commit 5805b11834
4 changed files with 14 additions and 22 deletions

View File

@@ -853,10 +853,6 @@ tr:hover {
.action-dropdown-menu {
display: none;
position: absolute;
bottom: 100%;
right: 0;
margin-bottom: 4px;
background: white;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
@@ -899,12 +895,6 @@ tr:hover {
color: var(--color-danger-dark);
}
@media (max-width: 768px) {
.action-dropdown-menu {
right: auto;
left: 0;
}
}
/* ========== 链接 ========== */
.link {
@@ -937,11 +927,11 @@ tr:hover {
vertical-align: top;
}
/* 原因列每行最少7个字自动换行 */
.history-reason {
/* 原因列每行最少7个字自动换行使用td前缀提升优先级防止被preserve-newlines覆盖 */
td.history-reason {
min-width: 7em;
max-width: 200px;
white-space: normal;
white-space: normal !important;
word-break: break-word;
line-height: 1.5;
vertical-align: top;