mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-30 11:24:25 +08:00
style: change app edit button style (#10385)
This commit is contained in:
parent
49bcc14df7
commit
813f1718fb
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,6 @@
|
|||
"pinia-plugin-persistedstate": "^1.6.1",
|
||||
"qs": "^6.12.1",
|
||||
"screenfull": "^6.0.2",
|
||||
"unplugin-vue-define-options": "^0.7.3",
|
||||
"uuid": "^10.0.0",
|
||||
"vue": "^3.4.27",
|
||||
"vue-clipboard3": "^2.0.0",
|
||||
|
|
@ -85,6 +84,7 @@
|
|||
"typescript": "^4.5.4",
|
||||
"unplugin-auto-import": "^0.16.4",
|
||||
"unplugin-vue-components": "^0.25.0",
|
||||
"unplugin-vue-define-options": "^3.0.0-beta.23",
|
||||
"vite": "^7.1.5",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-eslint": "^1.8.1",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<el-descriptions-item :label="$t('app.webUI')">
|
||||
<span v-if="!openConfig">
|
||||
{{ appConfigUpdate.webUI }}
|
||||
<el-button type="primary" @click="openConfig = true">
|
||||
<el-button size="small" @click="openConfig = true">
|
||||
{{ $t('commons.button.edit') }}
|
||||
</el-button>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue