ソースを参照

fix:bug修复

cmy 2 日 前
コミット
75929e42c2
2 ファイル変更14 行追加2 行削除
  1. 6 2
      source/index/apps.php
  2. 8 0
      source/index/item_price.php

+ 6 - 2
source/index/apps.php

@@ -77,7 +77,11 @@ class apps extends BaseUser
             <?php
             $this->header();
             ?>
-
+            <style>
+                .apps-table {
+                    overflow-x: auto;
+                }
+            </style>
 
             <link rel="stylesheet" href="/static/pack/font-awesome-4.7.0/css/font-awesome.css" />
             <script src="/static/index/js/bootstrap-paginator.js"></script>
@@ -374,7 +378,7 @@ class apps extends BaseUser
                                             </div>
                                             <div class="app-table-wrap">
                                                 <div class="table-wrap">
-                                                    <div class="table-responsive">
+                                                    <div class="table-responsive apps-table">
                                                         <table class="table app-table">
                                                             <tr>
                                                                 <th class="app-th-name">名称</th>

+ 8 - 0
source/index/item_price.php

@@ -51,6 +51,14 @@ class item_price extends BaseUser
                 [v-cloak] {
                     display: none;
                 }
+                @media (min-width: 768px) {
+                    .price-pay .pay-money .money {
+                        padding: 20px 30px;
+                    }
+                    .price-pay .pay-money .ms-btn {
+                        margin-left: 30px;
+                    }
+                }
             </style>
 
         <body>