Commit 9b5c4738 authored by 徐一鸣's avatar 徐一鸣

服务管控页面样式问题修复

parent 59b5704a
...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment