style: table过滤和排序圆角style
This commit is contained in:
parent
83c915b265
commit
2f64741bda
|
@ -1088,6 +1088,8 @@
|
||||||
background: rgb(var(--primary-1)) content-box;
|
background: rgb(var(--primary-1)) content-box;
|
||||||
.arco-table-th-title {
|
.arco-table-th-title {
|
||||||
.title-name {
|
.title-name {
|
||||||
|
padding-left: 4px;
|
||||||
|
border-radius: 2px 0 0 2px;
|
||||||
color: rgb(var(--primary-5));
|
color: rgb(var(--primary-5));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1102,6 +1104,8 @@
|
||||||
color: rgb(var(--primary-5)) !important;
|
color: rgb(var(--primary-5)) !important;
|
||||||
}
|
}
|
||||||
.title-name {
|
.title-name {
|
||||||
|
padding-left: 4px;
|
||||||
|
border-radius: 2px 0 0 2px;
|
||||||
color: rgb(var(--primary-5));
|
color: rgb(var(--primary-5));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue