提交安全审查看板界面

This commit is contained in:
wangchengming 2025-07-17 18:15:50 +08:00
parent b5639388dd
commit 12d7132e2d
11 changed files with 787 additions and 411 deletions

View File

@ -22,6 +22,7 @@
"@vueuse/core": "10.11.0",
"axios": "0.28.1",
"clipboard": "2.0.11",
"d3": "^7.9.0",
"echarts": "5.5.1",
"element-plus": "2.10.2",
"file-saver": "2.0.5",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

File diff suppressed because one or more lines are too long

View File

@ -238,7 +238,7 @@ const isImageFile = (suffix) => {
.rootContainer {
width: 1200px;
margin: 0 auto;
height: calc(100vh - 216px);
height: calc(100vh - 140px);
overflow-y: auto;
overflow-x: hidden;
background: #ffffff;

View File

@ -238,7 +238,7 @@ const isImageFile = (suffix) => {
.rootContainer {
width: 1200px;
margin: 0 auto;
height: calc(100vh - 216px);
height: calc(100vh - 140px);
overflow-y: auto;
overflow-x: hidden;
background: #ffffff;