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