We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bd328 commit 54f7a66Copy full SHA for 54f7a66
1 file changed
src/views/recorder/Settings.vue
@@ -131,12 +131,12 @@
131
</div>
132
</n-collapse-transition>
133
<n-affix v-if="isChanged"
134
- :bottom="16"
+ :bottom="32"
135
:trigger-bottom="128"
136
:listen-to="() => containerRef"
137
style="max-width: 700px; width: calc(100% - 80px);">
138
<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>
+ <div style="margin:4px 0;font-size: 1.125em; display: inline-block;">注意!你尚未保存修改!</div><n-button @click="saveConfig" type="primary" style="float: right;">保存</n-button>
140
</n-card>
141
</n-affix>
142
0 commit comments