全局样式增加fix
This commit is contained in:
parent
dce87c2953
commit
5ced11e61c
|
@ -111,3 +111,15 @@ body {
|
|||
.container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.table-LayoutFix{
|
||||
table-layout:fixed;
|
||||
}
|
||||
|
||||
.nowrap{
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.fix{
|
||||
table-layout:fixed;
|
||||
}
|
Loading…
Reference in New Issue
Block a user