We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06335a commit d1bd328Copy full SHA for d1bd328
1 file changed
src/views/recorder/Settings.vue
@@ -134,8 +134,10 @@
134
:bottom="16"
135
:trigger-bottom="128"
136
:listen-to="() => containerRef"
137
- style="max-width: 700px; width: 100%;">
138
- <n-card size="small">注意!你尚未保存修改!<n-button @click="saveConfig" type="primary" style="float: right;">保存</n-button></n-card>
+ style="max-width: 700px; width: calc(100% - 80px);">
+ <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>
140
+ </n-card>
141
</n-affix>
142
</div>
143
<div class="anchor">
0 commit comments