物流查询提示登录失效修复,用户订单样式兼容性优化
parent
08395a536d
commit
804012bfd2
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue