提交 c1a1dd86 authored 作者: lidongxu's avatar lidongxu

refactor(all): 修复

同上
上级 cfd7ca6a
...@@ -152,6 +152,14 @@ ...@@ -152,6 +152,14 @@
:preview-src-list="[item.photoUrl]" /> :preview-src-list="[item.photoUrl]" />
</template> </template>
</el-result> </el-result>
<el-result :title="item.time"
:sub-title="item.title"
v-for="item in obj.list">
<template #icon>
<el-image :src="item.photoUrl"
:preview-src-list="[item.photoUrl]" />
</template>
</el-result>
</div> </div>
</el-card> </el-card>
</el-dialog> </el-dialog>
...@@ -507,6 +515,9 @@ const currentChange = (page) => { ...@@ -507,6 +515,9 @@ const currentChange = (page) => {
} }
::v-deep(.el-overlay) { ::v-deep(.el-overlay) {
.el-card__body {
overflow-x: scroll;
.content { .content {
display: flex; display: flex;
...@@ -521,4 +532,6 @@ const currentChange = (page) => { ...@@ -521,4 +532,6 @@ const currentChange = (page) => {
} }
} }
} }
}
</style> </style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论