From 908ce43ff21c2068ef5148b0a417423c8ed9eae5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 三月 2025 16:37:32 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 pda/pages/index/set.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/pda/pages/index/set.vue b/pda/pages/index/set.vue
index 9764a7d..694261b 100644
--- a/pda/pages/index/set.vue
+++ b/pda/pages/index/set.vue
@@ -88,16 +88,18 @@
 			 margin-bottom: 120rpx;
 		 }
     .item {
-      width: 210rpx;
+      width: 220rpx;
       height: 80rpx;
       background: #f3f3f3;
       border-radius: 40rpx;
-      display: flex;
-      justify-content: center;
-      align-items: center;
-      margin-bottom: 20rpx;
+      line-height: 80rpx;
+			text-align: center;
+      margin-bottom: 15rpx;
       font-size: 30rpx;
-      margin-right: 30rpx;
+      margin-right: 15rpx;
+			white-space: nowrap;
+			overflow: hidden;
+			text-overflow: ellipsis;
       &:nth-of-type(3n){
         margin-right: 0;
       }

--
Gitblit v1.9.3