marymelisa 4 anni fa
parent
commit
c088bdc318

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