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 {