From 5fdd773a97340786890bc663042eea92baf2aec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 19 Apr 2023 15:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 17 +++++++++------ package.json | 2 +- pages/Viewprescription/Viewprescription.vue | 24 --------------------- pages/grade/grade.vue | 24 --------------------- pages/prescription/prescription.vue | 23 -------------------- 5 files changed, 11 insertions(+), 79 deletions(-) diff --git a/package-lock.json b/package-lock.json index f65ebd0..240d330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,20 +9,23 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "uview-ui": "^1.8.4" + "uview-ui": "^2.0.31" } }, "node_modules/uview-ui": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.4.tgz", - "integrity": "sha512-Zr+D5dFdNy6CdHQLBEXeGq/w0LkjxzBtsgaaDwLl0P58g67H7fBBDvy6AzWK/k0c7dwPYMBiK7I4Tr9p92+0DA==" + "version": "2.0.31", + "resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-2.0.31.tgz", + "integrity": "sha512-I/0fGuvtiKHH/mBb864SGYk+SJ7WaF32tsBgYgeBOsxlUp+Th+Ac2tgz2cTvsQJl6eZYWsKZ3ixiSXCAcxZ8Sw==", + "engines": { + "HBuilderX": "^3.1.0" + } } }, "dependencies": { "uview-ui": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.4.tgz", - "integrity": "sha512-Zr+D5dFdNy6CdHQLBEXeGq/w0LkjxzBtsgaaDwLl0P58g67H7fBBDvy6AzWK/k0c7dwPYMBiK7I4Tr9p92+0DA==" + "version": "2.0.31", + "resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-2.0.31.tgz", + "integrity": "sha512-I/0fGuvtiKHH/mBb864SGYk+SJ7WaF32tsBgYgeBOsxlUp+Th+Ac2tgz2cTvsQJl6eZYWsKZ3ixiSXCAcxZ8Sw==" } } } diff --git a/package.json b/package.json index 4a5727e..9dbfc81 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "uview-ui": "^1.8.4" + "uview-ui": "^2.0.31" }, "repository": { "type": "git", diff --git a/pages/Viewprescription/Viewprescription.vue b/pages/Viewprescription/Viewprescription.vue index 3c709b4..fa8495b 100644 --- a/pages/Viewprescription/Viewprescription.vue +++ b/pages/Viewprescription/Viewprescription.vue @@ -391,30 +391,6 @@ } } - - .baogao:hover { - font-size: 26rpx; - font-family: Source Han Sans CN; - font-weight: 400; - color: #000; - - - .image { - width: 35rpx; - height: 38rpx; - background: url(../../static/baogao.png)no-repeat center center; - background-size: 100% 100%; - } - - .look { - color: #9B9A9A; - } - - .lookreport { - color: green; - } - } - .grade { font-size: 70rpx; font-family: Source Han Sans CN; diff --git a/pages/grade/grade.vue b/pages/grade/grade.vue index 333cb21..82669a3 100644 --- a/pages/grade/grade.vue +++ b/pages/grade/grade.vue @@ -230,30 +230,6 @@ } } - - .baogao:hover { - font-size: 26rpx; - font-family: Source Han Sans CN; - font-weight: 400; - color: #000; - - - .image { - width: 35rpx; - height: 38rpx; - background: url(../../static/baogao.png)no-repeat center center; - background-size: 100% 100%; - } - - .look { - color: #9B9A9A; - } - - .lookreport { - color: green; - } - } - .grade { // width: 82px; // height: 78px; diff --git a/pages/prescription/prescription.vue b/pages/prescription/prescription.vue index f3ebf7d..896b666 100644 --- a/pages/prescription/prescription.vue +++ b/pages/prescription/prescription.vue @@ -497,29 +497,6 @@ } - .baogao:hover { - font-size: 26rpx; - font-family: Source Han Sans CN; - font-weight: 400; - color: #000; - - - .image { - width: 35rpx; - height: 38rpx; - background: url(../../static/baogao.png)no-repeat center center; - background-size: 100% 100%; - } - - .look { - color: #9B9A9A; - } - - .lookreport { - color: green; - } - } - .grade { font-size: 70rpx; font-family: Source Han Sans CN;