diff --git a/src/dede/css/base.css b/src/dede/css/base.css index 745f534e..3ca8ad8e 100644 --- a/src/dede/css/base.css +++ b/src/dede/css/base.css @@ -91,5 +91,6 @@ option.stype{padding-left:24px;font-size:12px;height:18px;line-height:18px;backg span.page-link{color:#fff;background:#28a745} a.btn{color:white!important} .btn-success{background:#28a745;border-color:#28a745} +.table{color:#424b51} .table td,.table th{padding:.60rem;vertical-align:middle} .table th img,.table td img{vertical-align:text-bottom} \ No newline at end of file diff --git a/src/include/oxwindow.class.php b/src/include/oxwindow.class.php index 498bd6a3..4c09a5e7 100755 --- a/src/include/oxwindow.class.php +++ b/src/include/oxwindow.class.php @@ -36,17 +36,17 @@ class OxWindow */ function Init($formaction = "", $checkScript = "js/blank.js", $formmethod = "POST", $formname = "myform") { - $this->myWin .= "\r\n"; + $this->myWin .= ""; $this->formName = $formname; - $this->myWin .= "
\r\n"; + $this->myWin .= ""; } /** * 增加隐藏域 @@ -57,7 +57,7 @@ class OxWindow */ function AddHidden($iname, $ivalue) { - $this->myWin .= "\r\n"; + $this->myWin .= ""; } /** * 开始创建窗口 @@ -66,7 +66,7 @@ class OxWindow */ function StartWin() { - $this->myWin .= "\r\n"; + $this->myWin .= "
"; } /** * 增加一个两列的行 @@ -78,10 +78,10 @@ class OxWindow */ function AddItem($iname, $ivalue) { - $this->myWinItem .= "\r\n"; - $this->myWinItem .= "\r\n"; - $this->myWinItem .= "\r\n"; - $this->myWinItem .= "\r\n"; + $this->myWinItem .= ""; + $this->myWinItem .= ""; + $this->myWinItem .= ""; + $this->myWinItem .= ""; } /** * 增加一个单列的消息行 @@ -104,9 +104,9 @@ class OxWindow } else { $colspan = ""; } - $this->myWinItem .= "\r\n"; - $this->myWinItem .= "\r\n"; - $this->myWinItem .= "\r\n"; + $this->myWinItem .= ""; + $this->myWinItem .= ""; + $this->myWinItem .= ""; } /** * 增加单列的标题行 @@ -124,9 +124,9 @@ class OxWindow } else { $colspan = ""; } - $this->myWinItem .= "\r\n"; - $this->myWinItem .= "\r\n"; - $this->myWinItem .= "\r\n"; + $this->myWinItem .= ""; + $this->myWinItem .= ""; + $this->myWinItem .= ""; } /** * 结束Window @@ -137,9 +137,9 @@ class OxWindow function CloseWin($isform = true) { if (!$isform) { - $this->myWin .= "
$iname$ivalue
$iname$ivalue
$ivalue
$ivalue
$title
$title
\r\n"; + $this->myWin .= ""; } else { - $this->myWin .= "
\r\n"; + $this->myWin .= ""; } } /** diff --git a/src/templets/plus/win_templet.htm b/src/templets/plus/win_templet.htm index 2f424842..f6f58b4e 100755 --- a/src/templets/plus/win_templet.htm +++ b/src/templets/plus/win_templet.htm @@ -6,7 +6,7 @@ - +