diff --git a/src/components/Development/DevelopmentDate.vue b/src/components/Development/DevelopmentDate.vue index fcade68..82b6f05 100644 --- a/src/components/Development/DevelopmentDate.vue +++ b/src/components/Development/DevelopmentDate.vue @@ -6,6 +6,7 @@ :data-source="lists" :loading="loading" :row-key="record => record.id" + :scroll="{ y: height }" bordered class="white" > @@ -13,6 +14,11 @@ {{ index + 1 }} + + + diff --git a/src/views/InnovativeEquipment/InnovativeEquipment.vue b/src/views/InnovativeEquipment/InnovativeEquipment.vue index e992ccf..b494d61 100644 --- a/src/views/InnovativeEquipment/InnovativeEquipment.vue +++ b/src/views/InnovativeEquipment/InnovativeEquipment.vue @@ -1,19 +1,67 @@