This commit is contained in:
yanran200730
2023-04-14 16:14:02 +08:00
parent 87ae42f7fe
commit 42eff40f48
2 changed files with 2 additions and 26 deletions

View File

@@ -164,21 +164,9 @@
<style scoped lang="scss"> <style scoped lang="scss">
.AppDynamicDetail { .AppDynamicDetail {
.files { .goods {
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: wrap;
.file-item {
width: 240px;
height: 240px;
margin: 0 20px 20px 0;
img, video {
width: 100%;
height: 100%;
object-fit: cover;
}
}
} }
} }
</style> </style>

View File

@@ -164,21 +164,9 @@
<style scoped lang="scss"> <style scoped lang="scss">
.AppDynamicDetail { .AppDynamicDetail {
.files { .goods {
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: wrap;
.file-item {
width: 240px;
height: 240px;
margin: 0 20px 20px 0;
img, video {
width: 100%;
height: 100%;
object-fit: cover;
}
}
} }
} }
</style> </style>