This commit is contained in:
zhouxin
2022-02-07 07:43:37 +00:00
parent 71cd99f3e3
commit 2ef3ad1da2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
#lane-height {width: 110px}
#c-name {width: 110px}
+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 id='lane-height'><?php echo $lang->kanban->laneHeight;?></th>
<th id='c-name'><?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'>