style: 调整工作台样式错乱
This commit is contained in:
parent
962689a8bd
commit
cc18f297ef
|
@ -123,7 +123,7 @@ const { t } = useI18n()
|
|||
class="w-70px h-70px rounded-[50%] mr-20px"
|
||||
/>
|
||||
<div>
|
||||
<div class="text-20px text-700">
|
||||
<div class="text-20px">
|
||||
{{ t('workplace.goodMorning') }},Archer,{{ t('workplace.happyDay') }}
|
||||
</div>
|
||||
<div class="mt-10px text-14px text-gray-500">
|
||||
|
@ -243,6 +243,7 @@ const { t } = useI18n()
|
|||
<span>{{ t('workplace.shortcutOperation') }}</span>
|
||||
</template>
|
||||
<ElSkeleton :loading="loading" animated>
|
||||
<ElRow>
|
||||
<ElCol
|
||||
v-for="item in 9"
|
||||
:key="`card-${item}`"
|
||||
|
@ -257,6 +258,7 @@ const { t } = useI18n()
|
|||
{{ t('workplace.operation') }}{{ item }}
|
||||
</ElLink>
|
||||
</ElCol>
|
||||
</ElRow>
|
||||
</ElSkeleton>
|
||||
</ElCard>
|
||||
|
||||
|
|
Loading…
Reference in New Issue