Skip to content

Commit

Permalink
chore: update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong authored and yanglbme committed Jan 9, 2025
1 parent de2cc52 commit 28ec097
Show file tree
Hide file tree
Showing 11 changed files with 462 additions and 465 deletions.
2 changes: 1 addition & 1 deletion src/components/CodemirrorEditor/CssEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function tabChanged(tabName: string | number) {

<template>
<transition enter-active-class="bounceInRight">
<div v-show="displayStore.isShowCssEditor" class="cssEditor-wrapper order-1 h-full flex flex-col border-l-1">
<div v-show="displayStore.isShowCssEditor" class="cssEditor-wrapper h-full flex flex-col border-l-1">
<Tabs
v-model="store.cssContentConfig.active"
@update:model-value="tabChanged"
Expand Down
Loading

0 comments on commit 28ec097

Please sign in to comment.