| | |
| | | <!-- 弹出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"> |
| | |
| | | <input type="text" v-model="baseUrl"> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | <!-- button --> |
| | | <view class="eject-button"> |
| | | <view class="button-item" @click="ejectClose">取 消</view> |
| | |
| | | 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; |
| | | } |