cloud-web-corejs 1.0.54-dev.381 → 1.0.54-dev.382
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div>
|
|
3
|
-
<div ref="gantt" :style="'height:' +
|
|
3
|
+
<div ref="gantt" :style="'height:' + tabheight + 'px'" />
|
|
4
4
|
</div>
|
|
5
5
|
</template>
|
|
6
6
|
|
|
@@ -343,10 +343,10 @@ export default {
|
|
|
343
343
|
}
|
|
344
344
|
},
|
|
345
345
|
getGanttTarget() {
|
|
346
|
-
return gantt
|
|
346
|
+
return gantt;
|
|
347
347
|
},
|
|
348
348
|
getGanttInstance() {
|
|
349
|
-
return this.ganttInstance
|
|
349
|
+
return this.ganttInstance;
|
|
350
350
|
},
|
|
351
351
|
},
|
|
352
352
|
};
|