X Tutup
Skip to content

Commit 79db327

Browse files
committed
修改页面trace模板中的字体大小不受全局影响
1 parent 1292b84 commit 79db327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ThinkPHP/Tpl/page_trace.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<?php
1313
if(is_array($info)){
1414
foreach ($info as $k=>$val){
15-
echo '<li style="border-bottom:1px solid #EEE; padding:0 12px">' . (is_numeric($k) ? '' : $k.' : ') . htmlentities($val,ENT_COMPAT,'utf-8') .'</li>';
15+
echo '<li style="border-bottom:1px solid #EEE;font-size:14px;padding:0 12px">' . (is_numeric($k) ? '' : $k.' : ') . htmlentities($val,ENT_COMPAT,'utf-8') .'</li>';
1616
}
1717
}
1818
?>

0 commit comments

Comments
 (0)
X Tutup