Commit 9ba1250d authored by 张博's avatar 张博

更新代码

parent 5679d8dd
......@@ -10,14 +10,17 @@
background-size: 100% 100%;
z-index: 99;
}
// .ant-calendar{
// background-color: #13428f !important;
// border:none !important;
// .ant-calendar-input{
// background-color: #13428f !important;
// }
// }
#amos-ad-triger-6--root{
.ant-calendar{
background-color: #13428f !important;
border:none !important;
.ant-calendar-input{
background-color: #13428f !important;
}
}
}
.amos-popover-content{
::-webkit-scrollbar { /* 血槽宽度 */
width:5px;
......
......@@ -555,7 +555,7 @@ class View3D extends Component {
this.getPointLoop( { markers }, pointType, t.children)
}else if(t.position3d){
t.position = t.position3d;
t.key = `${t.type}-${t.id}`;
t.key = `${t.type}-${t.id}`;
t.label = t.name;
markers[pointType].push(t);
}
......@@ -1143,7 +1143,7 @@ class View3D extends Component {
levelStr: dragItem.levelStr
};
let selectPoints = {
let selectPoints = {
id: dragItem.id,
type: dragItem.type
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment