Commit 656cc1422e5e291e3a1c78bc1046f1fa38914ab2
1 parent
5c690237
fix #5174
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/styles/components/table.less
... | ... | @@ -315,7 +315,7 @@ |
315 | 315 | } |
316 | 316 | &-fixed-header{ |
317 | 317 | overflow: hidden; |
318 | - // 在 #1387 里,添加了下面的代码,但是在 #5147 会出现新的问题。 | |
318 | + // 在 #1387 里,添加了下面的代码,但是在 #5174 会出现新的问题。 | |
319 | 319 | // 但是,在新版本里,注释掉后,#1387 的问题并没有再复现,所以注释掉 |
320 | 320 | //&-with-empty{ |
321 | 321 | // .@{table-prefix-cls}-hidden{ | ... | ... |