mirror of https://github.com/fantasticit/think.git
fix: fix table css
This commit is contained in:
parent
e869f9a47a
commit
137422b1e0
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0.75em 0 0;
|
margin: .75em 0 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
|
Loading…
Reference in New Issue