Skip to content

Commit 54f7a66

Browse files
committed
feat: style change
1 parent d1bd328 commit 54f7a66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/recorder/Settings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@
131131
</div>
132132
</n-collapse-transition>
133133
<n-affix v-if="isChanged"
134-
:bottom="16"
134+
:bottom="32"
135135
:trigger-bottom="128"
136136
:listen-to="() => containerRef"
137137
style="max-width: 700px; width: calc(100% - 80px);">
138138
<n-card size="small">
139-
<div style="margin:4px 0;font-size: 1.125em;">注意!你尚未保存修改!</div><n-button @click="saveConfig" type="primary" style="float: right;">保存</n-button>
139+
<div style="margin:4px 0;font-size: 1.125em; display: inline-block;">注意!你尚未保存修改!</div><n-button @click="saveConfig" type="primary" style="float: right;">保存</n-button>
140140
</n-card>
141141
</n-affix>
142142
</div>

0 commit comments

Comments
 (0)