mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 15:42:48 +08:00
修正异常页面的一个兼容问题
This commit is contained in:
@@ -226,6 +226,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
table-layout:fixed;
|
||||||
|
word-wrap:break-word;
|
||||||
}
|
}
|
||||||
.exception-var table caption{
|
.exception-var table caption{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -249,7 +251,7 @@
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
.exception-var table td:first-child{
|
.exception-var table td:first-child{
|
||||||
width: 12px;
|
width: 28%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user