From adf46e209a824f5d206fe549a252fd0184533b3a Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Mon, 03 Nov 2025 16:17:48 +0800
Subject: [PATCH] 修复添加、编辑名片模板背景图为固定尺寸问题
---
supplier_vue/package.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/supplier_vue/package.json b/supplier_vue/package.json
index f1b2577..a135c1d 100644
--- a/supplier_vue/package.json
+++ b/supplier_vue/package.json
@@ -15,6 +15,7 @@
"element-ui": "^2.12.0",
"nprogress": "^0.2.0",
"quill": "^1.3.7",
+ "sass": "^1.93.2",
"true-case-path": "^2.2.1",
"vue": "^2.5.2",
"vue-quill-editor": "^3.0.6",
@@ -41,7 +42,6 @@
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"node-notifier": "^5.1.2",
- "node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"portfinder": "^1.0.13",
--
Gitblit v1.9.2