瀏覽代碼

Update oxwindow.class.php

tags/6.3.2
叙述、别离 10 月之前
父節點
當前提交
ab95b95cba
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      src/system/libraries/oxwindow.class.php

+ 3
- 3
src/system/libraries/oxwindow.class.php 查看文件

@@ -59,7 +59,7 @@ class OxWindow
*/ */
function StartWin() function StartWin()
{ {
$this->myWin .= "<div class='table-responsive'><table class='table table-borderless'>";
$this->myWin .= "<div class='table-responsive'><table class='table table-borderless'><tbody>";
} }
/** /**
* 添加单列标题 * 添加单列标题
@@ -115,9 +115,9 @@ class OxWindow
function CloseWin($isform = true) function CloseWin($isform = true)
{ {
if (!$isform) { if (!$isform) {
$this->myWin .= "</table></div>";
$this->myWin .= "</tbody></table></div>";
} else { } else {
$this->myWin .= "</table></div></form>";
$this->myWin .= "</tbody></table></div></form>";
} }
} }
/** /**


Loading…
取消
儲存