diff --git a/magic-editor/src/console/src/components/layout/magic-event.vue b/magic-editor/src/console/src/components/layout/magic-event.vue index 8ed60296..30c6a537 100644 --- a/magic-editor/src/console/src/components/layout/magic-event.vue +++ b/magic-editor/src/console/src/components/layout/magic-event.vue @@ -73,10 +73,6 @@ export default { .ma-event .ma-layout .ma-content .content-bg:hover { background: var(--toolbox-list-hover-background); } -.ma-layout .ma-sider { - border: none; - border-right: 1px solid var(--tab-bar-border-color); -} .ma-layout .ma-table-row{ display: flex; } diff --git a/magic-editor/src/console/src/components/layout/magic-function.vue b/magic-editor/src/console/src/components/layout/magic-function.vue index 860c56da..f04c0e18 100644 --- a/magic-editor/src/console/src/components/layout/magic-function.vue +++ b/magic-editor/src/console/src/components/layout/magic-function.vue @@ -15,6 +15,10 @@