From c1bcee32ab549eaca929ea87c8e232df30e7f14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=85=88=E6=A3=AE?= Date: Sun, 26 Jan 2025 12:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=9C=AC=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E4=BD=BF=E7=94=A8=E4=BD=93=E9=AA=8C=EF=BC=8C?= =?UTF-8?q?=E6=88=BF=E9=97=B4=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + tauri相关包更新到最新 --- assets/css/main.css | 24 +- package.json | 4 +- pages/index.vue | 52 ++- pnpm-lock.yaml | 767 +++++++++++++++++-------------------------- src-tauri/Cargo.lock | 135 +++++++- src-tauri/Cargo.toml | 2 +- 6 files changed, 486 insertions(+), 498 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index fc9b324..8dc82d3 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -10,7 +10,7 @@ } } */ html { - font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; + font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; } html, body { @@ -51,16 +51,24 @@ html.dark body { } .el-table { - font-size: 12px!important; + font-size: 12px !important; } .el-select-dropdown__wrap { - max-height: 138px!important; + max-height: 138px !important; } .el-popper:not(.is-pure) { - font-size: 10px!important; - line-height: 1.2em!important; - padding: 5px!important; - font-weight: lighter!important; -} \ No newline at end of file + font-size: 10px !important; + line-height: 1.2em !important; + padding: 5px !important; + font-weight: lighter !important; +} + +.el-message-box__content + .el-message-box__btns { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + flex-direction: row-reverse; + gap: 0 10px; +} diff --git a/package.json b/package.json index d2c5d65..c1db635 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@nuxtjs/tailwindcss": "6.13.1", "@pinia/nuxt": "0.9.0", "@tauri-apps/api": "^2.2.0", - "@tauri-apps/cli": "2.2.5", + "@tauri-apps/cli": "2.2.7", "@tauri-apps/plugin-cli": "^2.2.0", "@tauri-apps/plugin-clipboard-manager": "2.2.0", "@tauri-apps/plugin-dialog": "2.2.0", @@ -31,7 +31,7 @@ "element-plus": "2.9.3", "less": "4.2.1", "lodash-es": "^4.17.21", - "nuxt": "3.15.2", + "nuxt": "3.15.3", "pinia": "^2.3.0", "pinia-plugin-persistedstate": "^4.2.0", "postcss": "^8.4.38", diff --git a/pages/index.vue b/pages/index.vue index f98f496..4709164 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -593,7 +593,7 @@ :close-on-press-escape="false" title="房间配置管理" > -
+
刷新 + + +
- + >