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
29d9f281
Commit
29d9f281
authored
May 20, 2020
by
单奇雲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
eb5278fc
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
5 deletions
+7
-5
burst.png
...iewConvertor/assets/convertor/3dview/actionbars/burst.png
+0
-0
editMode.png
...Convertor/assets/convertor/3dview/actionbars/editMode.png
+0
-0
fitview.png
...wConvertor/assets/convertor/3dview/actionbars/fitview.png
+0
-0
impEquipment.png
...ertor/assets/convertor/3dview/actionbars/impEquipment.png
+0
-0
panoramic.png
...onvertor/assets/convertor/3dview/actionbars/panoramic.png
+0
-0
actionbar.scss
mods/components/3dviewConvertor/styles/actionbar.scss
+3
-1
index.js
mods/components/3dviewConvertor/view/actionbar/index.js
+1
-1
conf.js
mods/components/3dviewConvertor/view/conf.js
+3
-3
No files found.
mods/components/3dviewConvertor/assets/convertor/3dview/actionbars/burst.png
0 → 100644
View file @
29d9f281
2.22 KB
mods/components/3dviewConvertor/assets/convertor/3dview/actionbars/editMode.png
0 → 100644
View file @
29d9f281
2.45 KB
mods/components/3dviewConvertor/assets/convertor/3dview/actionbars/fitview.png
0 → 100644
View file @
29d9f281
1.42 KB
mods/components/3dviewConvertor/assets/convertor/3dview/actionbars/impEquipment.png
0 → 100644
View file @
29d9f281
2.68 KB
mods/components/3dviewConvertor/assets/convertor/3dview/actionbars/panoramic.png
0 → 100644
View file @
29d9f281
2.6 KB
mods/components/3dviewConvertor/styles/actionbar.scss
View file @
29d9f281
...
@@ -30,7 +30,9 @@
...
@@ -30,7 +30,9 @@
}
}
.action-item-icon
{
.action-item-icon
{
top
:
-17px
;
width
:
21px
;
height
:
21px
;
top
:
-16px
;
position
:
relative
;
position
:
relative
;
}
}
}
}
...
...
mods/components/3dviewConvertor/view/actionbar/index.js
View file @
29d9f281
...
@@ -37,7 +37,7 @@ class ActionBar extends Component {
...
@@ -37,7 +37,7 @@ class ActionBar extends Component {
return
(
return
(
<
div
className
=
{
cls
}
onClick
=
{()
=>
this
.
itemClick
(
a
.
type
)}
>
<
div
className
=
{
cls
}
onClick
=
{()
=>
this
.
itemClick
(
a
.
type
)}
>
<
p
className
=
"action-item-title"
>
{
a
.
label
}
<
/p
>
<
p
className
=
"action-item-title"
>
{
a
.
label
}
<
/p
>
<
BizIcon
className
=
"action-item-icon"
icon
=
{
a
.
icon
}
/
>
<
img
className
=
"action-item-icon"
src
=
{
require
(
`./../../assets/convertor/3dview/actionbars/
${
a
.
icon
}
.png`
)
}
/
>
<
/div
>
<
/div
>
);
);
})
})
...
...
mods/components/3dviewConvertor/view/conf.js
View file @
29d9f281
...
@@ -81,9 +81,9 @@ export const viewController = [
...
@@ -81,9 +81,9 @@ export const viewController = [
export
const
actionBars
=
[
export
const
actionBars
=
[
{
key
:
'impEquipment-action'
,
icon
:
'impEquipment'
,
type
:
'impEquipmentMode'
,
singleClick
:
true
,
label
:
'重点设备'
},
{
key
:
'impEquipment-action'
,
icon
:
'impEquipment'
,
type
:
'impEquipmentMode'
,
singleClick
:
true
,
label
:
'重点设备'
},
{
key
:
'panoramic-action'
,
icon
:
'panoramic'
,
type
:
'panoramicMode'
,
singleClick
:
true
,
label
:
'全景'
},
{
key
:
'panoramic-action'
,
icon
:
'panoramic'
,
type
:
'panoramicMode'
,
singleClick
:
true
,
label
:
'全景'
},
{
key
:
'burst-action'
,
icon
:
'
zhalie
'
,
type
:
'burst'
,
singleClick
:
true
,
label
:
'分解'
},
{
key
:
'burst-action'
,
icon
:
'
burst
'
,
type
:
'burst'
,
singleClick
:
true
,
label
:
'分解'
},
{
key
:
'fitview-action'
,
icon
:
'
zuijiashijiao
'
,
type
:
'fitview'
,
singleClick
:
true
,
label
:
'初始视图'
},
{
key
:
'fitview-action'
,
icon
:
'
fitview
'
,
type
:
'fitview'
,
singleClick
:
true
,
label
:
'初始视图'
},
{
key
:
'edit-action'
,
icon
:
'
jianpan
'
,
type
:
'editMode'
,
singleClick
:
true
,
label
:
'编辑'
}
{
key
:
'edit-action'
,
icon
:
'
editMode
'
,
type
:
'editMode'
,
singleClick
:
true
,
label
:
'编辑'
}
];
];
/**
/**
...
...
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