From a4d305868fcb3e3029d9d59ee0c31c18729789dc Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Fri, 27 Aug 2021 00:45:40 +0800 Subject: [PATCH] fix: some bug --- .eslintrc.js | 3 ++- index.html | 42 +++++++++++++++++++++++++++++- src/main.ts | 2 +- src/plugins/element-plus/index.ts | 1 + src/router/index.ts | 9 ++++--- src/router/modules/remaining.ts | 14 ---------- src/utils/deviceDetection/index.ts | 18 +++++++++++++ 7 files changed, 69 insertions(+), 20 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1ff81cb28..887fb823c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,6 +22,7 @@ module.exports = { }, rules: { "@typescript-eslint/no-explicit-any": "off", // any + "no-debugger": "off", "@typescript-eslint/explicit-module-boundary-types": "off", // setup() "@typescript-eslint/ban-types": "off", "@typescript-eslint/ban-ts-comment": "off", @@ -42,4 +43,4 @@ module.exports = { } ] } -}; +} diff --git a/index.html b/index.html index 9ba8791ea..ecdd57f42 100644 --- a/index.html +++ b/index.html @@ -33,11 +33,19 @@ } p { - font-size: 12vw; + font-size: 8vw; overflow: hidden; -webkit-text-stroke: 3px #7272a5; } + span { + display: block; + font-size: 20px; + overflow: hidden; + color: green; + text-align: center; + } + p::before { content: " "; width: 100%; @@ -70,8 +78,40 @@
Pure-Admin
+