From 5d5370de888be338ed128bf44d42b6860d93c002 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 31 Mar 2025 11:15:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=A1=B5=E9=9D=A2=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/login/index.vue | 35 ++++++++++--------- .../components/add-trials-list.vue | 5 ++- .../components/confirm-visit-list.vue | 6 ++-- .../components/trials-select.vue | 2 +- src/views/trials/trials-inspection/index.vue | 4 +-- .../trials-layout/components/trialsNavbar.vue | 3 +- src/views/trials/trials-list/index.vue | 14 ++++---- .../hirVisit/components/edit-study-list.vue | 6 ++-- .../trial-summary/download-record/index.vue | 6 ++-- .../trial-summary/trial-information/index.vue | 2 +- 11 files changed, 45 insertions(+), 40 deletions(-) diff --git a/package.json b/package.json index 504621a..37e03b9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "moment": "^2.27.0", "node-polyfill-webpack-plugin": "^2.0.1", "node-sass": "^4.14.1", - "normalize.css": "7.0.0", + "normalize.css": "^8.0.1", "nprogress": "0.2.0", "path-to-regexp": "2.4.0", "pdfobject": "^2.2.8", diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 7c3abda..7770a50 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -6,8 +6,9 @@