康凯
2022-05-23 ef6159d225ce3c085031b7670e651c367dc6cb9b
src/views/personage/detail.vue
@@ -43,6 +43,9 @@
              </div>
              <div class="item-name">{{ item.name }}</div>
            </div>
                  <div v-if="images.data.length <= 0" style="width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;">
                     <span>暂无数据</span>
                  </div>
          </div>
        </mt-tab-container-item>
        <mt-tab-container-item id="3">
@@ -66,6 +69,9 @@
              </div>
              <div class="line" :key="item.key"></div>
            </template>
                  <div v-if="videos.data.length <= 0" style="width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;">
                     <span>暂无数据</span>
                  </div>
          </div>
        </mt-tab-container-item>
      </mt-tab-container>
@@ -341,7 +347,7 @@
  align-items: center;
  width: 100%;
  height: 84vh;
  min-height: 84vh;
  background: #F8F8F8;
}
@@ -504,11 +510,12 @@
.content-videos {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
   width: 100%;
  height: 65vh;
  overflow: scroll;
  padding-top: 4vh;