From a857a5abd3525287221f813cea77bb78cd6c7e01 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Thu, 07 Sep 2023 15:32:52 +0800
Subject: [PATCH] 新增推广位项目选择
---
src/views/login/index.vue | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 8988de7..1930adf 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -8,7 +8,7 @@
</div>
<div class="login-form">
<div class="title-container">
- <div class='title'>权益品后台管理</div>
+ 权益品后台管理
</div>
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" auto-complete="on" label-position="left" v-if="!findPass">
<div class="login-cont">
@@ -272,7 +272,7 @@
}
}
.login-form {
- // width: 400px;
+ width: 300px;
min-height: 326px;
display: flex;
justify-content: center;
@@ -318,15 +318,13 @@
}
.title-container {
- .title {
+ width: 100%;
font-size: 32px;
margin-bottom: 82px;
color: #333333;
text-align: center;
font-weight: bold;
- }
}
-
.show-pwd {
position: absolute;
right: 10px;
--
Gitblit v1.8.0