style: 调整工作台样式错乱

This commit is contained in:
kailong321200875 2023-04-18 18:31:31 +08:00
parent 962689a8bd
commit cc18f297ef
1 changed files with 17 additions and 15 deletions

View File

@ -123,7 +123,7 @@ const { t } = useI18n()
class="w-70px h-70px rounded-[50%] mr-20px" class="w-70px h-70px rounded-[50%] mr-20px"
/> />
<div> <div>
<div class="text-20px text-700"> <div class="text-20px">
{{ t('workplace.goodMorning') }}Archer{{ t('workplace.happyDay') }} {{ t('workplace.goodMorning') }}Archer{{ t('workplace.happyDay') }}
</div> </div>
<div class="mt-10px text-14px text-gray-500"> <div class="mt-10px text-14px text-gray-500">
@ -243,6 +243,7 @@ const { t } = useI18n()
<span>{{ t('workplace.shortcutOperation') }}</span> <span>{{ t('workplace.shortcutOperation') }}</span>
</template> </template>
<ElSkeleton :loading="loading" animated> <ElSkeleton :loading="loading" animated>
<ElRow>
<ElCol <ElCol
v-for="item in 9" v-for="item in 9"
:key="`card-${item}`" :key="`card-${item}`"
@ -257,6 +258,7 @@ const { t } = useI18n()
{{ t('workplace.operation') }}{{ item }} {{ t('workplace.operation') }}{{ item }}
</ElLink> </ElLink>
</ElCol> </ElCol>
</ElRow>
</ElSkeleton> </ElSkeleton>
</ElCard> </ElCard>