111
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user