mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-09 04:08:10 +00:00
feat: change the text color if table
This commit is contained in:
parent
9071207f33
commit
fbbbb5f037
@ -141,7 +141,10 @@ const Index = () => {
|
||||
},
|
||||
'& tbody tr: hover a': {
|
||||
textDecoration: 'underline'
|
||||
}
|
||||
},
|
||||
'& tbody tr a': {
|
||||
color: 'rgb(13, 96, 217)'
|
||||
},
|
||||
}}
|
||||
>
|
||||
<thead>
|
||||
|
Loading…
Reference in New Issue
Block a user