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 | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/views/register/index.vue b/src/views/register/index.vue index a4dd165..4487a98 100644 --- a/src/views/register/index.vue +++ b/src/views/register/index.vue @@ -74,19 +74,29 @@ 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; + .Header ::v-deep { + .right .link { + color: #3d3d3d; + + &:hover { + color: #0065ff; + } + } + } + .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