mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-14 01:34:47 +08:00
fix: 调整按钮位置,取消统一放左边
This commit is contained in:
parent
0da3caba65
commit
415200492a
@ -60,8 +60,10 @@
|
|||||||
|
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="onSubmit(formRef)">{{ $t('container.build') }}</el-button>
|
|
||||||
<el-button @click="buildVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
<el-button @click="buildVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
||||||
|
<el-button type="primary" @click="onSubmit(formRef)">
|
||||||
|
{{ $t('commons.button.confirm') }}
|
||||||
|
</el-button>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
@ -63,10 +63,14 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button :disabled="deleteForm.deleteTags.length === 0" @click="batchDelete('byname')">
|
<el-button @click="deleteVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
||||||
|
<el-button
|
||||||
|
type="primary"
|
||||||
|
:disabled="deleteForm.deleteTags.length === 0"
|
||||||
|
@click="batchDelete('byname')"
|
||||||
|
>
|
||||||
{{ $t('commons.button.delete') }}
|
{{ $t('commons.button.delete') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="deleteVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="onSubmit(formRef)">{{ $t('container.import') }}</el-button>
|
|
||||||
<el-button @click="loadVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
<el-button @click="loadVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
||||||
|
<el-button type="primary" @click="onSubmit(formRef)">{{ $t('container.import') }}</el-button>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
@ -27,10 +27,10 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="onSubmit(formRef)">
|
<el-button @click="pullVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
||||||
|
<el-button type="primary" @click="onSubmit(formRef)">
|
||||||
{{ $t('container.pull') }}
|
{{ $t('container.pull') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="pullVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="onSubmit(formRef)">
|
<el-button @click="pushVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
||||||
|
<el-button type="primary" @click="onSubmit(formRef)">
|
||||||
{{ $t('container.push') }}
|
{{ $t('container.push') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="pushVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
@ -32,10 +32,10 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="onSubmit(formRef)">
|
<el-button @click="saveVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
||||||
|
<el-button type="primary" @click="onSubmit(formRef)">
|
||||||
{{ $t('container.export') }}
|
{{ $t('container.export') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="saveVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
@ -27,8 +27,8 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="onSubmit(formRef)">{{ $t('commons.button.save') }}</el-button>
|
|
||||||
<el-button @click="tagVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
<el-button @click="tagVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
||||||
|
<el-button type="primary" @click="onSubmit(formRef)">{{ $t('commons.button.save') }}</el-button>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
@ -93,7 +93,9 @@
|
|||||||
<el-button @click="onCancelMfaBind">
|
<el-button @click="onCancelMfaBind">
|
||||||
{{ $t('commons.button.cancel') }}
|
{{ $t('commons.button.cancel') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button @click="onBind">{{ $t('commons.button.saveAndEnable') }}</el-button>
|
<el-button type="primary" @click="onBind">
|
||||||
|
{{ $t('commons.button.saveAndEnable') }}
|
||||||
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</ul>
|
</ul>
|
||||||
</el-card>
|
</el-card>
|
||||||
@ -118,7 +120,7 @@
|
|||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
<el-button @click="timeoutVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
<el-button @click="timeoutVisiable = false">{{ $t('commons.button.cancel') }}</el-button>
|
||||||
<el-button @click="submitTimeout(timeoutFormRef)">
|
<el-button type="primary" @click="submitTimeout(timeoutFormRef)">
|
||||||
{{ $t('commons.button.confirm') }}
|
{{ $t('commons.button.confirm') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user