Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
949d1e30
Commit
949d1e30
authored
Sep 01, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
c6350379
e3e87403
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
38 deletions
+36
-38
src/pages/data-analysis/org-control.vue
src/pages/data-analysis/org-control.vue
+36
-38
No files found.
src/pages/data-analysis/org-control.vue
View file @
949d1e30
...
...
@@ -19,30 +19,32 @@
style=
"height:540px;"
>
<div
style=
"height:25px;"
></div>
<gk-circle
ref=
"left_1_r"
:data=
"controlData[0]"
:is_word=
"true"
class=
"left_1_r"
></gk-circle>
<gk-circle
ref=
"left_1_r"
:data=
"controlData[1]"
:is_word=
"true"
class=
"left_1_r"
></gk-circle>
<gk-circle
ref=
"left_1_r"
:data=
"controlData[2]"
:is_word=
"true"
class=
"left_1_r"
></gk-circle>
<gk-circle
ref=
"left_1_r"
:data=
"controlData[3]"
:is_word=
"true"
class=
"left_1_r"
></gk-circle>
<div
class=
"block-radius-content circle_container"
>
<gk-circle
ref=
"left_1_r"
:data=
"controlData[0]"
:is_word=
"true"
class=
"left_1_r"
></gk-circle>
<gk-circle
ref=
"left_1_r"
:data=
"controlData[1]"
:is_word=
"true"
class=
"left_1_r"
></gk-circle>
<gk-circle
ref=
"left_1_r"
:data=
"controlData[2]"
:is_word=
"true"
class=
"left_1_r"
></gk-circle>
<gk-circle
ref=
"left_1_r"
:data=
"controlData[3]"
:is_word=
"true"
class=
"left_1_r"
></gk-circle>
</div>
</block-radius>
</el-col>
</el-row>
...
...
@@ -314,12 +316,17 @@ export default {
height
:
calc
(
100%
-
36px
);
margin-top
:
15px
;
}
.left_1_r
{
width
:
49%
;
height
:
43%
;
display
:
inline-block
;
.circle_container
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
center
;
align-items
:
center
;
}
.circle_container
>
.left_1_r
{
width
:
calc
(
50%
-
20px
);
height
:
calc
(
50%
-
20px
);
margin
:
10px
;
}
.default
{
text-align
:
center
;
}
...
...
@@ -328,12 +335,3 @@ export default {
height
:
230px
;
}
</
style
>
<
style
>
.service-control
.left_1_r
canvas
{
bottom
:
0
;
right
:
0
;
width
:
160px
!important
;
height
:
190px
!important
;
margin
:
0
auto
!important
;
}
</
style
>
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