style: change app edit button style (#10385)

This commit is contained in:
CityFun 2025-09-16 15:44:09 +08:00 committed by GitHub
parent 49bcc14df7
commit 813f1718fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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>