Merge branch 'sprint/200_zhouxudong_56381' into 'sprint_200'
* Finish task #56381. See merge request easycorp/zentaopms!3778
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
.space .menu {margin-left: 5px; margin-right:5px;}
|
||||
.space .table-empty-tip {padding: 40px 10px;}
|
||||
.space .spaceTitle.pull-left {overflow: hidden; white-space: nowrap; max-width: calc(100% - 255px)}
|
||||
.spaceName {font-size: 16px; font-weight: bold;}
|
||||
.spaceTitle .icon-cube {font-size: 16px;}
|
||||
|
||||
.kanbans > .col {width: 25% !important;}
|
||||
@media screen and (max-width: 1500px) {.kanbans > .col {width: 25%;}}
|
||||
|
||||
@@ -40,12 +40,12 @@
|
||||
<div class='spaceTitle pull-left'>
|
||||
<div><i class='icon-cube'></i></div>
|
||||
<div>
|
||||
<h4 title="<?php echo $space->name;?>">
|
||||
<p class='spaceName' title="<?php echo $space->name;?>">
|
||||
<?php if($space->status == 'closed'):?>
|
||||
<span class="label label-closed"><?php echo $lang->kanban->closed;?></span>
|
||||
<?php endif;?>
|
||||
<?php echo $space->name;?>
|
||||
</h4>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class='spaceActions pull-right'>
|
||||
|
||||
Reference in New Issue
Block a user