shish 2 месяцев назад
Родитель
Сommit
9de0f7d097
1 измененных файлов с 10 добавлено и 3 удалено
  1. 10 3
      hdApp/src/admin/home/me.vue

+ 10 - 3
hdApp/src/admin/home/me.vue

@@ -688,6 +688,7 @@ export default {
 
 .cash-col .finance-actions {
   flex-wrap: nowrap;
+  justify-content: space-between;
   margin-bottom: 0;
 }
 
@@ -695,7 +696,7 @@ export default {
   min-width: 0;
   height: 46upx;
   padding: 0 12upx;
-  margin-right: 10upx;
+  margin-right: 0;
   margin-bottom: 0;
   font-size: 22upx;
 }
@@ -703,9 +704,15 @@ export default {
 .finance-actions {
   display: flex;
   align-items: center;
-  flex-wrap: wrap;
+  justify-content: space-between;
+  flex-wrap: nowrap;
   margin-top: 22upx;
-  margin-bottom: -10upx;
+  margin-bottom: 0;
+}
+
+.finance-actions .pill-btn {
+  margin-right: 0;
+  margin-bottom: 0;
 }
 
 .pill-btn {