fix: 移动端不显示甘特图的问题

This commit is contained in:
kuaifan 2022-03-31 17:58:28 +08:00
parent 948972184e
commit 3c89ecb2c7
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="project-list">
<div class="project-list" :class="[tabTypeActive]">
<PageTitle :title="projectData.name"/>
<div class="project-head">
<div class="project-titbox">

View File

@ -22,6 +22,9 @@
.page-project {
.project-list {
height: auto;
&.gantt {
height: 100%;
}
}
.project-dialog {
position: absolute;