Skip to content

Commit

Permalink
search style
Browse files Browse the repository at this point in the history
  • Loading branch information
Keywos committed Mar 19, 2024
1 parent 05b09a8 commit 15ad9ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.196",
"version": "2.14.197",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/views/FileEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
</button>
<div
style="
margin-left: -10px;
margin-right: -20px;
margin-left: -15px;
margin-right: -15px;
max-height: 60vh;
overflow: auto;
"
Expand Down
2 changes: 1 addition & 1 deletion 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: -10px; margin-right: -16px">
<div style="margin-left: -15px; margin-right: -15px">
<cmView :isReadOnly="false" id="SubEditer"/>
</div>
</nut-form-item>
Expand Down
2 changes: 1 addition & 1 deletion src/views/editCode/cmView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ const pasteNav = async () => {
border: 1px solid #8b8b8b3b !important;
border-radius: 10px;
background-color: transparent !important;
min-width: 160px;
min-width: 100px;
padding: 0.2em 0.5em;
border-color: none !important;
outline: none;
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 @@ -32,7 +32,7 @@

<div
v-if="value.mode === 'script'"
style="margin-left: -10px; margin-right: -16px"
style="margin-left: -16px; margin-right: -16px"
>
<!-- <div class="input-wrapper"> -->
<!-- <nut-textarea
Expand Down

0 comments on commit 15ad9ef

Please sign in to comment.