59 lines
1.1 KiB
CSS
59 lines
1.1 KiB
CSS
.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;
|
|
}
|