Browse Source

[修复] 重叠头像组件在H5中存在同名content类名时样式错误的问题

master
LAPTOP-D7TKRI82\邓 5 years ago
parent
commit
430dc7f5f4
  1. 4
      components/lf-nolanPhoto/lf-nolanPhoto.vue

4
components/lf-nolanPhoto/lf-nolanPhoto.vue

@ -71,9 +71,11 @@
.content{
display: flex;
flex-wrap: nowrap;
width: 100%;
width: 100% !important;
height: max-content;
margin-top: 20rpx;
padding: 0 !important;
box-sizing: border-box;
.image-item{
width: 60rpx;
height: 60rpx;

Loading…
Cancel
Save