diff --git a/config/shopxo.php b/config/shopxo.php index 557cf3aae..99bb56383 100755 --- a/config/shopxo.php +++ b/config/shopxo.php @@ -87,7 +87,7 @@ return [ 'store_url' => 'https://store.shopxo.net/', 'store_payment_url' => 'https://store.shopxo.net/', 'store_theme_url' => 'https://store.shopxo.net/', - 'store_download_url' => 'http://dev.shopxo.net/index.php?s=store-package-onine.html', + 'store_download_url' => 'https://store.shopxo.net/index.php?s=store-package-onine.html', // 开启U带域名 'url_domain_deploy' => true, diff --git a/public/static/admin/default/css/warehousegoods.inventoryinfo.css b/public/static/admin/default/css/warehousegoods.inventoryinfo.css index 6f19ae55c..b16ef41d8 100644 --- a/public/static/admin/default/css/warehousegoods.inventoryinfo.css +++ b/public/static/admin/default/css/warehousegoods.inventoryinfo.css @@ -2,7 +2,7 @@ * 布局基础样式 */ .form-inventory-container { - margin-bottom: 80px; + padding-bottom: 80px; } .form-inventory-submit { position: fixed;