From 6ddc5d4377cf3e4d69f14867eecab9f43890c2b4 Mon Sep 17 00:00:00 2001 From: "shiweisong.ssw" Date: Fri, 30 Jun 2023 14:04:54 +0800 Subject: [PATCH] feat: change the style --- .../datastores/documents/chunklist/page.tsx | 4 +- datacenter/app/datastores/documents/page.tsx | 23 ++++--- datacenter/app/datastores/page.tsx | 62 ++++++++++--------- datacenter/app/globals.css | 22 ------- 4 files changed, 49 insertions(+), 62 deletions(-) diff --git a/datacenter/app/datastores/documents/chunklist/page.tsx b/datacenter/app/datastores/documents/chunklist/page.tsx index 0a3db6383..c0a0b3538 100644 --- a/datacenter/app/datastores/documents/chunklist/page.tsx +++ b/datacenter/app/datastores/documents/chunklist/page.tsx @@ -44,8 +44,8 @@ const ChunkList = () => { {chunkList.length ? ( <> ({ color: theme.vars.palette.text.secondary })) const stepsOfAddingDocument = [ - 'Choose a Datasource type', - 'Setup the Datasource' + '1.Choose a Datasource type', + '2.Setup the Datasource' ] const documentTypeList = [ { @@ -121,6 +121,7 @@ const Documents = () => { @@ -128,8 +129,8 @@ const Documents = () => { {documents.length ? ( <>
{
{row.doc_name} {row.doc_type} @@ -168,8 +169,8 @@ const Documents = () => { {moment(row.last_sync).format('YYYY-MM-DD HH:MM:SS')} {