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> <template>
<div class="project-list"> <div class="project-list" :class="[tabTypeActive]">
<PageTitle :title="projectData.name"/> <PageTitle :title="projectData.name"/>
<div class="project-head"> <div class="project-head">
<div class="project-titbox"> <div class="project-titbox">

View File

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