Browse Source

修改图标样式

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

11
pages/index/index.vue

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

Loading…
Cancel
Save