This commit is contained in:
fay 2026-03-25 14:39:12 +08:00
parent 8af1682f58
commit e950cb8425
2 changed files with 13 additions and 9 deletions

View File

@ -1130,7 +1130,7 @@ function changeMove(event) {
// padding-bottom: calc(32rpx + env(safe-area-inset-bottom));
.title {
margin-bottom: 20rpx;
margin-bottom: 34rpx;
}
@ -1176,7 +1176,7 @@ function changeMove(event) {
line-height: 1;
}
.input {
padding: 10rpx;
padding: 8rpx 20rpx;
background-color: #EBEBEB;
border-radius: 8rpx;
margin: 0 10rpx;

View File

@ -104,8 +104,7 @@
<view class="orderList">
<view class="orderInfo">
<image class="close-icon" src="/static/home/close.svg" @click="closeDetailPopup"></image>
<!-- <uv-button shape="circle">复制</uv-button> -->
<view class="orderOn">订单号{{ state.orderData.orderNo }} </view>
<view class="orderOn">订单号{{ state.orderData.orderNo }} <uv-button shape="circle" @click="copyOrderOn(state.orderData)">复制</uv-button> </view>
<view class="box1">
<!-- 顶部左中右布局 -->
<view class="top">
@ -1340,10 +1339,11 @@ onShow(() => {
.box2 {
display: flex;
flex-direction: column;
padding-bottom: 10rpx;
.item {
display: flex;
margin-bottom: 20rpx;
margin-bottom: 16rpx;
.label {
padding-right: 10rpx;
@ -1372,12 +1372,13 @@ onShow(() => {
display: flex;
flex-direction: column;
border-bottom: 1px solid rgba(120, 123, 126, 0.1);
margin-bottom: 20rpx;
margin-bottom: 30rpx;
:deep(.uv-button) {
margin-left: 8rpx;
height: 30rpx;
width: 70rpx;
padding: 0;
}
}
@ -1429,7 +1430,7 @@ onShow(() => {
/* 底部地址行 */
.bottom {
display: flex;
margin-bottom: 20rpx;
margin-bottom: 30rpx;
image {
margin-top: 2rpx;
@ -1453,6 +1454,7 @@ onShow(() => {
line-height: 60rpx;
color: #6f6f6f;
font-weight: bold;
border-width: 1px !important;
}
}
}
@ -1494,10 +1496,11 @@ onShow(() => {
.box2 {
display: flex;
flex-direction: column;
padding-bottom: 10rpx;
.item {
display: flex;
margin-bottom: 20rpx;
margin-bottom: 16rpx;
.label {
padding-right: 10rpx;
@ -1525,7 +1528,7 @@ onShow(() => {
display: flex;
flex-direction: column;
border-bottom: 1px solid rgba(120, 123, 126, 0.1);
margin-bottom: 20rpx;
margin-bottom: 30rpx;
:deep(.uv-button) {
margin-left: 8rpx;
@ -1605,6 +1608,7 @@ onShow(() => {
line-height: 60rpx;
color: #6f6f6f;
font-weight: bold;
border-width: 1px !important;
}
}
}