张泽亮 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>

Loading…
取消
儲存