From 59f4dc012a2c42eebd31301444e0f8df9af088e0 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期三, 26 六月 2024 10:13:12 +0800
Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx

---
 policy/components/tabs.vue |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/policy/components/tabs.vue b/policy/components/tabs.vue
index db70f0b..3f39d7b 100644
--- a/policy/components/tabs.vue
+++ b/policy/components/tabs.vue
@@ -69,14 +69,22 @@
 		.code{
 			width: 108rpx;
 			height: 108rpx;
-			position: absolute;
-			top: -20rpx;
-			left: 0;
+			// position: absolute;
+			// top: -20rpx;
+			// left: 0;
 		}
 		.relative{
 			position: relative;
-			width: 108rpx;
-			height: 108rpx;
+			width: 136rpx;
+			height: 136rpx;
+			background-color: white;
+			border-radius: 50%;
+			padding: 12rpx;
+			top: -40rpx;
+			display: flex;
+			box-sizing: border-box;
+			justify-content: center;
+			align-items: center;
 		}
 	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1