26 changed files with 8567 additions and 1447 deletions
-
12frontend/index.html
-
8109frontend/package-lock.json
-
3frontend/package.json
-
0frontend/public/img/bj.png
-
0frontend/public/img/chimg.png
-
2frontend/src/App.jsx
-
10frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx
-
12frontend/src/components/LLMSelection/OllamaLLMOptions/index.jsx
-
2frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/FileUploadProgress/index.jsx
-
4frontend/src/components/Modals/Password/index.jsx
-
2frontend/src/components/SettingsSidebar/index.jsx
-
2frontend/src/components/Sidebar/index.jsx
-
26frontend/src/components/UserMenu/AccountModal/index.jsx
-
1frontend/src/pages/Admin/Section/index.jsx
-
27frontend/src/pages/DataAnalysis/DataAnalysis.css
-
61frontend/src/pages/DataAnalysis/index.jsx
-
2frontend/src/pages/Home/home.css
-
12frontend/src/pages/Home/index.jsx
-
123frontend/src/pages/ReportGeneration/ReportGeneration.css
-
36frontend/src/pages/ReportGeneration/index.jsx
-
123frontend/src/pages/Tendency/Tendency.css
-
145frontend/src/pages/Tendency/index.jsx
-
31frontend/src/pages/Yuqingfenxi/index.jsx
-
3frontend/src/utils/paths.js
-
1008package-lock.json
-
4package.json
8109
frontend/package-lock.json
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,123 @@ |
|||
.box { |
|||
width: 100%; |
|||
min-height: 100vh; |
|||
padding: 10px 0; |
|||
background-color: #F7F7FC; |
|||
} |
|||
|
|||
.box1 { |
|||
width: 85%; |
|||
margin: 0 auto; |
|||
box-sizing: border-box; |
|||
display: grid; |
|||
grid-template-rows: 100px 1fr; |
|||
} |
|||
.head>div:first-child img{ |
|||
width: 35px; |
|||
height: 35px; |
|||
position: absolute; |
|||
top: 25px; |
|||
left: 140px; |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.search { |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
margin: 10px 0; |
|||
} |
|||
|
|||
.search1 { |
|||
width: 40%; |
|||
position: relative; |
|||
box-shadow: 0 0 5px #CFCFCF; |
|||
border-radius: 50px; |
|||
} |
|||
|
|||
.search1 input { |
|||
width: 100%; |
|||
border-bottom-left-radius: 50px; |
|||
border-top-left-radius: 50px; |
|||
padding: 8px 0 8px 50px; |
|||
} |
|||
|
|||
.search1 input:focus { |
|||
outline: none; |
|||
border: 1px solid #1677FF; |
|||
} |
|||
|
|||
.search1 img { |
|||
width: 30px; |
|||
height: 30px; |
|||
position: absolute; |
|||
left: 10px; |
|||
top: 0; |
|||
bottom: 0; |
|||
margin: auto; |
|||
} |
|||
|
|||
.search button { |
|||
color: #fff; |
|||
background-color: #1677FF; |
|||
padding: 8px 30px 8px; |
|||
border-top-right-radius: 50px; |
|||
border-bottom-right-radius: 50px; |
|||
box-shadow: 0 0 5px #CFCFCF; |
|||
} |
|||
|
|||
.content { |
|||
width: 100%; |
|||
display: grid; |
|||
grid-template-columns: 1fr 1fr 1fr 1fr; |
|||
column-gap: 20px; |
|||
row-gap: 20px; |
|||
} |
|||
|
|||
.content2 { |
|||
display: grid; |
|||
grid-template-rows: 1fr 50px; |
|||
box-shadow: 0 0 2px #CFCFCF; |
|||
background-color: #fff; |
|||
border-radius: 10px; |
|||
} |
|||
|
|||
.content2_1 { |
|||
width: 95%; |
|||
display: grid; |
|||
grid-template-columns: 50px 1fr; |
|||
column-gap: 20px; |
|||
border-bottom: 1px solid #F0F0F5; |
|||
padding: 10px; |
|||
} |
|||
|
|||
.nr1 img { |
|||
width: 100%; |
|||
} |
|||
|
|||
.nr2 div:first-child { |
|||
font-size: 18px; |
|||
font-weight: bold; |
|||
} |
|||
|
|||
.nr2 div:last-child { |
|||
color: #7E807C; |
|||
font-size: 14px; |
|||
padding: 5px 0; |
|||
} |
|||
|
|||
.content2_2 { |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: right; |
|||
} |
|||
|
|||
.content2_2 button { |
|||
color: #645BFF; |
|||
background-color: #E6E9FF; |
|||
padding: 5px 10px; |
|||
margin-right: 20px; |
|||
border-radius: 5px; |
|||
font-size: 14px; |
|||
} |
|||
|
|||
@ -0,0 +1,123 @@ |
|||
.box { |
|||
width: 100%; |
|||
min-height: 100vh; |
|||
padding: 10px 0; |
|||
background-color: #F7F7FC; |
|||
} |
|||
|
|||
.box1 { |
|||
width: 85%; |
|||
margin: 0 auto; |
|||
box-sizing: border-box; |
|||
display: grid; |
|||
grid-template-rows: 100px 1fr; |
|||
} |
|||
.head>div:first-child img{ |
|||
width: 35px; |
|||
height: 35px; |
|||
position: absolute; |
|||
top: 25px; |
|||
left: 140px; |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.search { |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: center; |
|||
margin: 10px 0; |
|||
} |
|||
|
|||
.search1 { |
|||
width: 40%; |
|||
position: relative; |
|||
box-shadow: 0 0 5px #CFCFCF; |
|||
border-radius: 50px; |
|||
} |
|||
|
|||
.search1 input { |
|||
width: 100%; |
|||
border-bottom-left-radius: 50px; |
|||
border-top-left-radius: 50px; |
|||
padding: 8px 0 8px 50px; |
|||
} |
|||
|
|||
.search1 input:focus { |
|||
outline: none; |
|||
border: 1px solid #1677FF; |
|||
} |
|||
|
|||
.search1 img { |
|||
width: 30px; |
|||
height: 30px; |
|||
position: absolute; |
|||
left: 10px; |
|||
top: 0; |
|||
bottom: 0; |
|||
margin: auto; |
|||
} |
|||
|
|||
.search button { |
|||
color: #fff; |
|||
background-color: #1677FF; |
|||
padding: 8px 30px 8px; |
|||
border-top-right-radius: 50px; |
|||
border-bottom-right-radius: 50px; |
|||
box-shadow: 0 0 5px #CFCFCF; |
|||
} |
|||
|
|||
.content { |
|||
width: 100%; |
|||
display: grid; |
|||
grid-template-columns: 1fr 1fr 1fr 1fr; |
|||
column-gap: 20px; |
|||
row-gap: 20px; |
|||
} |
|||
|
|||
.content2 { |
|||
display: grid; |
|||
grid-template-rows: 1fr 50px; |
|||
box-shadow: 0 0 2px #CFCFCF; |
|||
background-color: #fff; |
|||
border-radius: 10px; |
|||
} |
|||
|
|||
.content2_1 { |
|||
width: 95%; |
|||
display: grid; |
|||
grid-template-columns: 50px 1fr; |
|||
column-gap: 20px; |
|||
border-bottom: 1px solid #F0F0F5; |
|||
padding: 10px; |
|||
} |
|||
|
|||
.nr1 img { |
|||
width: 100%; |
|||
} |
|||
|
|||
.nr2 div:first-child { |
|||
font-size: 18px; |
|||
font-weight: bold; |
|||
} |
|||
|
|||
.nr2 div:last-child { |
|||
color: #7E807C; |
|||
font-size: 14px; |
|||
padding: 5px 0; |
|||
} |
|||
|
|||
.content2_2 { |
|||
display: flex; |
|||
align-items: center; |
|||
justify-content: right; |
|||
} |
|||
|
|||
.content2_2 button { |
|||
color: #645BFF; |
|||
background-color: #E6E9FF; |
|||
padding: 5px 10px; |
|||
margin-right: 20px; |
|||
border-radius: 5px; |
|||
font-size: 14px; |
|||
} |
|||
|
|||
1008
package-lock.json
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue