|
@@ -103,7 +103,7 @@ export default {
|
|
|
data () {
|
|
|
return {
|
|
|
uStyle: {
|
|
|
- ganttHeight: 40,planHeight: 26,planBg:'#44c2e5',realityHeight: 1,realityBg:'#e5de44',
|
|
|
+ ganttHeight: 40,planHeight: 26,planBg:'#44c2e5',realityHeight: 1,realityBg:'#e5de44',top: 2,
|
|
|
},
|
|
|
// width:每列宽度--现在逻辑全部默认显示左边table,右边滚动
|
|
|
// fixed:现在没有,如果需要一部分固定,一部分滚动,则需要重新设置一下组件
|
|
@@ -260,7 +260,6 @@ export default {
|
|
|
this.getManagerList()
|
|
|
},
|
|
|
mounted () {
|
|
|
- this.$refs.uGantt.uStyle.realityBg = '#ccc'
|
|
|
},
|
|
|
methods: {
|
|
|
// 获取委托单位下拉列表
|