Skip to content

Commit

Permalink
调整 style height
Browse files Browse the repository at this point in the history
  • Loading branch information
Keywos committed Mar 21, 2024
1 parent 269aef7 commit b7e8e16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.205",
"version": "2.14.206",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/views/SubEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
全屏编辑
<!-- 测试 后续再改效果 -->
</button>
<div style="margin-left: -15px; margin-right: -15px;height: 60vh;overflow: auto;">
<div style="margin-left: -15px; margin-right: -15px;max-height: 60vh;overflow: auto;">
<cmView :isReadOnly="false" id="SubEditer"/>
</div>
</nut-form-item>
Expand Down Expand Up @@ -300,7 +300,7 @@
</nut-button>
</div>
</div>
<div v-else style="width: 100%;height: 95vh;">
<div v-else style="width: 100%;max-height: 95vh;">
<button class="cimg-button" @click="isDis = true">
<img src="" />
取消全屏
Expand Down
2 changes: 1 addition & 1 deletion src/views/editor/components/Script.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
style="
margin-left: -16px;
margin-right: -16px;
height: 80vh;
max-height: 80vh;
overflow: auto;
"
>
Expand Down

0 comments on commit b7e8e16

Please sign in to comment.