mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
style: change app edit button style (#10385)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user