mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-23 09:20:44 +00:00
fix: 移动端不显示甘特图的问题
This commit is contained in:
parent
948972184e
commit
3c89ecb2c7
@ -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">
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user