张泽亮 1 year ago
parent
commit
6a8f27abf6
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      src/views/news/newDetail.vue

+ 9
- 3
src/views/news/newDetail.vue View File

@@ -45,9 +45,6 @@ export default {
<style scoped lang="scss">
.app-container {
padding: 0.5rem 5%;
}
iframe{
width: 100%;
}
.title{
text-align: center;
@@ -57,3 +54,12 @@ iframe{
overflow: hidden;
}
</style>
<style>

iframe{
width: 100%;
}
img{
width: 100%;
}
</style>

Loading…
Cancel
Save