fix: 样式优化

This commit is contained in:
dataeaseShu
2026-04-20 18:17:34 +08:00
committed by dataeaseShu
parent b660dffcfe
commit 450b0e3428
2 changed files with 8 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ export default HeaderMenuItem
padding-left: 11px !important;
}
}
.ed-menu--popup .ed-menu-item.is-active.is-active:not(:hover) {
background-color: transparent;
}
}
}
</style>

View File

@@ -611,6 +611,8 @@ onMounted(() => {
width: 269px;
border-right: 1px solid rgba(31, 35, 41, 0.15);
padding: 12px 8px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
.de-tabs-right {
@@ -618,6 +620,8 @@ onMounted(() => {
overflow: hidden;
background: rgba(239, 240, 241, 1);
position: relative;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
.template-box {
display: flex;