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="房间配置管理" > -
+
刷新 + + +
- + >