|
@ -19,6 +19,8 @@ |
|
|
max-width: 100%; |
|
|
max-width: 100%; |
|
|
border-collapse: separate; |
|
|
border-collapse: separate; |
|
|
text-align: left; |
|
|
text-align: left; |
|
|
|
|
|
border-radius: @border-radius-base; |
|
|
|
|
|
overflow: hidden; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
th { |
|
|
th { |
|
@ -71,6 +73,10 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&.@{table-prefix-cls}-bordered tfoot tr { |
|
|
|
|
|
top: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
tr.@{table-prefix-cls}-row-selected { |
|
|
tr.@{table-prefix-cls}-row-selected { |
|
|
background: #fafafa; |
|
|
background: #fafafa; |
|
|
} |
|
|
} |
|
|