#
whycq
2023-07-01 431543607a32b2398b3ef31e683f11dea3208aa2
#
1个文件已修改
19 ■■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -282,7 +282,7 @@
                <!-- 弹出title -->
                <view class="eject-title">修改 / 配置</view>
                <!-- input -->
                <view class="eject-input">
                <scroll-view scroll-y class="eject-input">
                    <view class="item">
                        <view class="desc">ip:</view>
                        <view class="input">
@@ -313,7 +313,7 @@
                            <input type="text" v-model="baseUrl">
                        </view>
                    </view>
                </view>
                </scroll-view>
                <!-- button -->
                <view class="eject-button">
                    <view class="button-item" @click="ejectClose">取 消</view>
@@ -424,10 +424,10 @@
                this.getOther()
                // this.getDate()
                this.getDate2()
                // this.getInfo()
                // this.getError()
                this.getInfo2()
                this.getError2()
                this.getInfo()
                this.getError()
                // this.getInfo2()
                // this.getError2()
                this.getUrl()
                this.controller()
                // 测试用
@@ -1060,12 +1060,15 @@
        text-align: center;
    }
    .eject-input {
        margin-top: 2vh;
        height: 25vh;
        /* background-color: #00163E; */
        ::-webkit-scrollbar{display:none}
    }
    .item {
        display: flex;
        align-items: center;
        margin: 2vh 0 0 0;
        margin: 1vh 0 0 0;
        font-size: 1.5vw;
        color: #363636;
    }