marymelisa преди 4 години
родител
ревизия
7f6cbb8813
променени са 1 файла, в които са добавени 14 реда и са изтрити 1 реда
  1. 14 1
      src/views/platinum/platinum_recharge_withdrawal_review/list/recharge/index.vue

+ 14 - 1
src/views/platinum/platinum_recharge_withdrawal_review/list/recharge/index.vue

@@ -71,4 +71,17 @@ export default defineComponent({
         };
     },
 });
-</script>
+</script>
+
+<style lang="less">
+.platinum_recharge_review_tab {
+  .topTable {
+    .operBtn.ant-btn {
+      margin-top: 0;
+      margin-bottom: 0;
+      height: 26px;
+      line-height: 26px;
+    }
+  }
+}
+</style>;