提交 804012bf 编写于 作者: G gongfuxiang

物流查询提示登录失效修复,用户订单样式兼容性优化

上级 08395a53
......@@ -85,7 +85,7 @@ class Hook extends Controller
$(".plugins-expressforkdn-submit").on("click", function()
{
$.ajax({
url:"'.PluginsAdminUrl('expressforkdn', 'hook', 'getexpinfo').'",
url:"'.PluginsHomeUrl('expressforkdn', 'hook', 'getexpinfo').'",
type:"POST",
dataType:"json",
data: {express_id: $(this).data("exp-id"), express_number: $(this).data("exp-num")},
......
......@@ -90,7 +90,7 @@ table.data-ongoing .base-operate { border-top: 1px dashed #fff1f5; }
* 商品列表
*/
.goods-detail { position: relative; min-height: 80px; }
.goods-detail img { width: 80px; height: 80px; position: absolute; }
.goods-detail img { width: 80px; height: 80px; position: absolute; left: 0; }
.goods-title { display: block; max-height: 36px; overflow: hidden; text-overflow: ellipsis; }
.goods-title:hover { text-decoration: underline; }
.goods-base { float: left; top: 0; margin-left: 85px; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册