Fix bugs.

This commit is contained in:
zhouxin
2022-02-07 07:38:08 +00:00
parent 2ed24b51d6
commit 71cd99f3e3
5 changed files with 6 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
#c-done {width: 110px;}
+1
View File
@@ -0,0 +1 @@
#lane-height {width: 110px}
+1 -1
View File
@@ -19,7 +19,7 @@
<form class='main-form form-ajax' method='post' enctype='multipart/form-data' id='dataform'>
<table class='table table-form'>
<tr>
<th class='w-110px'><?php echo $lang->kanban->doneFunction;?></th>
<th id='c-done'><?php echo $lang->kanban->doneFunction;?></th>
<td><?php echo nl2br(html::radio('performable', $lang->kanban->enableFinished, $kanban->performable));?></td>
</tr>
<tr>
+1 -1
View File
@@ -22,7 +22,7 @@
<form class='main-form form-ajax' method='post' enctype='multipart/form-data' id='dataform'>
<table class='table table-form'>
<tr>
<th><?php echo $lang->kanban->laneHeight;?></th>
<th id='lane-height'><?php echo $lang->kanban->laneHeight;?></th>
<td><?php echo nl2br(html::radio('heightType', $lang->kanbanlane->heightTypeList, $heightType, "onclick='setCardCount(this.value);'"));?></td>
</tr>
<tr class="hidden" id='cardBox'>
+2
View File
@@ -3,3 +3,5 @@
#projectTableList > tr:last-child .c-actions .dropdown-menu {top: auto; bottom: 100%; margin-bottom: -5px;}
.c-budget {width: 100px;}
.project-type-label.label-outline {width: 50px; min-width: 50px;}