From 9f916f98c6cc6827c84da18fbc9a5e2cacbefc0a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 02 四月 2024 16:20:08 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/student/index.wxss |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/pages/student/index.wxss b/pages/student/index.wxss
index a0be81e..b597950 100644
--- a/pages/student/index.wxss
+++ b/pages/student/index.wxss
@@ -56,7 +56,7 @@
 }
 
 .t-tabs__nav :nth-child(1) {
-  border-radius: 30rpx 30rpx 0 0rpx;
+  border-radius: 30rpx 30rpx 0 0rpx !important;
 }
 
 .t-tabs__nav :nth-child(2) {
@@ -85,6 +85,10 @@
   border-radius: 0 30rpx 0 30rpx !important;
 }
 
+.t-tabs__item--active+.t-tabs__item+.t-tabs__item {
+  border-radius: 30rpx 30rpx 0rpx 0rpx !important;
+}
+
 .refresh-container {
   margin: 0 auto;
 }

--
Gitblit v1.9.1