Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-station-module-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
amos-station-module-view
Commits
9ba1250d
Commit
9ba1250d
authored
Jun 08, 2020
by
张博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新代码
parent
5679d8dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
searchpane.scss
mods/components/3dviewConvertor/styles/searchpane.scss
+11
-8
View3D.js
mods/components/3dviewConvertor/view/View3D.js
+2
-2
No files found.
mods/components/3dviewConvertor/styles/searchpane.scss
View file @
9ba1250d
...
...
@@ -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
;
...
...
mods/components/3dviewConvertor/view/View3D.js
View file @
9ba1250d
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment