| | |
| | | <script setup> |
| | | import CommonTitle from '@/components/CommonTitle.vue'; |
| | | import { wToR } from '@/utils/pxConver'; |
| | | import { pxToRem } from '@/utils/rem'; |
| | | import data1 from '@/assets/images/home/homeRight/data1.png'; |
| | | import data2 from '@/assets/images/home/homeRight/data2.png'; |
| | | import data3 from '@/assets/images/home/homeRight/data3.png'; |
| | |
| | | </script> |
| | | <template> |
| | | <CommonTitle title="任务成果" @details="detailsFun" /> |
| | | <div :style="{ marginLeft: wToR(14) }"> |
| | | <div :style="{ marginLeft: pxToRem(14) }"> |
| | | <div class="taskAchievements"> |
| | | <div class="rawData"> |
| | | <div class="bigTitle">原始<br />数据</div> |