From 151cf0b26965874cc5ebdc93b1c1c203034399c7 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 12 十月 2023 18:19:18 +0800 Subject: [PATCH] # --- pages/LoginDemo/LoginDemo.vue | 47 ++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 38 insertions(+), 9 deletions(-) diff --git a/pages/LoginDemo/LoginDemo.vue b/pages/LoginDemo/LoginDemo.vue index 5546f4f..c8e00f4 100644 --- a/pages/LoginDemo/LoginDemo.vue +++ b/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; -- Gitblit v1.9.1