Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
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
lihuizhen
ec-report-refactor
Commits
344b4872
Commit
344b4872
authored
Feb 24, 2022
by
Jenny
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of 106.15.103.105:lihuizhen/ec-report-refactor into develop
parents
0e3617fd
fb371d67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
BarMixMap.vue
components/BarMixMap/BarMixMap.vue
+1
-1
details.vue
pages/details/details.vue
+2
-6
No files found.
components/BarMixMap/BarMixMap.vue
View file @
344b4872
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
brushType
:
'stroke'
brushType
:
'stroke'
},
},
label
:
{
label
:
{
show
:
t
rue
,
show
:
t
his
.
elementInfo
.
option
.
dataset
.
show
,
position
:
'right'
,
position
:
'right'
,
formatter
:
(
value
)
=>
{
formatter
:
(
value
)
=>
{
if
(
this
.
elementInfo
.
option
.
dataset
.
formatter
)
{
if
(
this
.
elementInfo
.
option
.
dataset
.
formatter
)
{
...
...
pages/details/details.vue
View file @
344b4872
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
:style=
"
{
:style=
"
{
width: `${element.width * scale}px`,
width: `${element.width * scale}px`,
height: `${element.height * scale}px`,
height: `${element.height * scale}px`,
transform: `translate(${element.left * scale}px, ${element.top * scale}px)`,
left: `${element.left * scale}px`,
top: `${element.top * scale}px`,
zIndex: index + 1
zIndex: index + 1
}"
}"
>
>
...
@@ -222,11 +223,6 @@
...
@@ -222,11 +223,6 @@
}
}
.view-element
{
.view-element
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
will-change
:
transform
;
user-select
:
none
;
user-select
:
none
;
cursor
:
move
;
cursor
:
move
;
}
}
...
...
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