From f8b8462aa70102c9ecd8c794a555aaee9987427a Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 22 Aug 2016 18:30:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BC=82=E5=B8=B8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E4=B8=80=E4=B8=AA=E5=85=BC=E5=AE=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpl/think_exception.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tpl/think_exception.tpl b/tpl/think_exception.tpl index bc246897..e80c57b2 100644 --- a/tpl/think_exception.tpl +++ b/tpl/think_exception.tpl @@ -226,6 +226,8 @@ width: 100%; margin: 12px 0; box-sizing: border-box; + table-layout:fixed; + word-wrap:break-word; } .exception-var table caption{ text-align: left; @@ -249,7 +251,7 @@ word-break: break-all; } .exception-var table td:first-child{ - width: 12px; + width: 28%; font-weight: bold; white-space: nowrap; }