From 066ec67b7080f07a0e47dda9864ee6be2e4b9053 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 13 Jun 2025 14:03:54 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/~admin/aerospace-pc
---
src/views/login/register.vue | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/src/views/login/register.vue b/src/views/login/register.vue
index a8a590c..a1a1d09 100644
--- a/src/views/login/register.vue
+++ b/src/views/login/register.vue
@@ -1,7 +1,7 @@
<!-- 注册 -->
<template>
- <div id="wrap_app" class="css-155nz97" style="margin-top: 60px">
- <Steps :stepIndex="1" />
+ <div id="wrap_app" class="css-155nz97" style="padding-top: 60px">
+ <!-- <Steps :stepIndex="1" /> -->
<main class="main css-6q12pm">
<div class="binance-row css-16kn2us">
<div class="binance-col css-1wz0uwi" style="width: 420px">
@@ -17,7 +17,7 @@
:key="index"
@click="clickChange(index)"
> -->
- <div
+ <!-- <div
class="css-ov54vn"
style="margin-bottom: 20px"
v-for="(val, index) in funcArr"
@@ -28,7 +28,7 @@
>
{{ val }}
</div>
- </div>
+ </div> -->
</div>
<div class="css-vurnku">
@@ -413,4 +413,16 @@
position: absolute !important;
left: -87px;
}
+
+.css-155nz97 {
+ width: 100%;
+ height: 93vh;
+ background: url(/src/assets/forexImages/bg-ebcf394f.png) no-repeat center
+ center;
+ background-size: 100% 100%;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: space-between;
+}
</style>
--
Gitblit v1.9.3