@@ -306,6 +306,8 @@ const currentDateText = computed(() => {
</style>
<style lang="scss">
.select-garden-popper {
+ max-height: calc(100vh - 200px);
+ overflow-y: auto;
&.el-dropdown__popper {
.el-dropdown__list {
max-width: 160px;
@@ -193,6 +193,7 @@ export default [
{
path: "/review_work",
name: "ReviewWork",
+ meta: { keepAlive: true },
component: () => import("@/views/old_mini/modify_work/reviewWork.vue"),
},
// 分享好友页面
@@ -117,7 +117,7 @@ const functionCards = ref([
title: "农场报告",
status: "最新",
- route: "/farm-report",
+ route: "/farm_report",
className: "blue",
@@ -1190,7 +1190,7 @@ const contentData = ref([
width: 100%;
height: 100%;
overflow: auto;
- padding-bottom: 10px;
+ padding: 0 10px 10px;
box-sizing: border-box;
.content-section {
position: relative;