mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-04 10:58:18 +00:00
fix: 移动端不显示甘特图的问题
This commit is contained in:
parent
948972184e
commit
3c89ecb2c7
@ -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">
|
||||
|
||||
@ -22,6 +22,9 @@
|
||||
.page-project {
|
||||
.project-list {
|
||||
height: auto;
|
||||
&.gantt {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.project-dialog {
|
||||
position: absolute;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user