#
whycq
2022-12-01 af293afdd345bd6a8267dc1d1db394fcc0316e01
#
1个文件已修改
21 ■■■■■ 已修改文件
pages/login/login.vue 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue
@@ -60,7 +60,7 @@
                        <text>项目:</text>
                        <input v-model="PROJECT" type="text" placeholder="wms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
                    </view>
                    <view class="flex justify-around">
                    <view style="height: 100rpx;width:100%;display: flex;justify-content: center;align-items: flex-end">
                        <button class="cu-btn bg-blue lg" @click="configConfirm">确认</button>
                    </view>
                </view>
@@ -348,6 +348,9 @@
        width: 500rpx;
        height: 500rpx;
        background-color: #fff;
        border-radius: 30rpx;
        display: flex;
        flex-direction: column;
    }
    .config-title {
        height: 100rpx;
@@ -356,20 +359,22 @@
        line-height: 100rpx;
    }
    .config-item {
        height: 100rpx;
        height: 80rpx;
        margin-top: 10rpx;
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .config-item text {
        display: inline-block;
        float: left;
        text-indent: 1em;
        width: 150rpx;
    }
    .config-item input {
        display: inline-block;
        float: right;
        margin-right: 50rpx;
        width: 300rpx;
        height: 50rpx;
        border: 1px solid #aaaaaa;
        /* height: 50rpx; */
        /* border: 1px solid #aaaaaa; */
        border-radius: 10rpx;
        font-size: 16rpx;
        text-indent: 10rpx;