康凯
2022-05-23 ef6159d225ce3c085031b7670e651c367dc6cb9b
样式
4 files modified
38 ■■■■ changed files
src/views/memory/detail.vue 11 ●●●● patch | view | raw | blame | history
src/views/personage/detail.vue 9 ●●●● patch | view | raw | blame | history
src/views/scenery/detail.vue 9 ●●●● patch | view | raw | blame | history
src/views/spirit/detail.vue 9 ●●●● patch | view | raw | blame | history
src/views/memory/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>
@@ -504,13 +510,14 @@
.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;
  overflow-y: auto;
  padding-top: 4vh;
  background: #FFFFFF;
  border-radius: 0 0 30px 30px;
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>
@@ -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;
src/views/scenery/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>
@@ -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;
src/views/spirit/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">
@@ -65,6 +68,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>
@@ -503,11 +509,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;