张泽亮 1年前
父节点
当前提交
6a8f27abf6
共有 1 个文件被更改,包括 9 次插入3 次删除
  1. +9
    -3
      src/views/news/newDetail.vue

+ 9
- 3
src/views/news/newDetail.vue 查看文件

@@ -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>

正在加载...
取消
保存