From cb8fa9a5cb9c2943b34f938daee3df59f48bd024 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 21 Jan 2022 16:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=85=A5=E6=B0=94?= =?UTF-8?q?=E6=B3=A1=E4=BD=8D=E7=BD=AE,=E8=BE=93=E4=BA=86=E5=BC=80?= =?UTF-8?q?=E6=88=B7=E4=B8=9A=E5=8A=A1=E5=85=B6=E4=BB=96=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E6=A1=86=E5=8F=AA=E9=9C=80=E8=A6=81=E4=BF=9D?= =?UTF-8?q?=E7=95=99=E4=B8=80=E4=B8=AA=E8=BE=93=E5=85=A5=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E5=8D=B3=E5=8F=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/counter/list/index.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index b68675f..84155c0 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -9,8 +9,8 @@ -
- +
+
@@ -126,7 +126,7 @@ - + @@ -477,6 +477,7 @@ export default { password:'', passwordAgain: '' }, + systemId:'', passwordRules:{ password:[ { validator: validatePass, trigger: 'blur' }, @@ -727,6 +728,7 @@ export default { } else if(this.$store.state.system.popText == '密码器'){ if(this.$store.state.system.id == '62,1'){ + this.systemId = this.$store.state.system.id let accountPassword = sessionStorage.getItem('accountPassword'); if(accountPassword){ this.passwordForm.password = accountPassword @@ -1801,6 +1803,16 @@ export default { line-height: 100px; font-size: 23px; } +@media screen and (min-width: 1200px) and (max-width: 1919px) { + .computerContent{ + position: absolute;top: -50px;width:200px;left: -100px + } +} +@media screen and (min-width: 1920px) { + .computerContent{ + position: absolute;top: -10px;width:200px;left: -100px + } +} .wrap { .bg {