| | |
| | | <li |
| | | v-for="(item, index) in initFutrue.para" |
| | | :key="item.para_id" |
| | | class="h-92 flex items-center mb-22" |
| | | class="h-92 flex items-center mb-22 justify-center flex-col" |
| | | @click="onSelect(item, index)" |
| | | > |
| | | <p |
| | | class="w-95 h-full flex justify-center items-center font-22 flex-1" |
| | | class="w-125 h-full flex justify-center items-center font-22 flex-1 mr-10 ml-10" |
| | | :class=" |
| | | active === item.para_id |
| | | ? 'bg-light-blue text-white' |
| | |
| | | {{ item.time_num + item.time_unit.substr(0, 1) }} |
| | | </p> |
| | | <p |
| | | class="w-125 h-full flex justify-center items-center font-22 flex-1" |
| | | class="w-125 h-full flex justify-center items-center font-22 flex-1 mr-10 ml-10" |
| | | :class=" |
| | | active === item.para_id |
| | | ? 'bg-dark-blue text-white' |