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 @@