shish 1 year ago
parent
commit
e6dde94977
2 changed files with 3 additions and 3 deletions
  1. 2 2
      hdApp/src/admin/ll/components/event.vue
  2. 1 1
      hdApp/src/admin/ll/components/user.vue

+ 2 - 2
hdApp/src/admin/ll/components/event.vue

@@ -25,8 +25,8 @@
         </view>
         <view class="list-bottom">
             <view class="list-button">
-                <button class="admin-button-com bule" @click.stop="getUser(item)" style="margin-right:50upx;">失信人员详情</button>
-                <button class="admin-button-com bule" style="margin-right:10upx;">查看明细</button>
+                <button class="admin-button-com bule big" @click.stop="getUser(item)" style="margin-right:50upx;">失信人员详情</button>
+                <button class="admin-button-com bule big" style="margin-right:15upx;">查看明细</button>
             </view>
         </view>
     </view>

+ 1 - 1
hdApp/src/admin/ll/components/user.vue

@@ -37,7 +37,7 @@
         </view>
         <view class="list-bottom">
             <view class="list-button">
-                <button class="admin-button-com bule" @click.stop="share">分享</button>
+                <button class="admin-button-com bule middle" @click.stop="share">分享</button>
             </view>
         </view>
     </view>