소스 검색

修改bug

yun
douzhuo 2 년 전
부모
커밋
38ff77e139
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pages/center/consumer/consumerDetail.vue

+ 2
- 2
pages/center/consumer/consumerDetail.vue 파일 보기

@@ -1376,12 +1376,12 @@
}

.pon-foot {
position: fixed;
position: sticky;
bottom: 0;
width: 750rpx;
height: 100rpx;
background: #FFFFFF;
box-shadow: 0px -2rpx 8rpx 0rpx rgba(224, 224, 224, 0.5);
bottom: 0;
display: flex;
justify-content: space-around;
align-items: center;


불러오는 중...
취소
저장