style: 移除border inner场景下表格底部的边框
This commit is contained in:
parent
244b890c61
commit
fb0d914351
@ -129,3 +129,12 @@ body:has(div[data-dismissable-layer]) .vxe-tooltip--wrapper {
|
|||||||
/* tooltip直接在style中设置 需要!important来实现优先级覆盖 */
|
/* tooltip直接在style中设置 需要!important来实现优先级覆盖 */
|
||||||
z-index: calc(var(--popup-z-index) + 1) !important;
|
z-index: calc(var(--popup-z-index) + 1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
在border: inner场景下 去除下边的边框
|
||||||
|
TODO: 最后一条数据hover/check仍会显示边框
|
||||||
|
*/
|
||||||
|
.vxe-table.border--inner .vxe-table--border-line {
|
||||||
|
border-radius: var(--vxe-ui-table-border-radius)
|
||||||
|
var(--vxe-ui-table-border-radius) 0 0;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user