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