mirror of
https://github.com/dataease/dataease.git
synced 2026-06-09 21:27:21 +08:00
fix: 样式优化
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user