* code task #70322.

This commit is contained in:
wangyidong
2022-09-27 15:42:53 +08:00
parent 8e2bc44d73
commit 4f822a5bd5
+4 -1
View File
@@ -12,7 +12,10 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kanban.html.php';?>
<?php if($this->config->systemMode != 'new'):?>
<style> .kanban-lane-name span.text{display:none;} </style>
<style>
.kanban-lane-name{display:none;}
.kanban-header-cols{left:0px !important;}
</style>
<?php endif;?>
<?php js::set('kanbanGroup', $kanbanGroup);?>
<?php if(empty($kanbanGroup)):?>