Skip to content

Commit

Permalink
chore: update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Dec 23, 2024
1 parent 8d620bc commit ed22528
Show file tree
Hide file tree
Showing 11 changed files with 436 additions and 321 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 ed22528

Please sign in to comment.