File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ const { t } = useI18n()
123
123
class =" w-70px h-70px rounded-[50%] mr-20px"
124
124
/>
125
125
<div >
126
- <div class =" text-20px text-700 " >
126
+ <div class =" text-20px" >
127
127
{{ t('workplace.goodMorning') }},Archer,{{ t('workplace.happyDay') }}
128
128
</div >
129
129
<div class =" mt-10px text-14px text-gray-500" >
@@ -243,20 +243,22 @@ const { t } = useI18n()
243
243
<span >{{ t('workplace.shortcutOperation') }}</span >
244
244
</template >
245
245
<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 >
260
262
</ElSkeleton >
261
263
</ElCard >
262
264
You can’t perform that action at this time.
0 commit comments