diff --git a/.eslintrc.js b/.eslintrc.js index d01f44ae..25f7f0d1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,6 +22,7 @@ module.exports = { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-unused-vars': 'off', + 'vue/no-unused-vars': 'off', 'vue/multi-word-component-names': 'off', 'vue/valid-template-root': 'off', 'vue/no-mutating-props': 'off' diff --git a/index.css b/index.css index 2e996bd6..b93daf3b 100644 --- a/index.css +++ b/index.css @@ -82,25 +82,4 @@ to { opacity: 1; } -} - -/* 小屏处理 0~1000*/ -.mobile-terminal { - display: none; -} -@media (max-width: 1000px) { - #app { - display: none; - } - .mobile-terminal { - display: flex; - align-items: center; - justify-content: center; - width: 100vw; - height: 100vh; - text-align: center; - font-size: 24px; - font-weight: 200; - background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); - } } \ No newline at end of file diff --git a/index.html b/index.html index 344d19d9..49904d92 100644 --- a/index.html +++ b/index.html @@ -24,9 +24,6 @@ -
请使用 Web 端进行查看
-