Commit acd4eff3 by wanggang

修改列表展示的图片高度为自动

parent fb00509d
......@@ -51,7 +51,7 @@
<td>{$vo.id}</td>
<td>
<a href="<?=$vo->image?>" target="_blank" data-fancybox="images">
<img src="<?=$vo->image?>" width='100' height='50'>
<img src="<?=$vo->image?>" width='100'>
</a>
</td>
<td>
......
......@@ -59,7 +59,7 @@
</td>
<td>
<a href="<?=$article->poster?>" target="_blank" data-fancybox="images">
<img src="<?=$article->poster?>" width='100' height='50'>
<img src="<?=$article->poster?>" width='100'>
</a>
</td>
<td><?php echo $article->created_at;?></td>
......
......@@ -46,7 +46,7 @@
<div class="form-group">
<label for="title" class="col-sm-2 control-label text-right">攻略描述</label>
<div class="col-sm-10 col-md-8 col-lg-6">
<textarea name="intro" id="" cols="30" rows="3" class="form-control" placeholder="请输入美行攻略的简单描述">{$article.intro}</textarea>
<textarea name="intro" id="" cols="30" rows="6" class="form-control" placeholder="请输入美行攻略的简单描述">{$article.intro}</textarea>
</div>
</div>
<div class="form-group">
......
......@@ -43,7 +43,7 @@
<td style="text-align: center">
{if condition="$vo.project"}
<a href="{$vo.project.poster}" target="_blank" data-fancybox="images">
<img src="{$vo.project.poster}" width='100' height='50'>
<img src="{$vo.project.poster}" width='100'>
</a>
<p style="padding:0;margin:0;">{$vo.project.title}</p>
{/if}
......
......@@ -72,7 +72,7 @@
<td style="text-align: center">
{if condition="$vo.project"}
<a href="{$vo.project.poster}" target="_blank" data-fancybox="images">
<img src="{$vo.project.poster}" width='100' height='50'>
<img src="{$vo.project.poster}" width='100'>
</a>
<p style="padding:0;margin:0;">{$vo.project.title}</p>
{/if}
......
......@@ -55,7 +55,7 @@
<td style="text-align: center">
{if condition="$vo.order.project"}
<a href="{$vo.order.project.poster}" target="_blank" data-fancybox="images">
<img src="{$vo.order.project.poster}" width='100' height='50'>
<img src="{$vo.order.project.poster}" width='100'>
</a>
<p style="padding:0;margin:0;">{$vo.order.project.title}</p>
{/if}
......
......@@ -47,7 +47,7 @@
<td>{$vo.name}</td>
<td>
<a href="<?=$vo->poster?>" target="_blank" data-fancybox="images">
<img src="<?=$vo->poster?>" width='100' height='50'>
<img src="<?=$vo->poster?>" width='100'>
</a>
</td>
<td>{$vo.sort}</td>
......
......@@ -91,7 +91,7 @@
<td>{$vo.title}</td>
<td>
<a href="<?=$vo->poster?>" target="_blank" data-fancybox="images">
<img src="<?=$vo->poster?>" width='100' height='50'>
<img src="<?=$vo->poster?>" width='100'>
</a>
</td>
<td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment