소스 검색

fix: 公共详情页宽度异常bug

lirenjie 4 달 전
부모
커밋
f7a460ca0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/business/page-detail-layout/index.vue

+ 1 - 1
src/components/business/page-detail-layout/index.vue

@@ -113,7 +113,7 @@
               font-size: 18px;
               color: #000;
               font-weight: 600;
-              width: 550px;
+              max-width: 550px;
               white-space: nowrap;
               overflow: hidden;
               text-overflow: ellipsis;