康凯
2022-01-27 a7efb7d64225639c2eca1175b96c8d5b64b40c13
修复:相关图片列表页面因屏幕长度太小造成排版混乱
4 files modified
8 ■■■■ changed files
src/views/memory/detail.vue 2 ●●● patch | view | raw | blame | history
src/views/personage/detail.vue 2 ●●● patch | view | raw | blame | history
src/views/scenery/detail.vue 2 ●●● patch | view | raw | blame | history
src/views/spirit/detail.vue 2 ●●● patch | view | raw | blame | history
src/views/memory/detail.vue
@@ -460,7 +460,7 @@
.content-images .content-item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
src/views/personage/detail.vue
@@ -460,7 +460,7 @@
.content-images .content-item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
src/views/scenery/detail.vue
@@ -460,7 +460,7 @@
.content-images .content-item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
src/views/spirit/detail.vue
@@ -460,7 +460,7 @@
.content-images .content-item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap:nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;