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

feat/task1-c-wallet
gongfuxiang 2019-03-12 23:39:42 +08:00
parent 08395a536d
commit 804012bfd2
2 changed files with 2 additions and 2 deletions

View File

@ -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")},

View File

@ -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; }