Преглед на файлове

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin преди 4 години
родител
ревизия
abbdb91c45

+ 3 - 0
src/assets/styles/mixin.less

@@ -769,6 +769,9 @@
 .mb40 {
     margin-bottom: 40px !important;
 }
+.mr10 {
+    margin-right: 10px;
+}
 .grey {
     color: @m-grey2;
 }

+ 12 - 0
src/views/platinum/platinum_recharge_withdrawal_review/compoments/filter/index.vue

@@ -38,4 +38,16 @@ export default defineComponent({
 </script>
 
 <style lang="less">
+.filterTable {
+  .commonPicker.ant-calendar-picker {
+    display: inline-flex;
+    padding-top: 9px;
+    padding-bottom: 6px;
+    margin-right: 10px;
+    .ant-input {
+      border: 0;
+      background: @m-grey9;
+    }
+  }
+}
 </style>;

+ 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>;