Merge remote-tracking branch 'origin/new-page-framework' into llm_framework

This commit is contained in:
aries_ckt 2023-06-28 15:17:54 +08:00
commit 281ea08d0b
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ const ChunkList = () => {
}, [])
return (
<div className="p-4">
<Table sx={{ '& thead th:nth-child(1)': { width: '40%' } }}>
<Table color="neutral" stripe="odd" variant="outlined">
<thead>
<tr>
<th>Name</th>

View File

@ -91,7 +91,7 @@ const Documents = () => {
+ Add Datasource
</Button>
</Sheet>
<Table sx={{ '& thead th:nth-child(1)': { width: '40%' } }}>
<Table color="neutral" stripe="odd" variant="outlined">
<thead>
<tr>
<th>Name</th>

View File

@ -91,7 +91,7 @@ const Index = () => {
</Button>
</Sheet>
<div className="page-body p-4">
<Table sx={{ '& thead th:nth-child(1)': { width: '40%' } }}>
<Table color="neutral" stripe="odd" variant="outlined">
<thead>
<tr>
<th>Name</th>