From 466ce7cc7038a5294bf0583e14aafdca809fda70 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 17 十月 2024 16:04:06 +0800 Subject: [PATCH] 两个Flex容器,给子组件设定相同宽度 , 就可以格式对齐 --- package.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 18be2c2..ee93692 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,8 @@ "vue-types": "^5.1.1", "vuedraggable": "^4.1.0", "web-storage-cache": "^1.1.1", - "xml-js": "^1.6.11" + "xml-js": "^1.6.11", + "vue3-scroll-seamless": "^1.0.6" }, "devDependencies": { "@commitlint/cli": "^19.0.1", -- Gitblit v1.9.3