From f20a554bdb24e9dfde9dc6a69d78595944f61d15 Mon Sep 17 00:00:00 2001
From: mark <mark18340872469@163.com>
Date: 星期二, 25 十月 2022 14:53:57 +0800
Subject: [PATCH] 设备管理 样式调整

---
 src/views/register/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/register/index.vue b/src/views/register/index.vue
index 34be8f8..4487a98 100644
--- a/src/views/register/index.vue
+++ b/src/views/register/index.vue
@@ -74,7 +74,7 @@
   width: 100%;
   min-width: 1280px;
   min-height: 960px;
-  background: url("/images/register/娉ㄥ唽.png");
+  background: url("/images/register/register.png");
   background-size: 100% 100%;
   font-size: 14px;
 
@@ -90,13 +90,13 @@
 
   .registerHeart {
     margin: 0 auto;
-    width: 1280px;
+    width: 1200px;
     overflow: hidden;
 
     .registerForm {
       position: relative;
       overflow: hidden;
-      margin-top: 60px;
+      margin-top: 5vh;
       width: 660px;
       height: 730px;
       background: #ffffff;

--
Gitblit v1.8.0