瀏覽代碼

商家立即入驻按钮居中。

ouxq 8 年之前
父節點
當前提交
a8bb44f51a
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      components/provider/NewStore.vue
  2. 2 2
      components/provider/Suppliers.vue

+ 1 - 1
components/provider/NewStore.vue

@@ -107,7 +107,7 @@ export default {
         height: 50px;
         display: inline-block;
         text-align: center;
-        line-height: 50px;
+        line-height: 45px;
         border: #e8e8e8 1px solid;
 
         img {

+ 2 - 2
components/provider/Suppliers.vue

@@ -14,8 +14,8 @@
           </div>
         </td>
         <td width="150" style="vertical-align: middle"><span>入驻商家:</span><span class="text-message">{{stores ? stores.totalElements : 0}}</span><span>家</span></td>
-        <td width="150">
-          <a href="/vendor#/store-apply"><button class="btn btn-primary" style="margin-left: 6px;">立即入驻</button></a>
+        <td width="150" style="vertical-align: middle;">
+          <a href="/vendor#/store-apply" style="width: 100px; height: 30px; display: inline-block;"><button class="btn btn-primary" style="margin-left: 6px;">立即入驻</button></a>
         </td>
       </tr>
       </thead>