修复克隆面板按钮弹跳&统一标签风格

This commit is contained in:
lutinglt
2025-02-06 10:47:49 +08:00
parent e0080279f9
commit 174b643896
4 changed files with 15 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
// clone 下拉菜单
.tippy-box {
margin-top: -6px;
margin-top: -3px;
background: var(--color-box-header);
border-radius: 12px;
overflow: hidden;
@@ -36,10 +36,11 @@
button {
padding: 15px 12px;
transition: none;
}
.active {
border-color: #f78166;
.item.active {
border-bottom: 2px solid #f78166;
}
}