|
@@ -27,7 +27,7 @@
|
|
</a-col>
|
|
</a-col>
|
|
<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 :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择上传时间" v-model="queryParam.uploadDate"></j-date>
|
|
|
|
|
|
+ <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择上传时间" v-model="queryParam.uploadDate" style="width: 100%;"></j-date>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
</template>
|
|
</template>
|
|
@@ -204,6 +204,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: 28% ;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|