mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正异常模板可能的一处BUG
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana;
|
font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana;
|
||||||
padding-left: <?php echo isset($source) ? parse_padding($source) : 40; ?>px;
|
padding-left: <?php echo (isset($source) && !empty($source)) ? parse_padding($source) : 40; ?>px;
|
||||||
}
|
}
|
||||||
.exception .source-code pre li{
|
.exception .source-code pre li{
|
||||||
border-left: 1px solid #ddd;
|
border-left: 1px solid #ddd;
|
||||||
|
|||||||
Reference in New Issue
Block a user