Skip to content

Commit

Permalink
更新样式
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed Jun 24, 2024
1 parent fabcdd1 commit 9c09b6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Lang/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<template>
<el-dropdown trigger="click" @command="onDropdown">
<span class="handler-dropdown">
<IconTranslate class="handler-icon"/>
<el-button text><IconTranslate class="handler-icon"/></el-button>
</span>
<template #dropdown>
<el-dropdown-menu>
Expand Down
7 changes: 4 additions & 3 deletions src/views/Editor/CanvasRight/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Lang />
</div>
<div>
<el-button>分享</el-button>
<el-button text>分享</el-button>
<el-button type="primary" @click="exportFile">下载</el-button>
</div>
</div>
Expand Down Expand Up @@ -107,10 +107,10 @@ const currentPanelComponent = computed(() => {
border-bottom: 1px solid $borderColor;
}
.right-bottom {
height: calc(100% - 40px)
height: calc(100% - 40px);
}
.right-tabs {
height: 40px;
height: 32px;
font-size: 12px;
flex-shrink: 0;
display: flex;
Expand Down Expand Up @@ -139,6 +139,7 @@ const currentPanelComponent = computed(() => {
font-size: 13px;
overflow-y: scroll;
overflow-x: hidden;
height: 100%;
// @include overflow-overlay();
}
</style>

0 comments on commit 9c09b6e

Please sign in to comment.