| | |
| | | <centerLeft3index :dataList="dataList" :plcList_one="plcList_three" /> |
| | | </div> |
| | | <!-- ä¸åå
--> |
| | | <!-- ä¸åå
--> |
| | | <div class="cen_div" style="margin-left: 80px;"> |
| | | <centerLeft4index :dataList="dataList" :plcList_one="plcList_three" /> |
| | | </div> |
| | | <!-- ä¸åå
--> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import centerLeft1index from '@/views/Homes/Homest/centerLeft1index.vue'; |
| | | import centerLeft2index from '@/views/Homes/Homest/centerLeft2index.vue'; |
| | | import centerLeft3index from '@/views/Homes/Homest/centerLeft3index.vue'; |
| | | import centerLeft4index from '@/views/Homes/Homest/centerLeft4index.vue'; |
| | | |
| | | export default { |
| | | props: { |
| | |
| | | centerLeft1index, |
| | | centerLeft2index, |
| | | centerLeft3index, |
| | | centerLeft4index, |
| | | }, |
| | | mounted() { |
| | | }, |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | <style > |
| | | |
| | | .contents { |
| | | display: flex; |
| | | align-items: flex-end; |