From 4c805b366830e849fe1e25307e23b199313c933e Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 13 Jan 2026 14:37:38 +0800 Subject: [PATCH] chore: update --- eslint.config.js | 3 +- package.json | 2 +- pnpm-lock.yaml | 92 +++++++++---------- .../ReAnimateSelector/src/index.vue | 2 +- src/components/ReCropper/src/index.tsx | 2 +- src/components/ReCropperPreview/src/index.vue | 2 +- src/components/ReDialog/index.vue | 5 +- src/components/ReIcon/src/Select.vue | 6 +- src/components/RePureTableBar/src/bar.tsx | 20 ++-- src/components/ReQrcode/src/index.tsx | 2 +- src/components/ReVxeTableBar/src/bar.tsx | 20 ++-- src/layout/components/lay-frame/index.vue | 4 +- src/layout/components/lay-notice/index.vue | 2 +- .../components/SearchHistoryItem.vue | 4 +- .../lay-search/components/SearchModal.vue | 5 +- src/layout/components/lay-search/index.vue | 2 +- .../components/SidebarBreadCrumb.vue | 2 +- .../components/SidebarExtraIcon.vue | 7 +- .../lay-sidebar/components/SidebarItem.vue | 2 +- .../lay-tag/components/TagChrome.vue | 2 +- src/views/able/directives.vue | 12 +-- src/views/able/line-tree.vue | 6 +- src/views/able/pdf.vue | 4 +- src/views/able/print/index.vue | 8 +- src/views/able/qrcode.vue | 18 ++-- src/views/able/ripple.vue | 2 +- src/views/able/verify.vue | 2 +- src/views/able/video-frame/index.vue | 4 +- src/views/able/watermark.vue | 7 +- src/views/able/wavesurfer/index.vue | 4 +- .../components/AccountManagement.vue | 4 +- .../components/Preferences.vue | 4 +- .../account-settings/components/Profile.vue | 4 +- .../components/SecurityLog.vue | 4 +- src/views/account-settings/index.vue | 8 +- src/views/components/animatecss.vue | 2 +- src/views/components/cascader.vue | 8 +- src/views/components/check-button.vue | 2 +- src/views/components/collapse.vue | 2 +- src/views/components/date-picker.vue | 16 ++-- src/views/components/datetime-picker.vue | 6 +- src/views/components/dialog/form.vue | 4 +- src/views/components/dialog/formPrimitive.vue | 2 +- src/views/components/drawer/form.vue | 4 +- src/views/components/drawer/formPrimitive.vue | 2 +- src/views/components/icon-select.vue | 2 +- .../components/slider/components/Size.vue | 2 +- src/views/components/swiper.vue | 4 +- src/views/components/time-picker.vue | 16 ++-- src/views/components/upload/form.vue | 4 +- src/views/components/upload/index.vue | 2 +- src/views/components/virtual-list/index.vue | 4 +- .../components/virtual-list/vertical.vue | 2 +- src/views/empty/index.vue | 2 +- src/views/login/components/LoginQrCode.vue | 2 +- src/views/login/index.vue | 6 +- src/views/monitor/logs/login/index.vue | 8 +- src/views/monitor/logs/operation/index.vue | 8 +- src/views/monitor/logs/system/index.vue | 6 +- src/views/monitor/online/index.vue | 4 +- src/views/permission/page/index.vue | 2 +- src/views/schema-form/form/base.vue | 2 +- src/views/schema-form/form/steps.vue | 2 +- src/views/system/dept/index.vue | 6 +- src/views/system/menu/index.vue | 4 +- src/views/system/role/index.vue | 8 +- src/views/system/user/index.vue | 14 +-- src/views/system/user/tree.vue | 6 +- src/views/system/user/utils/hook.tsx | 2 +- src/views/table/base/imgPreview.vue | 2 +- src/views/table/edit/demo1/index.vue | 2 +- src/views/table/edit/demo2/index.vue | 2 +- src/views/table/edit/demo3/columns.tsx | 2 +- src/views/table/edit/demo3/index.vue | 2 +- src/views/table/high/drag/column/index.vue | 2 +- src/views/table/high/drag/row/columns.tsx | 2 +- src/views/table/high/drag/row/index.vue | 2 +- src/views/table/high/echarts/index.vue | 2 +- src/views/table/high/excel/index.vue | 2 +- src/views/table/high/header/index.vue | 2 +- src/views/table/high/prints/index.vue | 4 +- .../high/table-select/multiple/index.vue | 8 +- .../table/high/table-select/radio/index.vue | 2 +- src/views/tabs/index.vue | 2 +- .../welcome/components/table/columns.tsx | 2 +- src/views/welcome/index.vue | 12 +-- 86 files changed, 236 insertions(+), 259 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index c4e887e52..8ca700ca0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -185,7 +185,8 @@ export default defineConfig([ }, settings: { "better-tailwindcss": { - entryPoint: "src/style/tailwind.css" + entryPoint: "src/style/tailwind.css", + rootFontSize: 16 } } } diff --git a/package.json b/package.json index 2f3b92d65..1fa1e20dc 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "dagre": "^0.8.5", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-better-tailwindcss": "4.0.0-rc.0", + "eslint-plugin-better-tailwindcss": "^4.0.0", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-vue": "^10.6.2", "gradient-string": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64f049930..6a0a66d6d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: version: 1.11.19 deep-chat: specifier: ^2.3.0 - version: 2.4.0 + version: 2.4.1 echarts: specifier: ^6.0.0 version: 6.0.0 @@ -97,7 +97,7 @@ importers: version: 3.0.5 jsbarcode: specifier: ^3.12.1 - version: 3.12.1 + version: 3.12.3 localforage: specifier: ^1.10.0 version: 1.10.0 @@ -230,7 +230,7 @@ importers: version: 11.0.3(@vue/compiler-dom@3.5.26)(eslint@9.39.2(jiti@2.6.1))(rollup@4.55.1)(typescript@5.9.3)(vue-i18n@11.2.8(vue@3.5.26(typescript@5.9.3)))(vue@3.5.26(typescript@5.9.3)) '@tailwindcss/vite': specifier: ^4.1.18 - version: 4.1.18(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)) + version: 4.1.18(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)) '@types/codemirror': specifier: ^5.60.17 version: 5.60.17 @@ -263,10 +263,10 @@ importers: version: 1.15.9 '@vitejs/plugin-vue': specifier: ^6.0.3 - version: 6.0.3(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) + version: 6.0.3(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) '@vitejs/plugin-vue-jsx': specifier: ^5.1.2 - version: 5.1.3(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) + version: 5.1.3(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3)) boxen: specifier: ^8.0.1 version: 8.0.1 @@ -286,8 +286,8 @@ importers: specifier: ^10.1.8 version: 10.1.8(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-better-tailwindcss: - specifier: 4.0.0-rc.0 - version: 4.0.0-rc.0(eslint@9.39.2(jiti@2.6.1))(tailwindcss@4.1.18)(typescript@5.9.3) + specifier: ^4.0.0 + version: 4.0.0(eslint@9.39.2(jiti@2.6.1))(tailwindcss@4.1.18)(typescript@5.9.3) eslint-plugin-prettier: specifier: ^5.5.4 version: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))(prettier@3.7.4) @@ -359,13 +359,13 @@ importers: version: 22.5.0(@vue/compiler-sfc@3.5.26) vite: specifier: ^7.3.0 - version: 7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) + version: 7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) vite-plugin-cdn-import: specifier: ^1.0.1 - version: 1.0.1(rollup@4.55.1)(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)) + version: 1.0.1(rollup@4.55.1)(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)) vite-plugin-compression: specifier: ^0.5.1 - version: 0.5.1(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)) + version: 0.5.1(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)) vite-plugin-fake-server: specifier: ^2.2.2 version: 2.2.2 @@ -695,8 +695,8 @@ packages: peerDependencies: '@csstools/css-tokenizer': ^3.0.4 - '@csstools/css-syntax-patches-for-csstree@1.0.22': - resolution: {integrity: sha512-qBcx6zYlhleiFfdtzkRgwNC7VVoAwfK76Vmsw5t+PbvtdknO9StgRk7ROvq9so1iqbdW4uLIDAsXRsTfUrIoOw==} + '@csstools/css-syntax-patches-for-csstree@1.0.23': + resolution: {integrity: sha512-YEmgyklR6l/oKUltidNVYdjSmLSW88vMsKx0pmiS3r71s8ZZRpd8A0Yf0U+6p/RzElmMnPBv27hNWjDQMSZRtQ==} engines: {node: '>=18'} '@csstools/css-tokenizer@3.0.4': @@ -1655,8 +1655,8 @@ packages: '@rolldown/pluginutils@1.0.0-beta.53': resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} - '@rolldown/pluginutils@1.0.0-beta.58': - resolution: {integrity: sha512-qWhDs6yFGR5xDfdrwiSa3CWGIHxD597uGE/A9xGqytBjANvh4rLCTTkq7szhMV4+Ygh+PMS90KVJ8xWG/TkX4w==} + '@rolldown/pluginutils@1.0.0-beta.59': + resolution: {integrity: sha512-aoh6LAJRyhtazs98ydgpNOYstxUlsOV1KJXcpf/0c0vFcUA8uyd/hwKRhqE/AAPNqAho9RliGsvitCoOzREoVA==} '@rollup/pluginutils@5.3.0': resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} @@ -2489,8 +2489,8 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.9.11: - resolution: {integrity: sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==} + baseline-browser-mapping@2.9.12: + resolution: {integrity: sha512-Mij6Lij93pTAIsSYy5cyBQ975Qh9uLEc5rwGTpomiZeXZL9yIS6uORJakb3ScHgfs0serMMfIbXzokPMuEiRyw==} hasBin: true birpc@2.9.0: @@ -2921,8 +2921,8 @@ packages: dedent@0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} - deep-chat@2.4.0: - resolution: {integrity: sha512-854quInHyBwolf+opE5XU/KLD5R965U5W3sBQR7YbtTxHGZLFZ8gFcMfvS0h6AcZ/1lXpVf5c+6Nbs454EvYKQ==} + deep-chat@2.4.1: + resolution: {integrity: sha512-Se0ZSIrXQbgD1DblbXtbUeEgbCi+TTMOQXGAMyURy6F9AGxPlDsa5dfkqSaY7F8OkO8d5H2w1RHDarfuKw4w+g==} deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} @@ -3142,8 +3142,8 @@ packages: peerDependencies: eslint: '>=7.0.0' - eslint-plugin-better-tailwindcss@4.0.0-rc.0: - resolution: {integrity: sha512-GhVpJvjDt5PpIe3ryyj/ahSVeMfYyd+oRExorluBL/1AYPwL2l0yiKKTIvdqyl2VXFDxD/v3NKMRBZvHkeySFA==} + eslint-plugin-better-tailwindcss@4.0.0: + resolution: {integrity: sha512-+WATD4w/3W7NCo2Fg2cizq0Z1hEGpRth3e0NQ2B9sDKcjzoQi/8nmPVHK4rD2cizkqaTQStBgu8DRefrUIvjzw==} engines: {node: ^20.19.0 || ^22.12.0 || >=23.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -3868,8 +3868,8 @@ packages: resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} hasBin: true - jsbarcode@3.12.1: - resolution: {integrity: sha512-QZQSqIknC2Rr/YOUyOkCBqsoiBAOTYK+7yNN3JsqfoUtJtkazxNw1dmPpxuv7VVvqW13kA3/mKiLq+s/e3o9hQ==} + jsbarcode@3.12.3: + resolution: {integrity: sha512-CuHU9hC6dPsHF5oVFMo8NW76uQVjH4L22CsP4hW+dNnGywJHC/B0ThA1CTDVLnxKLrrpYdicBLnd2xsgTfRnvg==} jsdom@16.7.0: resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} @@ -5498,8 +5498,8 @@ packages: peerDependencies: vue: '>=3.2.13' - vite@7.3.0: - resolution: {integrity: sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==} + vite@7.3.1: + resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -6257,7 +6257,7 @@ snapshots: dependencies: '@csstools/css-tokenizer': 3.0.4 - '@csstools/css-syntax-patches-for-csstree@1.0.22': {} + '@csstools/css-syntax-patches-for-csstree@1.0.23': {} '@csstools/css-tokenizer@3.0.4': {} @@ -7062,7 +7062,7 @@ snapshots: '@rolldown/pluginutils@1.0.0-beta.53': {} - '@rolldown/pluginutils@1.0.0-beta.58': {} + '@rolldown/pluginutils@1.0.0-beta.59': {} '@rollup/pluginutils@5.3.0(rollup@4.55.1)': dependencies: @@ -7218,12 +7218,12 @@ snapshots: '@tailwindcss/oxide-win32-arm64-msvc': 4.1.18 '@tailwindcss/oxide-win32-x64-msvc': 4.1.18 - '@tailwindcss/vite@4.1.18(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))': + '@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))': dependencies: '@tailwindcss/node': 4.1.18 '@tailwindcss/oxide': 4.1.18 tailwindcss: 4.1.18 - vite: 7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) + vite: 7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) '@tootallnate/once@1.1.2': {} @@ -7458,22 +7458,22 @@ snapshots: dependencies: valibot: 1.2.0(typescript@5.9.3) - '@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': + '@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: '@babel/core': 7.28.5 '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) - '@rolldown/pluginutils': 1.0.0-beta.58 + '@rolldown/pluginutils': 1.0.0-beta.59 '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.5) - vite: 7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) + vite: 7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) vue: 3.5.26(typescript@5.9.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@6.0.3(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': + '@vitejs/plugin-vue@6.0.3(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2))(vue@3.5.26(typescript@5.9.3))': dependencies: '@rolldown/pluginutils': 1.0.0-beta.53 - vite: 7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) + vite: 7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) vue: 3.5.26(typescript@5.9.3) '@volar/language-core@2.4.27': @@ -7976,7 +7976,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.9.11: {} + baseline-browser-mapping@2.9.12: {} birpc@2.9.0: {} @@ -8016,7 +8016,7 @@ snapshots: browserslist@4.28.1: dependencies: - baseline-browser-mapping: 2.9.11 + baseline-browser-mapping: 2.9.12 caniuse-lite: 1.0.30001762 electron-to-chromium: 1.5.267 node-releases: 2.0.27 @@ -8443,7 +8443,7 @@ snapshots: dedent@0.7.0: {} - deep-chat@2.4.0: + deep-chat@2.4.1: dependencies: '@microsoft/fetch-event-source': 2.0.1 remarkable: 2.0.1 @@ -8738,7 +8738,7 @@ snapshots: dependencies: eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-better-tailwindcss@4.0.0-rc.0(eslint@9.39.2(jiti@2.6.1))(tailwindcss@4.1.18)(typescript@5.9.3): + eslint-plugin-better-tailwindcss@4.0.0(eslint@9.39.2(jiti@2.6.1))(tailwindcss@4.1.18)(typescript@5.9.3): dependencies: '@eslint/css-tree': 3.6.8 '@valibot/to-json-schema': 1.5.0(valibot@1.2.0(typescript@5.9.3)) @@ -9700,7 +9700,7 @@ snapshots: dependencies: argparse: 2.0.1 - jsbarcode@3.12.1: {} + jsbarcode@3.12.3: {} jsdom@16.7.0: dependencies: @@ -10950,7 +10950,7 @@ snapshots: stylelint@16.26.1(typescript@5.9.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) - '@csstools/css-syntax-patches-for-csstree': 1.0.22 + '@csstools/css-syntax-patches-for-csstree': 1.0.23 '@csstools/css-tokenizer': 3.0.4 '@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1) @@ -11262,30 +11262,30 @@ snapshots: transitivePeerDependencies: - debug - vite-plugin-cdn-import@1.0.1(rollup@4.55.1)(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)): + vite-plugin-cdn-import@1.0.1(rollup@4.55.1)(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)): dependencies: rollup-plugin-external-globals: 0.10.0(rollup@4.55.1) - vite-plugin-externals: 0.6.2(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)) + vite-plugin-externals: 0.6.2(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)) transitivePeerDependencies: - rollup - vite - vite-plugin-compression@0.5.1(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)): + vite-plugin-compression@0.5.1(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)): dependencies: chalk: 4.1.2 debug: 4.4.3 fs-extra: 10.1.0 - vite: 7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) + vite: 7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) transitivePeerDependencies: - supports-color - vite-plugin-externals@0.6.2(vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)): + vite-plugin-externals@0.6.2(vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2)): dependencies: acorn: 8.15.0 es-module-lexer: 0.4.1 fs-extra: 10.1.0 magic-string: 0.25.9 - vite: 7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) + vite: 7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2) vite-plugin-fake-server@2.2.2: dependencies: @@ -11304,7 +11304,7 @@ snapshots: svgo: 3.3.2 vue: 3.5.26(typescript@5.9.3) - vite@7.3.0(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2): + vite@7.3.1(@types/node@20.19.27)(jiti@2.6.1)(lightningcss@1.30.2)(sass@1.97.2)(yaml@2.8.2): dependencies: esbuild: 0.27.2 fdir: 6.5.0(picomatch@4.0.3) diff --git a/src/components/ReAnimateSelector/src/index.vue b/src/components/ReAnimateSelector/src/index.vue index 61baf9de0..aa5f7fe14 100644 --- a/src/components/ReAnimateSelector/src/index.vue +++ b/src/components/ReAnimateSelector/src/index.vue @@ -88,7 +88,7 @@ function onMouseleave() { @clear="onClear" > -
+
-
+
{{ options?.title }} -
+
diff --git a/src/views/able/video-frame/index.vue b/src/views/able/video-frame/index.vue index 8c563a401..6c5fb30e8 100644 --- a/src/views/able/video-frame/index.vue +++ b/src/views/able/video-frame/index.vue @@ -158,14 +158,14 @@ onBeforeUnmount(() => { v-if="curImg" :src="curImg" :preview-src-list="Array.of(curImg)" - class="w-[180px] h-[180px] ml-2 rounded-[6px]" + class="w-45 h-45 ml-2 rounded-md" />
diff --git a/src/views/able/watermark.vue b/src/views/able/watermark.vue index cf8647c25..921c6087d 100644 --- a/src/views/able/watermark.vue +++ b/src/views/able/watermark.vue @@ -126,7 +126,7 @@ onBeforeUnmount(() => { 清除整页水印 -
+
{ 清除局部水印 -
+
diff --git a/src/views/able/wavesurfer/index.vue b/src/views/able/wavesurfer/index.vue index f2406639c..55521c3c8 100644 --- a/src/views/able/wavesurfer/index.vue +++ b/src/views/able/wavesurfer/index.vue @@ -103,7 +103,7 @@ onBeforeUnmount(() => {
@@ -112,7 +112,7 @@ onBeforeUnmount(() => {

{{ curTime }}

{{ totalTime }}
-
+
+

账户管理

diff --git a/src/views/account-settings/components/Preferences.vue b/src/views/account-settings/components/Preferences.vue index 219f23984..f3d03ace4 100644 --- a/src/views/account-settings/components/Preferences.vue +++ b/src/views/account-settings/components/Preferences.vue @@ -32,9 +32,7 @@ function onChange(val, item) { -
+
1. 二级联动(不带“全部”选项) {
-
+
2. 二级联动(带有“全部”选项) {
-
+
3. 三级联动(不带“全部”选项) {
-
+
4. 三级联动(带"全部选项")
可控制间距的按钮样式
diff --git a/src/views/components/collapse.vue b/src/views/components/collapse.vue index 7e749e628..8041b5725 100644 --- a/src/views/components/collapse.vue +++ b/src/views/components/collapse.vue @@ -61,7 +61,7 @@ const handleChange = (val: string[]) => { diff --git a/src/views/components/date-picker.vue b/src/views/components/date-picker.vue index 0f33fbe53..ced34c285 100644 --- a/src/views/components/date-picker.vue +++ b/src/views/components/date-picker.vue @@ -164,7 +164,7 @@ watch(size, val =>
弹出面板位置可控(如果弹出位置不足以完整展示面板会自动调整位置)
- + diff --git a/src/views/components/dialog/formPrimitive.vue b/src/views/components/dialog/formPrimitive.vue index 5fbd24097..26985de02 100644 --- a/src/views/components/dialog/formPrimitive.vue +++ b/src/views/components/dialog/formPrimitive.vue @@ -18,5 +18,5 @@ const data = useVModel(props, "data", emit); diff --git a/src/views/components/drawer/form.vue b/src/views/components/drawer/form.vue index c1b07c5ea..4a7ec0a95 100644 --- a/src/views/components/drawer/form.vue +++ b/src/views/components/drawer/form.vue @@ -28,14 +28,14 @@ const newFormInline = ref(props.formInline); diff --git a/src/views/components/drawer/formPrimitive.vue b/src/views/components/drawer/formPrimitive.vue index 5fbd24097..26985de02 100644 --- a/src/views/components/drawer/formPrimitive.vue +++ b/src/views/components/drawer/formPrimitive.vue @@ -18,5 +18,5 @@ const data = useVModel(props, "data", emit); diff --git a/src/views/components/icon-select.vue b/src/views/components/icon-select.vue index d098b0bf7..fa368c6ea 100644 --- a/src/views/components/icon-select.vue +++ b/src/views/components/icon-select.vue @@ -23,6 +23,6 @@ const icon = ref("ep:add-location"); 代码位置 src/views/components/icon-select.vue - + diff --git a/src/views/components/slider/components/Size.vue b/src/views/components/slider/components/Size.vue index c31c382f4..351e50b4b 100644 --- a/src/views/components/slider/components/Size.vue +++ b/src/views/components/slider/components/Size.vue @@ -5,7 +5,7 @@ const value = ref(0); -
{{ item.label }}
+
{{ item.label }}
Slide{{ i }}
diff --git a/src/views/components/time-picker.vue b/src/views/components/time-picker.vue index 90a88de7f..554a3fb4b 100644 --- a/src/views/components/time-picker.vue +++ b/src/views/components/time-picker.vue @@ -91,7 +91,7 @@ const endTime = ref(""); @@ -100,7 +100,7 @@ const endTime = ref(""); v-model="value1" arrow-control placeholder="请选择时间" - class="w-[140px]!" + class="w-35!" :size="dynamicSize" :disabled="size === 'disabled'" /> @@ -110,7 +110,7 @@ const endTime = ref("");
限制时间选择范围
任意时间范围
{ drag multiple action="#" - class="w-[200px]!" + class="w-50!" :auto-upload="false" >
@@ -75,7 +75,7 @@ const resetForm = formEl => { diff --git a/src/views/components/upload/index.vue b/src/views/components/upload/index.vue index dad6830aa..d35c9f89d 100644 --- a/src/views/components/upload/index.vue +++ b/src/views/components/upload/index.vue @@ -243,7 +243,7 @@ const onDownload = () => {

上传接口相关截图

- - + +
diff --git a/src/views/components/virtual-list/vertical.vue b/src/views/components/virtual-list/vertical.vue index 2fc4de276..26db7c297 100644 --- a/src/views/components/virtual-list/vertical.vue +++ b/src/views/components/virtual-list/vertical.vue @@ -24,7 +24,7 @@ const filteredItems = computed(() => { 垂直模式 vertical diff --git a/src/views/empty/index.vue b/src/views/empty/index.vue index 6d3dab07f..c578c6353 100644 --- a/src/views/empty/index.vue +++ b/src/views/empty/index.vue @@ -14,7 +14,7 @@ const router = useRouter();

业务内容模块

使用场景:需要外嵌平台某个页面,不需要展示菜单导航以及额外模块

- +
diff --git a/src/views/login/components/LoginQrCode.vue b/src/views/login/components/LoginQrCode.vue index 4d40468ec..c42f12b00 100644 --- a/src/views/login/components/LoginQrCode.vue +++ b/src/views/login/components/LoginQrCode.vue @@ -8,7 +8,7 @@ const { t } = useI18n();