#
whycq
2023-10-12 151cf0b26965874cc5ebdc93b1c1c203034399c7
#
1个文件已修改
47 ■■■■ 已修改文件
pages/LoginDemo/LoginDemo.vue 47 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/LoginDemo/LoginDemo.vue
@@ -25,12 +25,19 @@
        <uni-popup ref="settings" type="dialog">
            <view class="popup">
                <!-- 标题 -->
                <view class="title">配置</view>
                <scroll-view style="height: 20vh;">
                    <view style="background-color: aqua;margin: 4px;height: 40px;width: 20px;" v-for="it in 10"></view>
                </scroll-view>
                <view class="title">网 络 配 置</view>
                    <scroll-view scroll-y="true" style="height: 20vh;">
                        <view style="margin: 4px;color: #a8abb2; font-size: 12px; " v-for="it in 10">
                            <text style="font-size: 14px;">WCS 配置</text>
                            <view style="display: flex;align-items: center;">
                                <input class="settings-input1" type="text">
                                <text style="font-weight: 900;">:</text>
                                <input class="settings-input2" type="text">
                                <text style="font-weight: 900;">/</text>
                                <input class="settings-input3" type="text">
                            </view>
                        </view>
                    </scroll-view>
                <view class="">
                    <view class="">
                        取消
@@ -39,7 +46,7 @@
                        确认
                    </view>
                </view>
                <view class="popup-item">
                <!-- <view class="popup-item">
                    <view class="popup-item-left">IP:</view>
                    <view class="popup-item-right"><input type="text" v-model="url.ip"></view>
                </view>
@@ -50,7 +57,7 @@
                <view class="popup-item">
                    <view class="popup-item-left">项目:</view>
                    <view class="popup-item-right"><input type="text" v-model="url.project"></view>
                </view>
                </view> -->
            </view>
        </uni-popup>
        
@@ -122,6 +129,28 @@
        box-shadow: inset 2px 2px 2px rgba(0,0,0,.3),
                    inset -2px -2px 2px rgba(255,255,255,.7),
                    -2px -2px 2px rgba(0,0,0,.4);
    }
    .settings-input1 {
        border: 1px solid #dcdfe6;
        flex: 2;
        margin: 2px;
        padding: 4px;
        border-radius: 4px;
    }
    .settings-input2 {
        border: 1px solid #dcdfe6;
        flex: 1;
        margin: 2px;
        padding: 4px;
        border-radius: 4px;
    }
    .settings-input3 {
        border: 1px solid #dcdfe6;
        flex: 2;
        margin: 2px;
        padding: 4px;
        border-radius: 4px;
    }
    .main {
        height: 100%;
@@ -229,7 +258,7 @@
    }
    
    .popup {
        width: 70vw;
        width: 90vw;
        height: 40vh;
        background-color: #fff;
        border-radius: 16px;