From e2cef6c358e57c2bc63e67a05c88c52585bb96db Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期五, 29 十二月 2023 11:22:29 +0800 Subject: [PATCH] 项目表 --- web/src/views/pages/login.vue | 28 ++++++++++------------------ 1 files changed, 10 insertions(+), 18 deletions(-) diff --git a/web/src/views/pages/login.vue b/web/src/views/pages/login.vue index c17f8cb..f9f7aa6 100644 --- a/web/src/views/pages/login.vue +++ b/web/src/views/pages/login.vue @@ -1,6 +1,5 @@ <template> <div class="aui-wrapper aui-page__login aui-page__login__border"> - <h2 class="login__h2">{{ $t('brand.lg') }}</h2> <div class="aui-content__wrapper"> <div class="clear"></div> <main class="aui-content"> @@ -9,6 +8,7 @@ <!-- <div class="login-header">--> <!-- <!–<h3 class="login-title">{{ $t('login.title') }}</h3>–>--> <!-- </div>--> + <h2 class="login__h2">{{ $t('brand.lg') }}</h2> <div class="login-body"> <!-- <h3 class="login-title">{{ $t('login.title') }}</h3>--> <el-form :model="dataForm" ref="dataForm" @keyup.enter.native="formSubmit()" status-icon> @@ -45,11 +45,11 @@ </el-col> </el-row> </zt-form-item> - <el-form-item class="login-form-margin"> + <!-- <el-form-item class="login-form-margin"> <el-button class="btn" style="margin-bottom:0;float: left" type="primary" @click="changePassword()">淇敼瀵嗙爜</el-button> <el-button class="btn" style="margin-bottom:0;float: right" @click="register">鐢ㄦ埛娉ㄥ唽 </el-button> - </el-form-item> + </el-form-item>--> <el-form-item class="login-form-margin"> <el-button class="btn" style="margin-bottom:0;width: 100%" type="primary" @click="formSubmit()">{{ $t('login.clickTitle') }} @@ -250,29 +250,21 @@ <style> .login__h2 { margin: 0; + width: 600px; position: absolute; - left:50%; - top:3%; - transform: translateX(-50%); - color: rgba(123, 224, 244, 1); - font-size: 40px; + left: -11%; + top: -10%; + letter-spacing: 35px; + color: #fff; + font-size: 1.5rem; font-weight: 400; - letter-spacing: 8px; } .clear { clear: both; } - .login__h2::before, - .login__h2::after { - display: inline; - margin: 5px; - content: '/////'; - font-size: 25px; - font-weight: bold; - font-style: oblique; - } + .login-left-bg { position: absolute; -- Gitblit v1.9.1