From 922be295d3d1c602e371c60a2b79f977d710e895 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 23 Oct 2025 11:41:15 +0800
Subject: [PATCH] feat:我的页面
---
src/subPackages/userDetail/infos/index.vue | 23 +++++++++++------------
1 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/src/subPackages/userDetail/infos/index.vue b/src/subPackages/userDetail/infos/index.vue
index 4f9655f..cf8b351 100644
--- a/src/subPackages/userDetail/infos/index.vue
+++ b/src/subPackages/userDetail/infos/index.vue
@@ -25,8 +25,8 @@
</div>
</view>
<view class="btngroup">
- <u-button color="#AEAEAE" round @click="reset">重置</u-button>
- <u-button color="#1D6FE9" round @click="submit">提交</u-button>
+ <u-button color="#AEAEAE" class="custom-style" shape="circle" @click="reset">重置</u-button>
+ <u-button color="#1D6FE9" class="custom-style" shape="circle" @click="submit">提交</u-button>
</view>
</view>
</template>
@@ -124,17 +124,13 @@
<style lang="scss" scoped>
.container {
-
- width: 100%;
- // min-height: 100vh;
+ width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
-
background: url('/src/static/images/user/allBg.svg') no-repeat center center;
background-size: cover;
-
background-attachment: fixed;
}
@@ -147,13 +143,10 @@
.detailBox {
width: 351px;
-
min-height: 215px;
background: #FFFFFF;
border-radius: 6px;
-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
-
.orderRow {
display: flex;
justify-content: space-between;
@@ -162,7 +155,6 @@
border-bottom: 1px solid #f5f5f5;
color: #7b7b7b;
padding: 0 12px;
-
.rowTitle {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
@@ -170,7 +162,6 @@
color: #222324;
white-space: nowrap;
}
-
::v-deep .u-input {
border: none !important;
background: transparent !important;
@@ -191,4 +182,12 @@
display: flex;
margin-top: 120px;
}
+ .u-button:first-child{
+ margin-right: 15px;
+ }
+
+ .custom-style {
+ width: 138px;
+ height: 38px;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.3