|
@@ -32,7 +32,7 @@
|
|
<template v-if="toggleSearchStatus">
|
|
<template v-if="toggleSearchStatus">
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
<a-form-item label="登记日期">
|
|
<a-form-item label="登记日期">
|
|
- <j-date placeholder="请选择登记日期" v-model="queryParam.registerDate"></j-date>
|
|
|
|
|
|
+ <j-date placeholder="请选择登记日期" v-model="queryParam.registerDate" style="width: 100%;"></j-date>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
@@ -44,7 +44,9 @@
|
|
format="YYYY"
|
|
format="YYYY"
|
|
:open="yearShowOne"
|
|
:open="yearShowOne"
|
|
@openChange="openChangeOne"
|
|
@openChange="openChangeOne"
|
|
- @panelChange="panelChangeOne"/>
|
|
|
|
|
|
+ @panelChange="panelChangeOne"
|
|
|
|
+ style="width: 100%;"
|
|
|
|
+ />
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
</template>
|
|
</template>
|
|
@@ -387,6 +389,9 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
-<style scoped>
|
|
|
|
|
|
+<style scoped lang="less">
|
|
@import '~@assets/less/common.less';
|
|
@import '~@assets/less/common.less';
|
|
|
|
+ /deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item>.ant-form-item-label{
|
|
|
|
+ width: 26% ;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|