更改头部样式
This commit is contained in:
parent
8f33c9f375
commit
983b2c0534
|
@ -2626,6 +2626,11 @@
|
||||||
text-align: end;
|
text-align: end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
:deep(.ant-table-thead > tr > th) {
|
||||||
|
color: #5580f7 !important;
|
||||||
|
font-size: 16px !important;
|
||||||
|
font-weight: 600 !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.wrj {
|
.wrj {
|
||||||
|
|
Loading…
Reference in New Issue