This commit is contained in:
闫晓茹 2024-08-13 10:37:19 +08:00
parent aae2b29fe7
commit 4fd2718327

View File

@ -53,7 +53,6 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 16px;
"
>
{{ item.taskName }}
@ -354,6 +353,9 @@ export default {
<style lang="scss" scoped>
::v-deep.el-card{
height: 85px !important
}
.el-empty {
padding: 220px 0;
height: 92vh;