###
whycq
2023-10-30 bcbfaf632301c1bebeee05b141a4018065b5dd95
###
3个文件已修改
12 ■■■■ 已修改文件
App.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/z-input/z-input.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/project/pakin/pakin.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
App.vue
@@ -35,6 +35,7 @@
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 10rpx;
    }
    .z-default {
        flex: 2;
components/z-input/z-input.vue
@@ -6,9 +6,8 @@
                <uni-icons class="p-icon"
                    type="scan" 
                    size="16" 
                    color="#b9b9b9"
                    v-show="data.length"
                    @click="clear">
                    color="#a6a6a6"
                    >
                </uni-icons>
                <input class="p-input" 
                    type="text" 
@@ -127,7 +126,6 @@
        align-items: center;
        min-height: 50px;
        background-color: #fff;
        margin-right: 8px;
    }
    .put {
        display: flex;
@@ -148,6 +146,7 @@
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin-right: 32rpx;
        color: #606266;
    }
    .p-input {
@@ -159,7 +158,7 @@
        margin-right: 4px;
    }
    .inner3 {
        width: 100px;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
pages/project/pakin/pakin.vue
@@ -30,7 +30,7 @@
        <view style="height: 100rpx;"></view>
        
        <view class="z-floor">
            <view class="z-default">取消</view>
            <view class="z-default">重置</view>
            <view class="z-primary">组托</view>
        </view>