Can Tabs change the color of each TabPane tag when switching? antd

for example, the following three TabPane tags, I want to change the color of the Tabs tag, how to change it? I read it seems that this plug-in did not change the attribute of the tag style, is it difficult to change its style directly in its underlying source code?

Jul.06,2021

:global {
    .ant-card-bordered {
      border-top: 2px solid red;
    }
  }

Link description

find the label signature like this


you can find the relative style of this tab in elements, and then make global changes

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-16de596-88e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-16de596-88e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?