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
9b5c4738
Commit
9b5c4738
authored
Aug 31, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务管控页面样式问题修复
parent
59b5704a
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 @
9b5c4738
...
@@ -19,30 +19,32 @@
...
@@ -19,30 +19,32 @@
style=
"height:540px;"
style=
"height:540px;"
>
>
<div
style=
"height:25px;"
></div>
<div
style=
"height:25px;"
></div>
<gk-circle
<div
class=
"block-radius-content circle_container"
>
ref=
"left_1_r"
<gk-circle
:data=
"controlData[0]"
ref=
"left_1_r"
:is_word=
"true"
:data=
"controlData[0]"
class=
"left_1_r"
:is_word=
"true"
></gk-circle>
class=
"left_1_r"
<gk-circle
></gk-circle>
ref=
"left_1_r"
<gk-circle
:data=
"controlData[1]"
ref=
"left_1_r"
:is_word=
"true"
:data=
"controlData[1]"
class=
"left_1_r"
:is_word=
"true"
></gk-circle>
class=
"left_1_r"
<gk-circle
></gk-circle>
ref=
"left_1_r"
<gk-circle
:data=
"controlData[2]"
ref=
"left_1_r"
:is_word=
"true"
:data=
"controlData[2]"
class=
"left_1_r"
:is_word=
"true"
></gk-circle>
class=
"left_1_r"
<gk-circle
></gk-circle>
ref=
"left_1_r"
<gk-circle
:data=
"controlData[3]"
ref=
"left_1_r"
:is_word=
"true"
:data=
"controlData[3]"
class=
"left_1_r"
:is_word=
"true"
></gk-circle>
class=
"left_1_r"
></gk-circle>
</div>
</block-radius>
</block-radius>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -314,12 +316,17 @@ export default {
...
@@ -314,12 +316,17 @@ export default {
height
:
calc
(
100%
-
36px
);
height
:
calc
(
100%
-
36px
);
margin-top
:
15px
;
margin-top
:
15px
;
}
}
.left_1_r
{
.circle_container
{
width
:
49%
;
display
:
flex
;
height
:
43%
;
flex-wrap
:
wrap
;
display
:
inline-block
;
justify-content
:
center
;
align-items
:
center
;
}
.circle_container
>
.left_1_r
{
width
:
calc
(
50%
-
20px
);
height
:
calc
(
50%
-
20px
);
margin
:
10px
;
}
}
.default
{
.default
{
text-align
:
center
;
text-align
:
center
;
}
}
...
@@ -328,12 +335,3 @@ export default {
...
@@ -328,12 +335,3 @@ export default {
height
:
230px
;
height
:
230px
;
}
}
</
style
>
</
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