From 36b07a300604deb53cd31626e4b98725c03f718a Mon Sep 17 00:00:00 2001 From: klausY Date: Thu, 30 Apr 2020 18:01:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/package-lock.json | 8 ++++++++ web/src/view/layout/index.vue | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/web/package-lock.json b/web/package-lock.json index 3a5897a4..fc2fce68 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -11147,6 +11147,14 @@ "integrity": "sha1-9d9zJFNAewkZHa5z4qjMc/OBqCY=", "dev": true }, + "timeline-vuejs": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/timeline-vuejs/-/timeline-vuejs-1.1.1.tgz", + "integrity": "sha512-jsdr0xNCBH/GBiW7qsOTbBxZuyk7WKD5YmtTGP1sm0su0fy+iBsEJLDyhHhQ4nTAxca8MkSbJhKGUgF5eNoEfA==", + "requires": { + "vue": "^2.5.17" + } + }, "timers-browserify": { "version": "2.0.11", "resolved": "https://registry.npm.taobao.org/timers-browserify/download/timers-browserify-2.0.11.tgz", diff --git a/web/src/view/layout/index.vue b/web/src/view/layout/index.vue index b35671b2..6e223dbc 100644 --- a/web/src/view/layout/index.vue +++ b/web/src/view/layout/index.vue @@ -39,7 +39,7 @@ 登 出 - + @@ -272,6 +272,7 @@ $mainHight: 100vh; .router-history{ background: #fff; padding: 0 6px; + border-top: 1px solid #DCDCDC; } &.el-main { overflow: auto; From 4bf6371beefda607d14ccf0b94e8ee42429961c9 Mon Sep 17 00:00:00 2001 From: QM303176530 <303176530@qq.com> Date: Thu, 30 Apr 2020 19:05:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=99=A8=E5=A2=9E=E5=8A=A0=E5=89=8D=E7=AB=AFtable.vue=E7=9A=84?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=20=E5=89=8D=E7=AB=AFfd?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/view/example/customer/customer.vue | 146 ++++++++---------- .../autoCode/component/fieldDialog.vue | 6 + web/src/view/systemTools/autoCode/index.vue | 8 +- 3 files changed, 81 insertions(+), 79 deletions(-) diff --git a/web/src/view/example/customer/customer.vue b/web/src/view/example/customer/customer.vue index 90c9d0d0..e445f4d2 100644 --- a/web/src/view/example/customer/customer.vue +++ b/web/src/view/example/customer/customer.vue @@ -1,6 +1,6 @@