ll
liukangdong
2025-01-23 662d007c5b8f20c9f9393b4abc691f7154556208
ll
已修改6个文件
29 ■■■■ 文件已修改
h5/pages/driver/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/waybill/home.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/waybill/list.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/waybill/waybillDetail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/wdata/list.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/driver/index.vue
@@ -218,9 +218,9 @@
            width: 144rpx;
            height: 56rpx;
            border-radius: 36rpx;
            border: 1rpx solid $uni-color-primary;
            font-size: 26rpx;
            color: $uni-color-primary;
            border: 1rpx solid #B2B2B2;
            font-size: 26rpx;
            color: #666666;
            display: flex;
            justify-content: center;
            align-items: center;
h5/pages/staff/index.vue
@@ -226,9 +226,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;
h5/pages/waybill/home.vue
@@ -38,7 +38,7 @@
                },
                countDown: 0,
                code: '111'
                code: ''
            };
        },
        onShow() {
h5/pages/waybill/list.vue
@@ -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;
h5/pages/waybill/waybillDetail.vue
@@ -51,7 +51,7 @@
                        </view>
                    </view>
                    <view class="line switch" @click="showRecord = !showRecord">
                        <view class="">查看品规明细</view>
                        <view class="">{{  showRecord ? '收起品规明细' : '查看品规明细'}}</view>
                        <u-icon v-if="!showRecord" name="arrow-down" size="12" class="ml6" color='#666666'></u-icon>
                        <u-icon v-if="showRecord" name="arrow-up" size="12" class="ml6" color='#666666'></u-icon>
                    </view>
h5/pages/wdata/list.vue
@@ -152,7 +152,8 @@
        align-items: center;
        background-color: #fff;
        margin: -10rpx -30rpx 0;
        padding: 16rpx 30rpx 0;
        padding: 20rpx 30rpx 6rpx;
        height: 90rpx;
        .name {
            font-weight: 600;
            font-size: 34rpx;
@@ -163,9 +164,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;