feat: 初始化静态镜像站点仓库

This commit is contained in:
2026-04-08 21:44:32 +08:00
commit 9f9dba6289
2514 changed files with 727963 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
.mindMapContainerBox {
width: 100%;
height: 100vh;
position: relative;
}
.showMouseTooltip {
position: absolute;
top: 0;
left: 0;
line-height: 1.5;
color: #fff;
border-radius: 3px;
background: #46a6ff;
}
.showBox {
position: absolute;
width: 200px;
height: 50px;
background: #ff0;
}
.boxTitle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.smm-node-edit-wrap {
display: none !important;
}
.workPointsManage[data-v-6d553fa4] {
padding: 24px;
background: #f0f2f5;
}
.workPointsManage .elCol[data-v-6d553fa4] {
padding-left: 15px;
}
.workPointsManage .planLst[data-v-6d553fa4] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.workPointsManage .planLst .planTitle[data-v-6d553fa4] {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.workPointsManage .paginations[data-v-6d553fa4] {
float: right;
padding: 25px 0;
}