mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
@tablePrefixCls: rc-table;
|
|
@table-border-color: #e9e9e9;
|
|
|
|
.@{tablePrefixCls}.bordered {
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
th, td {
|
|
border: 1px solid @table-border-color;
|
|
}
|
|
}
|