This commit is contained in:
zoujiandong
2025-07-16 10:51:19 +08:00
parent b0f1a37ece
commit eb358d594b
66 changed files with 570 additions and 234 deletions
+9 -10
View File
@@ -7,7 +7,7 @@
:zIndex="99"
:placeholder="false"
activeColor="#3CC7C0"
:safeAreaInsetBottom="false"
:safeAreaInsetBottom="true"
>
<up-tabbar-item text="临床病例库" @click="handleClick" :activeIcon="ku_on" :inactiveIcon="ku">
<!-- <view class="aa" slot="active-icon">222</view> -->
@@ -86,7 +86,7 @@ const handleClick = (e) => {
};
</script>
<style >
<style lang='scss'>
.u-page__item__slot-icon{
width: 47rpx;
height: 47rpx;
@@ -94,13 +94,12 @@ const handleClick = (e) => {
.u-tabbar__content__item-wrapper{
border-top: 2rpx solid #f3f4f6!important;
}
/* .page{
:deep(.u-tabbar){
border-top: 2rpx solid #f3f4f6!important;
}
:deep(.u-tabbar--fixed){
border-top: 2rpx solid #f3f4f6!important;
}
} */
.u-tabbar-item__text{
margin-bottom: 20rpx!important;
}
</style>