From 00ea15f56b7cf400ab6547c17b52311c0a8cef00 Mon Sep 17 00:00:00 2001 From: zouzhibing Date: Fri, 4 Nov 2022 09:27:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=E4=BC=98=E5=8C=96=E5=86=8D=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F=E9=83=A8=E5=88=86=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=E6=A0=B7=E5=BC=8F=E9=94=99=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/Footer/index.vue | 4 +- src/router/modules/other.ts | 18 +- src/router/modules/system.ts | 10 +- src/styles/element-dark.scss | 19 ++ .../{grid-sorter.vue => cardDrag/index.vue} | 0 .../other/{count.vue => count/index.vue} | 48 +--- .../other/{print.vue => print/index.vue} | 0 .../other/{qrcode.vue => qrcode/index.vue} | 0 .../{right-menu.vue => rightMenu/index.vue} | 0 .../other/{upload.vue => upload/index.vue} | 0 .../index.vue} | 0 src/views/system/data/user.ts | 237 ------------------ src/views/system/{menu.vue => menu/index.vue} | 0 src/views/system/{page.vue => page/index.vue} | 0 src/views/system/{role.vue => role/index.vue} | 0 src/views/system/{user.vue => user/index.vue} | 0 16 files changed, 41 insertions(+), 295 deletions(-) rename src/views/other/{grid-sorter.vue => cardDrag/index.vue} (100%) rename src/views/other/{count.vue => count/index.vue} (83%) rename src/views/other/{print.vue => print/index.vue} (100%) rename src/views/other/{qrcode.vue => qrcode/index.vue} (100%) rename src/views/other/{right-menu.vue => rightMenu/index.vue} (100%) rename src/views/other/{upload.vue => upload/index.vue} (100%) rename src/views/other/{water-marker.vue => waterMarker/index.vue} (100%) delete mode 100644 src/views/system/data/user.ts rename src/views/system/{menu.vue => menu/index.vue} (100%) rename src/views/system/{page.vue => page/index.vue} (100%) rename src/views/system/{role.vue => role/index.vue} (100%) rename src/views/system/{user.vue => user/index.vue} (100%) diff --git a/src/layout/Footer/index.vue b/src/layout/Footer/index.vue index 373c6ea..baf8ecb 100644 --- a/src/layout/Footer/index.vue +++ b/src/layout/Footer/index.vue @@ -1,11 +1,11 @@ -
-
-
-
-
-
+
+
+
+ + + + + + +
+

vue-admin-perfect

+
diff --git a/package.json b/package.json index 20ab1dd..105aa57 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,13 @@ "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^0.27.2", "clipboard": "^2.0.10", + "codemirror": "^5.65.9", "core-js": "^3.6.5", "dayjs": "^1.11.4", "default-passive-events": "^2.0.0", "echarts": "^5.3.1", "echarts-liquidfill": "^3.1.0", - "element-plus": "^2.2.16", + "element-plus": "^2.2.20", "exceljs": "^4.3.0", "file-saver": "^2.0.5", "fuse.js": "^6.6.2", @@ -53,8 +54,6 @@ "vue-splitpane": "^1.0.6", "vuedraggable": "^4.1.0", "vuex": "^4.0.0-0", - "vxe-table": "^4.3.5", - "xe-utils": "^3.5.6", "xlsx": "^0.18.5" }, "devDependencies": { diff --git a/src/components/CodeMirror/index.vue b/src/components/CodeMirror/index.vue new file mode 100644 index 0000000..67dce27 --- /dev/null +++ b/src/components/CodeMirror/index.vue @@ -0,0 +1,121 @@ + + + + + + diff --git a/src/layout/Header/components/CollapseIcon.vue b/src/layout/Header/components/CollapseIcon.vue index 97dc9af..f9f5d56 100644 --- a/src/layout/Header/components/CollapseIcon.vue +++ b/src/layout/Header/components/CollapseIcon.vue @@ -6,7 +6,7 @@ + + diff --git a/src/views/other/count/index.scss b/src/views/other/count/index.scss new file mode 100644 index 0000000..7e953bc --- /dev/null +++ b/src/views/other/count/index.scss @@ -0,0 +1,14 @@ +.count-to { + display: block; + margin: 10px 0; + text-align: center; + font-size: 40px; + font-weight: 500; + color: $primaryColor; +} +.label { + color: #2f4f4f; + font-size: 16px; + display: inline-block; + margin: 15px 30px 15px 0; +} diff --git a/src/views/other/count/index.vue b/src/views/other/count/index.vue index 53330be..8190c66 100644 --- a/src/views/other/count/index.vue +++ b/src/views/other/count/index.vue @@ -1,91 +1,93 @@ diff --git a/src/views/other/editor/index.vue b/src/views/other/editor/index.vue index 05a7632..b63fad9 100644 --- a/src/views/other/editor/index.vue +++ b/src/views/other/editor/index.vue @@ -27,9 +27,6 @@ https://www.wangeditor.com/v5/for-frame.html - - - - - - 1 - - - 2 - 3 - 4 - - - 5 - - - - - - - diff --git a/src/views/other/upload/index.vue b/src/views/other/upload/index.vue index 7cf9b71..c48dad7 100644 --- a/src/views/other/upload/index.vue +++ b/src/views/other/upload/index.vue @@ -1,6 +1,5 @@