Browse Source

feat: 修复高度问题

zhangyuhan 3 năm trước cách đây
mục cha
commit
06503c04ab

+ 8 - 3
src/web/templates/frontRouter/wx/collection/sess/ent_portrait_change.html

@@ -33,12 +33,17 @@
     .bigVip_com{
         display: none;
     }
-    .empty {
-        flex: unset;
+    .j-container .empty-group {
+        position: relative;
+        padding-top: 0.3rem;
+        width: 100%;
         height: 100%;
         min-height: 6rem;
         box-sizing: border-box;
         background: #f5f4f9;
+        display: flex;
+        flex-direction: column;
+        align-items: center;
     }
 </style>
 <body>
@@ -46,7 +51,7 @@
     {{include "/big-member/header.html"}}
     <div id="ent-portrait-change" class="j-main" v-cloak>
         <div class="j-container" v-show="changeList.length === 0 && getStatus" key="changeList">
-            <div class="empty">
+            <div class="empty-group">
                 <div class="j-img img-empty empty-img"></div>
                 <p class="empty-text">暂无企业情报历史记录</p>
             </div>