From 8d410c9a8ac1c47a490cb35ec77634a6995ff6fc Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 08 十月 2023 20:19:46 +0800
Subject: [PATCH] #
---
pages/LoginDemo/LoginDemo.vue | 30 ++++++++++++++++++++++++++----
1 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/pages/LoginDemo/LoginDemo.vue b/pages/LoginDemo/LoginDemo.vue
index 2a293de..5546f4f 100644
--- a/pages/LoginDemo/LoginDemo.vue
+++ b/pages/LoginDemo/LoginDemo.vue
@@ -21,13 +21,24 @@
鐧诲綍
</view>
</view>
-
-
<!-- 璁剧疆寮圭獥鍖哄煙 -->
- <uni-popup ref="settings" type="dialog" style="height: 100%;width: 100%;background-color: aqua;">
+ <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="">
+ <view class="">
+ 鍙栨秷
+ </view>
+ <view class="">
+ 纭
+ </view>
+ </view>
<view class="popup-item">
<view class="popup-item-left">IP:</view>
<view class="popup-item-right"><input type="text" v-model="url.ip"></view>
@@ -42,6 +53,8 @@
</view>
</view>
</uni-popup>
+
+
<!-- 鐗堟湰鍙� -->
<!-- #ifdef APP-PLUS -->
@@ -216,7 +229,16 @@
}
.popup {
+ width: 70vw;
+ height: 40vh;
background-color: #fff;
- width: 100%;
+ border-radius: 16px;
+ }
+ .title {
+ height: 10vh;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 24px;
}
</style>
\ No newline at end of file
--
Gitblit v1.9.1