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
959b9a77
Commit
959b9a77
authored
May 25, 2020
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改header和编辑居中
parent
16fec21d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
actionbar.scss
mods/components/3dviewConvertor/styles/actionbar.scss
+4
-4
moduleEdit.scss
mods/components/3dviewConvertor/styles/moduleEdit.scss
+4
-2
index.js
mods/components/3dviewConvertor/view/actionbar/index.js
+1
-1
No files found.
mods/components/3dviewConvertor/styles/actionbar.scss
View file @
959b9a77
.action-pane-data
{
position
:
absolute
;
left
:
45%
!
important
;
top
:
90%
!
important
;
bottom
:
5%
;
left
:
50%
;
transform
:
translateX
(
-50%
);
.action-list
{
.action-list
{
height
:
40px
;
padding
:
0
1rem
;
border-radius
:
6px
;
...
...
mods/components/3dviewConvertor/styles/moduleEdit.scss
View file @
959b9a77
...
...
@@ -4,7 +4,8 @@
.topBox
{
position
:
absolute
;
top
:
34px
;
left
:
40%
;
left
:
50%
;
transform
:
translateX
(
-50%
);
span
{
display
:
inline-block
;
}
...
...
@@ -37,7 +38,8 @@
.bottomBox
{
position
:
absolute
;
bottom
:
34px
;
left
:
40%
;
left
:
50%
;
transform
:
translateX
(
-50%
);
span
{
display
:
inline-block
;
width
:
177px
;
...
...
mods/components/3dviewConvertor/view/actionbar/index.js
View file @
959b9a77
...
...
@@ -27,7 +27,7 @@ class ActionBar extends Component {
render
()
{
const
{
animationProps
,
activeAction
=
'panoramic'
}
=
this
.
props
;
return
(
<
SidePane
className
=
"action-pane-data"
{...
animationProps
}
>
<
SidePane
className
=
"action-pane-data"
left
=
{
false
}
top
=
{
false
}
{...
animationProps
}
>
<
div
className
=
"action-list"
>
{
actionBars
.
map
(
a
=>
{
...
...
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