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