Browse Source

修改图标样式

wms3.0_pda
niexiting 10 months ago
parent
commit
4f15a64cdd
  1. 11
      pages/index/index.vue

11
pages/index/index.vue

@ -476,17 +476,18 @@
}
.item-menu-badge {
width: 42rpx;
height: 42rpx;
top: -5px;
right: -5px;
width: 36rpx;
height: 36rpx;
align-items: center;
// top: -5px;
// right: -5px;
font-size: 0.6rem;
background-color: #fa3534;
position: absolute;
right: 0;
color: #fff;
text-align: center;
line-height: 42rpx;
line-height: 36rpx;
border-radius: 50%;
}
</style>

Loading…
Cancel
Save