提交安全审查看板界面
|
@ -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",
|
||||
|
|
BIN
public/factoryAreaImg/MFA.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
public/factoryAreaImg/dianchi.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
public/factoryAreaImg/iconPostion.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
public/factoryAreaImg/iconShencha.png
Normal file
After Width: | Height: | Size: 572 B |
BIN
public/factoryAreaImg/mraFactory.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
public/factoryAreaImg/shunyiFactory.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
src/assets/images/closeImg.png
Normal file
After Width: | Height: | Size: 246 B |
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|