rabin 7 年之前
父节点
当前提交
8965ab1770
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      web/templates/view.html

+ 5 - 0
web/templates/view.html

@@ -3,6 +3,11 @@
 <head>
     {%include 'inc/header.html'%}
     <link href="{{static_url('css/detail.css')}}" rel="stylesheet">
+    <style>
+    .article img{
+        width:100%;
+    }
+    </style>
 </head>
 <body>
     {%include 'inc/menu.html'%}