369a6c91 by 杨炀

no message

1 parent 736c21d0
......@@ -44,22 +44,22 @@
</text>
</svg>
</div>
<div class="q3box qqbox">
<!-- 液体球-->
<div ref="q3" style="width: 100%;height:calc(90*100vw/1920);"></div>
<svg width="100%" :height="`calc(100*100vw/1920)`">
<linearGradient id="gradient" y1="0%" x1="100%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#03AEFD"/>
<stop offset="10%" stop-color="#AEFFF3"/>
</linearGradient>
<text x="50%" :y="`calc(15*100vw/1920)`" font-family="PingFang SC" text-anchor="middle" fill="#fff"
:font-size="`calc(14*100vw/1920)`">基本满意
</text>
<text x="50%" :y="`calc(40*100vw/1920)`" font-family="DIN Alternate" text-anchor="middle" font-weight="bold"
:font-size="`calc(16*100vw/1920)`" fill="url(#gradient)">{{ list['基本满意'] }}
</text>
</svg>
</div>
<!-- <div class="q3box qqbox">-->
<!-- &lt;!&ndash; 液体球&ndash;&gt;-->
<!-- <div ref="q3" style="width: 100%;height:calc(90*100vw/1920);"></div>-->
<!-- <svg width="100%" :height="`calc(100*100vw/1920)`">-->
<!-- <linearGradient id="gradient" y1="0%" x1="100%" x2="100%" y2="100%">-->
<!-- <stop offset="0%" stop-color="#03AEFD"/>-->
<!-- <stop offset="10%" stop-color="#AEFFF3"/>-->
<!-- </linearGradient>-->
<!-- <text x="50%" :y="`calc(15*100vw/1920)`" font-family="PingFang SC" text-anchor="middle" fill="#fff"-->
<!-- :font-size="`calc(14*100vw/1920)`">基本满意-->
<!-- </text>-->
<!-- <text x="50%" :y="`calc(40*100vw/1920)`" font-family="DIN Alternate" text-anchor="middle" font-weight="bold"-->
<!-- :font-size="`calc(16*100vw/1920)`" fill="url(#gradient)">{{ list['基本满意'] }}-->
<!-- </text>-->
<!-- </svg>-->
<!-- </div>-->
<div class="q4box qqbox">
<!-- 液体球-->
<div ref="q4" style="width: 100%;height:calc(90*100vw/1920);"></div>
......@@ -245,11 +245,11 @@ const setQ1 = (ref, data) => {
}
.partB {
display: flex;
display: flex;justify-content: space-around;
}
.qqbox {
width: 25%;
width: 33%;
position: relative;
top: calc(-20 * 100vw / 1920);
background: url("@/assets/img/q1.png") no-repeat bottom center;
......
<template>
<div class="pd20">
<div class="chartCard">
<div class="title">查档接待情况</div>
<div class="title">档案出证情况</div>
<div class="po_right">
<el-radio-group v-model="radioA" size="small" @change="radioAChange">
......@@ -123,7 +123,7 @@ const setA = () => {
z: 10
}],
yAxis: {
name: '单位(K)',
name: '单位()',
nameTextStyle: {
color:'#7ECEF4',
fontSize:'1.2rem'
......@@ -243,7 +243,7 @@ const setB = () => {
},
},
yAxis: {
name: '单位(K)',
name: '单位()',
nameTextStyle: {
color:'#7ECEF4',
fontSize:'1.2rem'
......
<template>
<div class="pd20">
<div class="chartCard">
<div class="title">档案借阅总览</div>
<div class="title">查档接待情况</div>
<div class="po_right">
<el-radio-group v-model="radioA" size="small" @change="radioAChange">
......@@ -109,7 +109,7 @@ const setA = () => {
z: 10
}],
yAxis: {
name: '单位(K)',
name: '单位()',
nameTextStyle: {
color: '#7ECEF4',
fontSize: '1.2rem'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!