|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <hc-card>
|
|
|
+ <hc-card class="hc-project-collect-admin-list">
|
|
|
<template #header>
|
|
|
<hc-date-year v-model="searchForm.startYear" v-model:end="searchForm.endYear" />
|
|
|
<div class="relative ml-3 w-[300px]">
|
|
@@ -31,6 +31,7 @@
|
|
|
</template>
|
|
|
<HcTableList />
|
|
|
<template #action>
|
|
|
+ <div>建设规模:共计 xx 公里</div>
|
|
|
<hc-pages :pages="searchForm" @change="pageChange" />
|
|
|
</template>
|
|
|
</hc-card>
|
|
@@ -63,5 +64,10 @@ const pageChange = ({ current, size }) => {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
-
|
|
|
+.hc-project-collect-admin-list {
|
|
|
+ .hc-card-action {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|