diff --git a/application/index/view/default/user/index.html b/application/index/view/default/user/index.html
index 25b6fbef2..968bfbca2 100755
--- a/application/index/view/default/user/index.html
+++ b/application/index/view/default/user/index.html
@@ -206,7 +206,7 @@
{{if in_array($order['status'], [1])}}
- 支付
+ 支付
{{/if}}
{{if in_array($order['status'], [3])}}
diff --git a/public/static/index/default/css/cart.css b/public/static/index/default/css/cart.css
index 3e05be361..07b8487b3 100755
--- a/public/static/index/default/css/cart.css
+++ b/public/static/index/default/css/cart.css
@@ -41,7 +41,7 @@ strong.total-price-content, .selected-tips strong, .nav-total-price { color: #d2
.am-footer { margin-top: 10px; }
.nav-left { width: calc(30% - 5px); }
- .nav-right { width: 70%; }
+ .nav-right { width: 68%; }
.cart-nav, .nav-left, .nav-right { overflow: hidden; }
.nav-right .nav-total-price { display: block;
width: calc(100% - 122px); height: 30px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }