1、样式修复

2、内核升级
This commit is contained in:
2016-11-29 19:48:22 +08:00
parent 20c4c5595e
commit 635e698165
23 changed files with 209 additions and 54 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ th.visible-xxs,td.visible-xxs {
margin-top:0;
margin-bottom:0;
position:relative;
min-height:680px;
min-height:903px;
padding:15px 15px 35px 15px;
margin-left:220px;
}
+3 -3
View File
@@ -47,9 +47,9 @@ class Fornt extends Base {
}
$this->view->config('view_path', $view_path . $view_path_pre)
->config('tpl_replace_string',array(
'__IMG__' => '/' . $view_path . 'static/images',
'__JS__' => '/' . $view_path . 'static/js',
'__CSS__' => '/' . $view_path . 'static/css',
'__IMG__' => BASE_PATH . '/' . $view_path . 'static/images',
'__JS__' => BASE_PATH . '/' . $view_path . 'static/js',
'__CSS__' => BASE_PATH . '/' . $view_path . 'static/css',
));
}
}