From 2b026f32168bed0cb15d451ec64b29eb6a8f443e Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Thu, 23 Nov 2023 13:57:26 +0800 Subject: [PATCH] id的优化显示 --- components/com_top_nav/com_top_nav.wxss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/com_top_nav/com_top_nav.wxss b/components/com_top_nav/com_top_nav.wxss index f0b6eef..234b5b3 100644 --- a/components/com_top_nav/com_top_nav.wxss +++ b/components/com_top_nav/com_top_nav.wxss @@ -1,3 +1,3 @@ .t_nav{ color: #313131; position:fixed;top:0;left:0; width:100%;z-index:9999; background-color: #fff } -.tab{ font-size:24rpx; position: absolute; right: 24rpx; top:-28rpx } +.tab{ font-size:24rpx; position: absolute; right: 24rpx; top:-30rpx } .contant{ display: flex; justify-content: center; align-items: center; width: 100%; position: relative } \ No newline at end of file -- libgit2 0.21.4