检测计划列表操作按钮调整,超过3个按钮时,调整为更多下拉

This commit is contained in:
2024-11-13 15:24:42 +08:00
parent 328696eb55
commit 21441a64ad
3 changed files with 332 additions and 288 deletions

View File

@@ -479,4 +479,16 @@
}
}
}
}
.cn-render-buttons {
cursor: pointer;
display: inline-block;
margin-left: 13px;
line-height: 18px;
padding: 2px;
.icon {
font-size: 12px !important;
// color: var(--ba-bg-color-overlay) !important;
}
}