chengwl 5 år sedan
förälder
incheckning
5644afad75
1 ändrade filer med 6 tillägg och 5 borttagningar
  1. 6 5
      views/site/index.php

+ 6 - 5
views/site/index.php

@@ -25,14 +25,15 @@ $this->params['breadcrumbs'][] = $this->title;
             ],
             ],
         ]);
         ]);
     ?>
     ?>
+
     </div>
     </div>
 <div class="orderreturn-index">
 <div class="orderreturn-index">
   
   
-    <h1><?php echo $shop==1?"美国仓":"亚马逊"; ?></h1>
-    <p class="">
-        <?= Html::a('统计数据', ['statis','shop'=>$shop], ['class' => 'btn btn-success ']) ?>
-    </p>
+    <h1><?php echo $shop==1?"美国仓":"亚马逊"; ?></h1><br/>
+
     <p class="order—create">
     <p class="order—create">
+    <?= Html::a('统计数据', ['statis','shop'=>$shop], ['class' => 'btn btn-info ']) ?>
+
         <?= Html::a('创建', ['create'], ['class' => 'btn btn-success ']) ?>
         <?= Html::a('创建', ['create'], ['class' => 'btn btn-success ']) ?>
     </p>
     </p>
     <p>
     <p>
@@ -52,7 +53,7 @@ $this->params['breadcrumbs'][] = $this->title;
      <?= Html::submitButton('Submit', ['class' => 'btn btn-primary']) ?>
      <?= Html::submitButton('Submit', ['class' => 'btn btn-primary']) ?>
     <?php ActiveForm::end() ?>
     <?php ActiveForm::end() ?>
     </p>
     </p>
-
+<br/>
     <?php echo $this->render('_search', ['model' => $searchModel]); ?>
     <?php echo $this->render('_search', ['model' => $searchModel]); ?>