@@ -769,6 +769,9 @@
.mb40 {
margin-bottom: 40px !important;
}
+.mr10 {
+ margin-right: 10px;
+}
.grey {
color: @m-grey2;
@@ -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;
+ .ant-input {
+ border: 0;
+ background: @m-grey9;
+ }
</style>;
@@ -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>;