全局样式增加fix

This commit is contained in:
falcon 2021-05-28 11:00:39 +08:00
parent dce87c2953
commit 5ced11e61c

View File

@ -111,3 +111,15 @@ body {
.container {
max-width: 100%;
}
.table-LayoutFix{
table-layout:fixed;
}
.nowrap{
white-space:nowrap;
}
.fix{
table-layout:fixed;
}