样式调整

This commit is contained in:
fofolee 2025-02-22 15:16:02 +08:00
parent d290612492
commit 857948a105
3 changed files with 1 additions and 8 deletions

View File

@ -212,10 +212,6 @@ export default {
</script>
<style scoped>
.q-tab-panels {
background: transparent;
}
/* 面板过渡效果 */
.q-tab-panel {
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),

View File

@ -255,6 +255,7 @@ body.body--dark.glass-effect-menu .q-menu {
font-size: 12px;
}
.q-tab-panels,
.body--dark .q-tab-panels {
background-color: transparent;
}

View File

@ -261,10 +261,6 @@ export default {
overflow: hidden;
}
.q-tab-panels {
background: transparent;
}
.editor-container {
color: var(--utools-font-color);
overflow: hidden;