| | |
| | | <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=""> |
| | | 取消 |
| | |
| | | 确认 |
| | | </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> |
| | |
| | | <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> |
| | | |
| | |
| | | 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%; |
| | |
| | | } |
| | | |
| | | .popup { |
| | | width: 70vw; |
| | | width: 90vw; |
| | | height: 40vh; |
| | | background-color: #fff; |
| | | border-radius: 16px; |