Forráskód Böngészése

😁升级前端所有依赖版本

zuohuaijun 2 éve
szülő
commit
ba8afc02c2
3 módosított fájl, 335 hozzáadás és 325 törlés
  1. 25 25
      Web/package.json
  2. 299 299
      Web/pnpm-lock.yaml
  3. 11 1
      Web/public/print-lock.css

+ 25 - 25
Web/package.json

@@ -12,20 +12,20 @@
 	},
 	"dependencies": {
 		"@element-plus/icons-vue": "^2.1.0",
-		"@microsoft/signalr": "^7.0.12",
-		"@vue-office/docx": "^1.3.0",
-		"@vue-office/excel": "^1.4.5",
-		"@vue-office/pdf": "^1.5.4",
+		"@microsoft/signalr": "^8.0.0",
+		"@vue-office/docx": "^1.3.1",
+		"@vue-office/excel": "^1.4.6",
+		"@vue-office/pdf": "^1.5.5",
 		"@wangeditor/editor": "^5.1.23",
 		"@wangeditor/editor-for-vue": "^5.1.12",
 		"animate.css": "^4.1.1",
-		"axios": "^1.5.1",
+		"axios": "^1.6.2",
 		"countup.js": "^2.8.0",
 		"cropperjs": "^1.6.1",
 		"echarts": "^5.4.3",
 		"echarts-gl": "^2.0.9",
 		"echarts-wordcloud": "^2.1.0",
-		"element-plus": "^2.4.0",
+		"element-plus": "^2.4.2",
 		"js-cookie": "^3.0.5",
 		"js-table2excel": "^1.1.2",
 		"jsplumb": "^2.15.6",
@@ -42,36 +42,36 @@
 		"splitpanes": "^3.1.5",
 		"vcrontab-3": "^3.3.22",
 		"vform3-builds": "^3.0.10",
-		"vue": "^3.3.4",
+		"vue": "^3.3.8",
 		"vue-clipboard3": "^2.0.0",
 		"vue-demi": "^0.14.6",
 		"vue-grid-layout": "3.0.0-beta1",
-		"vue-i18n": "^9.5.0",
+		"vue-i18n": "^9.7.1",
 		"vue-json-pretty": "^2.2.4",
-		"vue-plugin-hiprint": "0.0.54-fix",
+		"vue-plugin-hiprint": "^0.0.56",
 		"vue-router": "^4.2.5",
 		"vue-signature-pad": "^3.0.2",
 		"vue3-tree-org": "^4.2.2",
 		"xlsx-js-style": "^1.2.0"
 	},
 	"devDependencies": {
-		"@types/lodash-es": "^4.17.9",
-		"@types/node": "^20.8.6",
-		"@types/nprogress": "^0.2.1",
-		"@types/sortablejs": "^1.15.3",
-		"@typescript-eslint/eslint-plugin": "^6.8.0",
-		"@typescript-eslint/parser": "^6.8.0",
-		"@vitejs/plugin-vue": "^4.4.0",
-		"@vitejs/plugin-vue-jsx": "^3.0.2",
-		"@vue/compiler-sfc": "^3.3.4",
-		"code-inspector-plugin": "^0.1.12",
-		"eslint": "^8.51.0",
-		"eslint-plugin-vue": "^9.17.0",
+		"@types/lodash-es": "^4.17.12",
+		"@types/node": "^20.10.0",
+		"@types/nprogress": "^0.2.3",
+		"@types/sortablejs": "^1.15.7",
+		"@typescript-eslint/eslint-plugin": "^6.12.0",
+		"@typescript-eslint/parser": "^6.12.0",
+		"@vitejs/plugin-vue": "^4.5.0",
+		"@vitejs/plugin-vue-jsx": "^3.1.0",
+		"@vue/compiler-sfc": "^3.3.8",
+		"code-inspector-plugin": "^0.1.13",
+		"eslint": "^8.54.0",
+		"eslint-plugin-vue": "^9.18.1",
 		"less": "^4.2.0",
-		"prettier": "^3.0.3",
-		"sass": "^1.69.3",
-		"typescript": "^5.2.2",
-		"vite": "^4.4.11",
+		"prettier": "^3.1.0",
+		"sass": "^1.69.5",
+		"typescript": "^5.3.2",
+		"vite": "^5.0.2",
 		"vite-plugin-cdn-import": "^0.3.5",
 		"vite-plugin-compression": "^0.5.1",
 		"vite-plugin-vue-setup-extend-plus": "^0.1.0",

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 299 - 299
Web/pnpm-lock.yaml


+ 11 - 1
Web/public/print-lock.css

@@ -164,6 +164,10 @@
   font-weight: 700;
 }
 
+table.hiprint-printElement-tableTarget {
+  width: 100%;
+}
+
 .hiprint-printElement-tableTarget, .hiprint-printElement-tableTarget tr, .hiprint-printElement-tableTarget td {
   border-color: rgb(0, 0, 0);
   /*border-style: none;*/
@@ -213,9 +217,15 @@
 .hiprint-printElement-tableTarget-border-td-none td {
   border: 0px solid;
 }
-.hiprint-printElement-tableTarget-border-td-all td:not(:last-child) {
+.hiprint-printElement-tableTarget-border-td-all td:not(:nth-last-child(-n+2)) {
   border-right: 1px solid;
 }
+.hiprint-printElement-tableTarget-border-td-all td:last-child {
+  border-left: 1px solid;
+}
+.hiprint-printElement-tableTarget-border-td-all td:last-child:first-child {
+  border-left: none;
+}
 
 /*.hiprint-printElement-tableTarget tr,*/
 .hiprint-printElement-tableTarget td {

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott