mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-09 12:18:12 +00:00
feat: change the style of tables
This commit is contained in:
parent
75ef3d1d4f
commit
8aa44ea4a9
@ -32,7 +32,7 @@ const ChunkList = () => {
|
|||||||
}, [])
|
}, [])
|
||||||
return (
|
return (
|
||||||
<div className="p-4">
|
<div className="p-4">
|
||||||
<Table sx={{ '& thead th:nth-child(1)': { width: '40%' } }}>
|
<Table color="neutral" stripe="odd" variant="outlined">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
@ -91,7 +91,7 @@ const Documents = () => {
|
|||||||
+ Add Datasource
|
+ Add Datasource
|
||||||
</Button>
|
</Button>
|
||||||
</Sheet>
|
</Sheet>
|
||||||
<Table sx={{ '& thead th:nth-child(1)': { width: '40%' } }}>
|
<Table color="neutral" stripe="odd" variant="outlined">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
@ -91,7 +91,7 @@ const Index = () => {
|
|||||||
</Button>
|
</Button>
|
||||||
</Sheet>
|
</Sheet>
|
||||||
<div className="page-body p-4">
|
<div className="page-body p-4">
|
||||||
<Table sx={{ '& thead th:nth-child(1)': { width: '40%' } }}>
|
<Table color="neutral" stripe="odd" variant="outlined">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user