|
@@ -2,7 +2,7 @@
|
|
|
<!-- 过滤 -->
|
|
<!-- 过滤 -->
|
|
|
<div class="filterTable">
|
|
<div class="filterTable">
|
|
|
<a-space>
|
|
<a-space>
|
|
|
- <a-date-picker v-model:value="date" />
|
|
|
|
|
|
|
+ <a-date-picker class="commonDatePicker" v-model:value="date" />
|
|
|
</a-space>
|
|
</a-space>
|
|
|
<FilterOption :selectList="selectList"
|
|
<FilterOption :selectList="selectList"
|
|
|
:inputList="inputList"
|
|
:inputList="inputList"
|
|
@@ -47,7 +47,7 @@ export default defineComponent({
|
|
|
|
|
|
|
|
<style lang="less">
|
|
<style lang="less">
|
|
|
.filterTable {
|
|
.filterTable {
|
|
|
- .commonPicker.ant-calendar-picker {
|
|
|
|
|
|
|
+ .commonDatePicker.ant-calendar-picker {
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
|
padding-top: 9px;
|
|
padding-top: 9px;
|
|
|
padding-bottom: 6px;
|
|
padding-bottom: 6px;
|