diff --git a/.env b/.env index 3852d45..86e2b46 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -TARO_APP_API=https://yjx.dev.yaojiankang.top -#TARO_APP_API=https://mooc.yaojiankang.top +#TARO_APP_API=https://yjx.dev.yaojiankang.top +TARO_APP_API=https://mooc.yaojiankang.top #TARO_APP_API=https://shopfix.yaojiankang.top #TARO_APP_API=https://playedu.yaojiankang.top TARO_APP_LGOIN=true diff --git a/src/components/tabs/tabs.scss b/src/components/tabs/tabs.scss index 3433214..dd2ab64 100644 --- a/src/components/tabs/tabs.scss +++ b/src/components/tabs/tabs.scss @@ -4,12 +4,12 @@ border-radius: 24rpx; .tabs-item { - padding: 8rpx 20rpx !important; + padding: 8rpx !important; } .current { background: #FFF; - border-radius: 18rpx; + border-radius: 25rpx !important; background-clip: content-box; &:after { diff --git a/src/components/tabs/tabs.tsx b/src/components/tabs/tabs.tsx index 0348c7b..4b768c1 100644 --- a/src/components/tabs/tabs.tsx +++ b/src/components/tabs/tabs.tsx @@ -50,7 +50,7 @@ const Tabs: FC = (opt) => { return ( - + {opt.tabList.map((d, index) =>