From 85e7024b418cd8f15c7f7f50b5b4a47183abf863 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 28 三月 2025 11:07:23 +0800
Subject: [PATCH] 代码初始化
---
h5/pages/waybill/list.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/h5/pages/waybill/list.vue b/h5/pages/waybill/list.vue
index 3886421..bde7310 100644
--- a/h5/pages/waybill/list.vue
+++ b/h5/pages/waybill/list.vue
@@ -2,7 +2,7 @@
<view class="main_app">
<view class="title_wrap">
<view class="name">{{ waybillInfo.realname || waybillInfo.username || waybillInfo.mobile }}锛屾杩庣櫥褰曪綖</view>
- <view class="btn" @click="loginOut">閫�鍑虹櫥褰�</view>
+ <view class="btn" @click="loginOut">璐﹀彿瑙g粦</view>
</view>
<view class="head_wrap" @click="openModal">
<view class="search_box">
@@ -232,7 +232,7 @@
...form
},
pager: {
- rows: 10,
+ rows: 16,
page
}
}).then(res => {
@@ -256,9 +256,9 @@
// align-items: center;
background-color: #fff;
width: 750rpx;
- height: 70rpx;
+ height: 90rpx;
margin: -10rpx -30rpx 0;
- padding: 12rpx 30rpx;
+ padding: 24rpx 30rpx 0;
.name {
font-weight: 600;
font-size: 34rpx;
@@ -269,9 +269,9 @@
width: 144rpx;
height: 56rpx;
border-radius: 36rpx;
- border: 1rpx solid $uni-color-primary;
+ border: 1rpx solid #B2B2B2;
font-size: 26rpx;
- color: $uni-color-primary;
+ color: #666666;
display: flex;
justify-content: center;
align-items: center;
--
Gitblit v1.9.3