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

更新代码

parent 5679d8dd
...@@ -10,14 +10,17 @@ ...@@ -10,14 +10,17 @@
background-size: 100% 100%; background-size: 100% 100%;
z-index: 99; z-index: 99;
} }
// .ant-calendar{ #amos-ad-triger-6--root{
// background-color: #13428f !important; .ant-calendar{
// border:none !important; background-color: #13428f !important;
// .ant-calendar-input{ border:none !important;
// background-color: #13428f !important; .ant-calendar-input{
// } background-color: #13428f !important;
}
// }
}
}
.amos-popover-content{ .amos-popover-content{
::-webkit-scrollbar { /* 血槽宽度 */ ::-webkit-scrollbar { /* 血槽宽度 */
width:5px; width:5px;
......
...@@ -555,7 +555,7 @@ class View3D extends Component { ...@@ -555,7 +555,7 @@ class View3D extends Component {
this.getPointLoop( { markers }, pointType, t.children) this.getPointLoop( { markers }, pointType, t.children)
}else if(t.position3d){ }else if(t.position3d){
t.position = t.position3d; t.position = t.position3d;
t.key = `${t.type}-${t.id}`; t.key = `${t.type}-${t.id}`;
t.label = t.name; t.label = t.name;
markers[pointType].push(t); markers[pointType].push(t);
} }
...@@ -1143,7 +1143,7 @@ class View3D extends Component { ...@@ -1143,7 +1143,7 @@ class View3D extends Component {
levelStr: dragItem.levelStr levelStr: dragItem.levelStr
}; };
let selectPoints = { let selectPoints = {
id: dragItem.id, id: dragItem.id,
type: dragItem.type 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