修改
This commit is contained in:
parent
aae2b29fe7
commit
4fd2718327
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user