From ece5b7b7d24f85a3253cf722291e69ca7a406192 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 16 八月 2022 13:05:18 +0800
Subject: [PATCH] 完善大屏
---
src/views/register/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/register/index.vue b/src/views/register/index.vue
index 34be8f8..b635c8f 100644
--- a/src/views/register/index.vue
+++ b/src/views/register/index.vue
@@ -6,7 +6,7 @@
<div class="registerForm" v-if="!isResetPassword">
<!-- 琛ㄥご -->
<div class="title">
- <div class="left">娆㈣繋娉ㄥ唽璐濇�濈SAAS骞冲彴</div>
+ <div class="left">娆㈣繋娉ㄥ唽绠$悊骞冲彴</div>
<div class="right">
宸叉湁璐﹀彿锛�<span class="colorBlue"
><router-link to="/login">蹇�熺櫥褰�</router-link></span
@@ -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