Skip to content

Commit d1bd328

Browse files
committed
feat: style change
1 parent a06335a commit d1bd328

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/views/recorder/Settings.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@
134134
:bottom="16"
135135
:trigger-bottom="128"
136136
: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>
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>
140+
</n-card>
139141
</n-affix>
140142
</div>
141143
<div class="anchor">

0 commit comments

Comments
 (0)