From 3662634bf8a3e51f63ede11cd66dcd3501c09016 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 11 Mar 2021 10:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 5 ++ package.json | 1 + src/common/portrait.styl | 1 + src/components/Search/Search.vue | 87 ++++++++++++-------------------- src/components/Table/Table.vue | 2 +- src/main.js | 1 - src/views/Index/Index.vue | 16 ++++++ 7 files changed, 55 insertions(+), 58 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60cefeb..805a1e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12699,6 +12699,11 @@ "integrity": "sha1-HuO8mhbsv1EYvjNLsV+cRvgvWCU=", "dev": true }, + "vuetify": { + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.4.6.tgz", + "integrity": "sha512-oqAWKAin07ip/QuT/p4bL1LegE3MYPbfojrOcj80RATZDSnJyco2PZD8QuIzd0RhYfdAuSTkY8elvHsLu90RuQ==" + }, "vuex": { "version": "3.5.1", "resolved": "https://registry.npm.taobao.org/vuex/download/vuex-3.5.1.tgz?cache=0&sync_timestamp=1604065438225&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvuex%2Fdownload%2Fvuex-3.5.1.tgz", diff --git a/package.json b/package.json index 570b1fe..482fc73 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "vue": "^2.6.11", "vue-dompurify-html": "^2.3.0", "vue-router": "^3.2.0", + "vuetify": "^2.4.6", "vuex": "^3.4.0" }, "devDependencies": { diff --git a/src/common/portrait.styl b/src/common/portrait.styl index 0189af9..8507500 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -46,6 +46,7 @@ .mx-2{ margin-left: 8px; margin-right: 8px; + color: #fff; } .my-2{ diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index d6f10b9..9c86147 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -3,28 +3,10 @@