fix(工作台): 修复工作台首页项目概览bug

This commit is contained in:
xinxin.wu 2024-11-26 11:09:02 +08:00 committed by 刘瑞斌
parent 1034c0ee9e
commit 7bd47bc5d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="card-wrapper"> <div class="card-wrapper">
<CardSkeleton v-if="showSkeleton" :show-skeleton="showSkeleton" /> <CardSkeleton v-if="showSkeleton" :show-skeleton="showSkeleton" />
<div> <div v-show="!showSkeleton">
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<a-tooltip :content="t(props.item.label)" position="tl"> <a-tooltip :content="t(props.item.label)" position="tl">
<div class="title one-line-text"> {{ t(props.item.label) }} </div> <div class="title one-line-text"> {{ t(props.item.label) }} </div>