mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 11:58:10 +08:00
Merge pull request #8325 from qkiroc/style/table-tr-bg
styles: table tr样式优先级调整
This commit is contained in:
commit
c6ce9dd7dd
@ -380,10 +380,12 @@
|
||||
> thead > tr {
|
||||
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
||||
}
|
||||
@at-root .#{$ns}Table-table-tr {
|
||||
background: var(--Table-bg);
|
||||
}
|
||||
|
||||
> tbody > tr {
|
||||
position: relative;
|
||||
// background: var(--Table-bg);
|
||||
|
||||
& + tr {
|
||||
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
||||
|
Loading…
Reference in New Issue
Block a user