mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-23 22:34:10 +08:00
style: 修改保存按钮位置
This commit is contained in:
parent
a914d29961
commit
ea495aaa13
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
v-model="content"
|
v-model="content"
|
||||||
:readOnly="true"
|
:readOnly="true"
|
||||||
/>
|
/>
|
||||||
<div style="float: right; margin-top: 10px">
|
<div style="margin-top: 10px">
|
||||||
<el-button type="primary" @click="submit()" :loading="loading">
|
<el-button type="primary" @click="submit()" :loading="loading">
|
||||||
{{ $t('commons.button.save') }}
|
{{ $t('commons.button.save') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
Loading…
Reference in a new issue