style:登记信息
Showing
2 changed files
with
5 additions
and
4 deletions
... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
40 | .xxTable { | 40 | .xxTable { |
41 | //border-spacing: 1px; | 41 | //border-spacing: 1px; |
42 | width: 100%; | 42 | width: 100%; |
43 | table-layout: fixed; | 43 | // table-layout: fixed; |
44 | 44 | ||
45 | tr { | 45 | tr { |
46 | box-sizing: border-box; | 46 | box-sizing: border-box; |
... | @@ -73,10 +73,11 @@ | ... | @@ -73,10 +73,11 @@ |
73 | z-index: 3; | 73 | z-index: 3; |
74 | } | 74 | } |
75 | 75 | ||
76 | tr>td:first-child { | 76 | tr td:first-child { |
77 | position: sticky; | 77 | position: sticky; |
78 | left: 0; | 78 | left: 0; |
79 | z-index: 2; | 79 | z-index: 2; |
80 | margin-left: -2px; | ||
80 | } | 81 | } |
81 | 82 | ||
82 | th.linshi, | 83 | th.linshi, |
... | @@ -148,7 +149,7 @@ | ... | @@ -148,7 +149,7 @@ |
148 | display: flex; | 149 | display: flex; |
149 | align-items: center; | 150 | align-items: center; |
150 | justify-content: center; | 151 | justify-content: center; |
151 | min-width: 344px; | 152 | min-width: 280px; |
152 | z-index: 1; | 153 | z-index: 1; |
153 | } | 154 | } |
154 | 155 | ... | ... |
-
Please register or sign in to post a comment