kulley 6 years ago
parent
commit
e2f27ea29d
2 changed files with 3 additions and 2 deletions
  1. 1 0
      src/pages/my/manage/orders/index.css
  2. 2 2
      src/pages/my/order/display/index.js

+ 1 - 0
src/pages/my/manage/orders/index.css

@@ -11,6 +11,7 @@
     position: relative;
     height: 200px;
     width: 100%;
+    background-color: white;
 }
 
 .order-tip {

+ 2 - 2
src/pages/my/order/display/index.js

@@ -130,8 +130,8 @@ class DisplayRender extends Component {
             <div className={classNames({'content-wrap': button})}>
                 {
                     data.length === 0 ?
-                        <div>
-                            还没有这种订单呢
+                        <div className='order-tip-wrap'>
+                            <div className='order-tip'>还没有这种订单</div>
                         </div>
                         :
                         data.map(order => (