mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
✨ Feature(custom): change the position of save/cancel button in advanced rename page
This commit is contained in:
@@ -1188,6 +1188,14 @@
|
|||||||
{{ t('pages.settings.upload.advancedRnameFormat') }}
|
{{ t('pages.settings.upload.advancedRnameFormat') }}
|
||||||
</label>
|
</label>
|
||||||
<input v-model="advancedRename.format" type="text" class="form-input" placeholder="Ex. {Y}-{m}-{uuid}" />
|
<input v-model="advancedRename.format" type="text" class="form-input" placeholder="Ex. {Y}-{m}-{uuid}" />
|
||||||
|
<div class="dialog-footer">
|
||||||
|
<button class="btn btn-secondary" @click="handleCancelAdvancedRename">
|
||||||
|
{{ t('common.cancel') }}
|
||||||
|
</button>
|
||||||
|
<button class="btn btn-primary" @click="handleSaveAdvancedRename">
|
||||||
|
{{ t('common.confirm') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>{{ t('pages.settings.upload.availablePlaceholders') }}</label>
|
<label>{{ t('pages.settings.upload.availablePlaceholders') }}</label>
|
||||||
@@ -1245,14 +1253,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="dialog-footer">
|
|
||||||
<button class="btn btn-secondary" @click="handleCancelAdvancedRename">
|
|
||||||
{{ t('common.cancel') }}
|
|
||||||
</button>
|
|
||||||
<button class="btn btn-primary" @click="handleSaveAdvancedRename">
|
|
||||||
{{ t('common.confirm') }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -545,6 +545,7 @@
|
|||||||
.dialog-footer {
|
.dialog-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
margin-top: 1rem;
|
||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user