* refactor bug/browse view.

This commit is contained in:
Catouse
2018-05-25 17:05:40 +08:00
parent 5e787cddc6
commit 2b14bf65fe
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
$(function()
{
if(browseType == 'bysearch') ajaxGetSearchForm();
if($('#bugList thead th.w-title').width() < 150) $('#bugList thead th.w-title').width(150);
if(flow == 'onlyTest')
+1 -1
View File
@@ -190,7 +190,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
</div>
</div>
<div class="main-col">
<div class="cell" id="queryBox"></div>
<div class="cell<?php if($browseType == 'bysearch') echo ' show';?>" id="queryBox"></div>
<form class='main-table table-bug' data-ride='table' method='post' id='bugForm'>
<div class="table-header fixed-right">
<nav class="btn-toolbar pull-right"></nav>