diff --git a/package-lock.json b/package-lock.json index 32226e5..b6095fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "bson": "^6.8.0", "core-js": "^3.8.3", "crypto": "^1.0.1", - "element-plus": "^2.6.3", + "element-plus": "^2.9.1", "lodash.get": "^4.4.2", "mitt": "^3.0.1", "onml": "^2.1.0", @@ -5052,9 +5052,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" }, "node_modules/debounce": { "version": "1.2.1", @@ -5447,9 +5447,9 @@ "dev": true }, "node_modules/element-plus": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.6.3.tgz", - "integrity": "sha512-U4L/mr+1r+EmAUYUHrs0V/8hHMdBGP07rPymSC72LZCN4jK1UwygQYICegTQ5us4mxeqBvW6wfoEfo003fwCqw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.9.1.tgz", + "integrity": "sha512-9Agqf/jt4Ugk7EZ6C5LME71sgkvauPCsnvJN12Xid2XVobjufxMGpRE4L7pS4luJMOmFAH3J0NgYEGZT5r+NDg==", "dependencies": { "@ctrl/tinycolor": "^3.4.1", "@element-plus/icons-vue": "^2.3.1", @@ -5459,7 +5459,7 @@ "@types/lodash-es": "^4.17.6", "@vueuse/core": "^9.1.0", "async-validator": "^4.2.5", - "dayjs": "^1.11.3", + "dayjs": "^1.11.13", "escape-html": "^1.0.3", "lodash": "^4.17.21", "lodash-es": "^4.17.21", @@ -15092,9 +15092,9 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" }, "debounce": { "version": "1.2.1", @@ -15415,9 +15415,9 @@ "dev": true }, "element-plus": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.6.3.tgz", - "integrity": "sha512-U4L/mr+1r+EmAUYUHrs0V/8hHMdBGP07rPymSC72LZCN4jK1UwygQYICegTQ5us4mxeqBvW6wfoEfo003fwCqw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.9.1.tgz", + "integrity": "sha512-9Agqf/jt4Ugk7EZ6C5LME71sgkvauPCsnvJN12Xid2XVobjufxMGpRE4L7pS4luJMOmFAH3J0NgYEGZT5r+NDg==", "requires": { "@ctrl/tinycolor": "^3.4.1", "@element-plus/icons-vue": "^2.3.1", @@ -15427,7 +15427,7 @@ "@types/lodash-es": "^4.17.6", "@vueuse/core": "^9.1.0", "async-validator": "^4.2.5", - "dayjs": "^1.11.3", + "dayjs": "^1.11.13", "escape-html": "^1.0.3", "lodash": "^4.17.21", "lodash-es": "^4.17.21", diff --git a/package.json b/package.json index dcd5b7c..4dc67a5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bson": "^6.8.0", "core-js": "^3.8.3", "crypto": "^1.0.1", - "element-plus": "^2.6.3", + "element-plus": "^2.9.1", "lodash.get": "^4.4.2", "mitt": "^3.0.1", "onml": "^2.1.0", diff --git a/src/components/right-nav.js b/src/components/right-nav.js index b03e213..72b26d3 100644 --- a/src/components/right-nav.js +++ b/src/components/right-nav.js @@ -20,7 +20,7 @@ export const controlPanel = reactive({ this.currentIndex = -1; } else { if (horizontalResizer.width < 5) { - horizontalResizer.width = 435; + horizontalResizer.width = 440; } this.currentIndex = index; } @@ -33,7 +33,7 @@ export const controlPanel = reactive({ export const horizontalResizer = reactive({ active: false, hover: false, - width: 435, + width: 440, mousedown() { this.active = true; document.addEventListener('mousemove', resize); diff --git a/src/components/setting/index.vue b/src/components/setting/index.vue index bc73efa..415b0a2 100644 --- a/src/components/setting/index.vue +++ b/src/components/setting/index.vue @@ -98,7 +98,6 @@ -