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
fb371d67
Commit
fb371d67
authored
Feb 24, 2022
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: details tab issue
parent
7fb6e7c0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
details.vue
pages/details/details.vue
+2
-6
No files found.
pages/details/details.vue
View file @
fb371d67
...
@@ -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