2022-06-06 13:07:38 +08:00
|
|
|
// // ================================================================
|
|
|
|
// // = Border Radio =
|
|
|
|
// // ================================================================
|
|
|
|
// .@{table-prefix-cls} {
|
|
|
|
// /* title + table */
|
|
|
|
// &-title {
|
|
|
|
// border-radius: @table-border-radius-base @table-border-radius-base 0 0;
|
|
|
|
// }
|
2019-12-31 15:04:00 +08:00
|
|
|
|
2022-06-06 13:07:38 +08:00
|
|
|
// &-title + &-container {
|
|
|
|
// border-top-left-radius: 0;
|
|
|
|
// border-top-right-radius: 0;
|
2019-12-31 15:04:00 +08:00
|
|
|
|
2022-06-06 13:07:38 +08:00
|
|
|
// table > thead > tr:first-child {
|
|
|
|
// th:first-child {
|
|
|
|
// border-radius: 0;
|
|
|
|
// }
|
2019-12-31 15:04:00 +08:00
|
|
|
|
2022-06-06 13:07:38 +08:00
|
|
|
// th:last-child {
|
|
|
|
// border-radius: 0;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
2019-12-31 15:04:00 +08:00
|
|
|
|
2022-06-06 13:07:38 +08:00
|
|
|
// /* table */
|
|
|
|
// &-container {
|
|
|
|
// border-top-left-radius: @table-border-radius-base;
|
|
|
|
// border-top-right-radius: @table-border-radius-base;
|
2019-12-31 15:04:00 +08:00
|
|
|
|
2022-06-06 13:07:38 +08:00
|
|
|
// table > thead > tr:first-child {
|
|
|
|
// th:first-child {
|
|
|
|
// border-top-left-radius: @table-border-radius-base;
|
|
|
|
// }
|
2019-12-31 15:04:00 +08:00
|
|
|
|
2022-06-06 13:07:38 +08:00
|
|
|
// th:last-child {
|
|
|
|
// border-top-right-radius: @table-border-radius-base;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
2019-12-31 15:04:00 +08:00
|
|
|
|
2022-06-06 13:07:38 +08:00
|
|
|
// /* table + footer */
|
|
|
|
// &-footer {
|
|
|
|
// border-radius: 0 0 @table-border-radius-base @table-border-radius-base;
|
|
|
|
// }
|
|
|
|
// }
|