green 模板查看购物车的问题

2016-07-07 16:25 来源:www.chinab4c.com 作者:ecshop专家

请问要如何调整:商品名称 商品属性 市场价 本店价 购买数量 小计 操作
得高度 ?
要在那里修改呢 ?
下图是不对齐的
wenti.jpg

如何修改到下图的效果
xiaoguo.jpg

回答:
在表格的标签上面加height就行

请问在哪里找到表格的标签呢 ?

求助阿

没有人会吗?

求助啊啊啊啊啊啊

  1. <!-- {if $step eq "cart"} 购物车内容 -->
  2. <div id="globalCart" class="globalModule globalFrame">
  3. <h3>商品列表</h3>
  4. <form name="formCart" method="post" action="flow.php" id="formCart">
  5. <table border="0" cellspacing="0" class="tableList">
  6. <tr>
  7. <th width="200">{$lang.goods_name}</th>
  8. <th width="120">{$lang.goods_attr}</th>
  9. <!-- {if $show_marketprice} 显示市场价 -->
  10. <th width="100">{$lang.market_prices}</th>
  11. <!-- {/if} -->
  12. <th width="100">{$lang.shop_prices}</th>
  13. <th width="80">{$lang.number}</th>
  14. <th width="100">{$lang.subtotal}</th>
  15. <th width="180">{$lang.handle}</th>
  16. </tr>
复制代码


flow.dwt中的看上面代码,那一列th就是要改的

可是那個 green模板的只有下面這個,<br />
我找不到上面你說的 =.=<br />
<br />
&nbsp; &nbsp; <!-- {if $step eq "cart"} 购物车内容餇� --><br />
&nbsp; &nbsp; <div id="globalCart" class="globalModule globalFrame"><br />
&nbsp; &nbsp;&nbsp; &nbsp;<h3>商品列表</h3><br />
&nbsp; &nbsp;&nbsp; &nbsp;<form name="formCart" method="post" action="flow.php" id="formCart"><br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<table width="100%" align="center" border="0" cellpadding="5" cellspacing="1" bgcolor="#dddddd"><br />
<tr><br />
&nbsp; &nbsp; &nbsp; &nbsp; <th bgcolor="#ffffff">{$lang.goods_name}</th><br />
&nbsp; &nbsp; &nbsp; &nbsp; <!-- {if $show_goods_attribute eq 1} 珆尨妀餂噿Y俶 --><br />
&nbsp; &nbsp; &nbsp; &nbsp; <th align="center">{$lang.goods_attr}</th><br />
&nbsp; &nbsp; &nbsp; &nbsp; <!-- {/if} --><br />
&nbsp; &nbsp; &nbsp; &nbsp; <!-- {if $show_marketprice} 显示市场价 --><br />
&nbsp; &nbsp; &nbsp; &nbsp; <th bgcolor="#ffffff">{$lang.market_prices}</th><br />
&nbsp; &nbsp; &nbsp; &nbsp; <!-- {/if} --><br />
&nbsp; &nbsp; &nbsp; &nbsp; <th bgcolor="#ffffff">{$lang.shop_prices}</th><br />
&nbsp; &nbsp; &nbsp; &nbsp; <th bgcolor="#ffffff">{$lang.number}</th><br />
&nbsp; &nbsp; &nbsp; &nbsp; <th bgcolor="#ffffff">{$lang.subtotal}</th><br />
&nbsp; &nbsp; &nbsp; &nbsp; <th bgcolor="#ffffff">{$lang.handle}</th><br />
</tr>

你看的是网页源代码吧?要找flow.dwt这个文件。