Skip to content

Commit cc18f29

Browse files
style: 调整工作台样式错乱
1 parent 962689a commit cc18f29

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

src/views/Dashboard/Workplace.vue

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const { t } = useI18n()
123123
class="w-70px h-70px rounded-[50%] mr-20px"
124124
/>
125125
<div>
126-
<div class="text-20px text-700">
126+
<div class="text-20px">
127127
{{ t('workplace.goodMorning') }},Archer,{{ t('workplace.happyDay') }}
128128
</div>
129129
<div class="mt-10px text-14px text-gray-500">
@@ -243,20 +243,22 @@ const { t } = useI18n()
243243
<span>{{ t('workplace.shortcutOperation') }}</span>
244244
</template>
245245
<ElSkeleton :loading="loading" animated>
246-
<ElCol
247-
v-for="item in 9"
248-
:key="`card-${item}`"
249-
:xl="12"
250-
:lg="12"
251-
:md="12"
252-
:sm="24"
253-
:xs="24"
254-
class="mb-10px"
255-
>
256-
<ElLink type="default" :underline="false">
257-
{{ t('workplace.operation') }}{{ item }}
258-
</ElLink>
259-
</ElCol>
246+
<ElRow>
247+
<ElCol
248+
v-for="item in 9"
249+
:key="`card-${item}`"
250+
:xl="12"
251+
:lg="12"
252+
:md="12"
253+
:sm="24"
254+
:xs="24"
255+
class="mb-10px"
256+
>
257+
<ElLink type="default" :underline="false">
258+
{{ t('workplace.operation') }}{{ item }}
259+
</ElLink>
260+
</ElCol>
261+
</ElRow>
260262
</ElSkeleton>
261263
</ElCard>
262264

0 commit comments

Comments
 (0)