mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-08 19:58:27 +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': {
|
'& tbody tr: hover a': {
|
||||||
textDecoration: 'underline'
|
textDecoration: 'underline'
|
||||||
}
|
},
|
||||||
|
'& tbody tr a': {
|
||||||
|
color: 'rgb(13, 96, 217)'
|
||||||
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user