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

refactor(all): 修复

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