|
@@ -2,9 +2,12 @@
|
|
<div class="development_stage">
|
|
<div class="development_stage">
|
|
<head-component :headinfo=headinfo></head-component>
|
|
<head-component :headinfo=headinfo></head-component>
|
|
<div class="page-content">
|
|
<div class="page-content">
|
|
- <div class="page-box">
|
|
|
|
- <FollowRingChart id="ring-chart1" class="ring-chart1" :chartProps="chartPrpps1"/>
|
|
|
|
|
|
+ <div style="display: flex;justify-content: center;width: 1890px;height: 912px;margin-top: 13px">
|
|
|
|
+ <div class="page-box">
|
|
|
|
+ <FollowRingChart id="ring-chart1" class="ring-chart1" :chartProps="chartPrpps1"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -30,15 +33,14 @@ function setHeadinfo(){
|
|
|
|
|
|
const chartPrpps1 = ref({
|
|
const chartPrpps1 = ref({
|
|
// left : 100,
|
|
// left : 100,
|
|
- // top : 200,
|
|
|
|
- bottom:900,
|
|
|
|
|
|
+ top : 106,
|
|
width : 1700,
|
|
width : 1700,
|
|
height : 1700,
|
|
height : 1700,
|
|
borderColor : "#998877",
|
|
borderColor : "#998877",
|
|
color :"#ff00ff",
|
|
color :"#ff00ff",
|
|
bncolor : "#ffffff",
|
|
bncolor : "#ffffff",
|
|
radiusMax : '100%',
|
|
radiusMax : '100%',
|
|
- radiusMin : '97%',
|
|
|
|
|
|
+ radiusMin : '96%',
|
|
isFinish : false
|
|
isFinish : false
|
|
})
|
|
})
|
|
const position = reactive({ x: 10, y: 10 });
|
|
const position = reactive({ x: 10, y: 10 });
|
|
@@ -102,6 +104,8 @@ p{
|
|
height: 980px;
|
|
height: 980px;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 100px;
|
|
top: 100px;
|
|
|
|
+ //display: flex;
|
|
|
|
+ //justify-content: ;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
}
|
|
}
|
|
.page-box{
|
|
.page-box{
|
|
@@ -109,7 +113,7 @@ p{
|
|
height: 910px;
|
|
height: 910px;
|
|
background: black;
|
|
background: black;
|
|
border-radius: 35px 35px 35px 35px;
|
|
border-radius: 35px 35px 35px 35px;
|
|
- margin: 13px auto 0;
|
|
|
|
|
|
+ //margin: 13px auto 0;
|
|
/*padding-top: 25px;*/
|
|
/*padding-top: 25px;*/
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
@@ -166,7 +170,7 @@ p{
|
|
.box-left{
|
|
.box-left{
|
|
width: 53px;
|
|
width: 53px;
|
|
height: 25px;
|
|
height: 25px;
|
|
- background: #FFC300;
|
|
|
|
|
|
+ //background: #FFC300;
|
|
border-radius: 10px 10px 10px 10px;
|
|
border-radius: 10px 10px 10px 10px;
|
|
//border: 1px solid white;
|
|
//border: 1px solid white;
|
|
}
|
|
}
|
|
@@ -278,7 +282,7 @@ p{
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0px;
|
|
left: 0px;
|
|
top : 0px;
|
|
top : 0px;
|
|
- background: #ffff00;
|
|
|
|
|
|
+ //background: #ffff00;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|