weiximei 6 년 전
부모
커밋
276e23ee06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      VUECODE/smart-property-manage/src/views/social/signUp/index.vue

+ 1
- 1
VUECODE/smart-property-manage/src/views/social/signUp/index.vue 파일 보기

@@ -59,7 +59,7 @@
59 59
         align="center">
60 60
         <template slot-scope="scope">
61 61
           <el-popover trigger="hover" placement="top">
62
-            <div style="width: 300px; word-wrap: break-word;">{{ scope.row.remark }}</div>
62
+            <div style="max-width: 300px; word-wrap: break-word;">{{ scope.row.remark }}</div>
63 63
             <div slot="reference" class="text-remark">
64 64
               {{ scope.row.remark }}
65 65
             </div>