feat: 平板端适配
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="judges-container flex flex-col align-center" :class="{ mobile: isMobile }">
|
||||
<div class="judges-container flex flex-col align-center" :class="{ mobile: isMobile && !isPad }">
|
||||
<div class="title" ref="judgesTitleRef">{{ $t('AwardsPage.panelOfJudges') }}</div>
|
||||
<!-- <img src="@/assets/images/award/bloom_logo.png" class="logo" /> -->
|
||||
<div class="sub-title" ref="judgesSubTitleRef">{{ $t('AwardsPage.expertise') }}</div>
|
||||
@@ -30,6 +30,7 @@ import desmond from '@/assets/images/award/desmond.png'
|
||||
|
||||
const { t } = useI18n()
|
||||
const isMobile = inject<boolean>('isMobile')
|
||||
const isPad = inject<boolean>('isPad')
|
||||
const judgements = [
|
||||
{
|
||||
picture: jae,
|
||||
|
||||
Reference in New Issue
Block a user