修改
This commit is contained in:
parent
47cba4e577
commit
fe60958040
@ -113,15 +113,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="yclassname1.length != 0" style="position: relative">
|
<div v-if="yclassname1.length != 0" style="position: relative">
|
||||||
<div class="surveytitle">大班</div>
|
<div class="surveytitle">大班</div>
|
||||||
<div id="survey1" style="width: 500px; height: 350px; margin: 0 auto"></div>
|
<div id="survey1" style="width: 500px; height: 400px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="yclassname2.length != 0" style="position: relative">
|
<div v-if="yclassname2.length != 0" style="position: relative">
|
||||||
<div class="surveytitle">中班</div>
|
<div class="surveytitle">中班</div>
|
||||||
<div id="survey2" style="width: 500px; height: 350px; margin: 0 auto"></div>
|
<div id="survey2" style="width: 500px; height: 400px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="yclassname3.length != 0" style="position: relative">
|
<div v-if="yclassname3.length != 0" style="position: relative">
|
||||||
<div class="surveytitle">小班</div>
|
<div class="surveytitle">小班</div>
|
||||||
<div id="survey3" style="width: 500px; height: 350px; margin: 0 auto"></div>
|
<div id="survey3" style="width: 500px; height: 400px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 50%">
|
<div style="width: 50%">
|
||||||
@ -1667,6 +1667,16 @@ export default {
|
|||||||
legend: {},
|
legend: {},
|
||||||
xAxis: [
|
xAxis: [
|
||||||
{
|
{
|
||||||
|
axisLabel: {
|
||||||
|
inside: false,
|
||||||
|
textStyle: {
|
||||||
|
color: "#000",
|
||||||
|
fontSize: "10",
|
||||||
|
itemSize: ""
|
||||||
|
},
|
||||||
|
interval: 0,
|
||||||
|
rotate: -30 //倾斜的程度
|
||||||
|
},
|
||||||
type: "category",
|
type: "category",
|
||||||
axisTick: { show: false },
|
axisTick: { show: false },
|
||||||
data: this.yclassname1
|
data: this.yclassname1
|
||||||
@ -1704,6 +1714,16 @@ export default {
|
|||||||
legend: {},
|
legend: {},
|
||||||
xAxis: [
|
xAxis: [
|
||||||
{
|
{
|
||||||
|
axisLabel: {
|
||||||
|
inside: false,
|
||||||
|
textStyle: {
|
||||||
|
color: "#000",
|
||||||
|
fontSize: "10",
|
||||||
|
itemSize: ""
|
||||||
|
},
|
||||||
|
interval: 0,
|
||||||
|
rotate: -30 //倾斜的程度
|
||||||
|
},
|
||||||
type: "category",
|
type: "category",
|
||||||
axisTick: { show: false },
|
axisTick: { show: false },
|
||||||
data: this.yclassname2
|
data: this.yclassname2
|
||||||
@ -1739,6 +1759,16 @@ export default {
|
|||||||
legend: {},
|
legend: {},
|
||||||
xAxis: [
|
xAxis: [
|
||||||
{
|
{
|
||||||
|
axisLabel: {
|
||||||
|
inside: false,
|
||||||
|
textStyle: {
|
||||||
|
color: "#000",
|
||||||
|
fontSize: "10",
|
||||||
|
itemSize: ""
|
||||||
|
},
|
||||||
|
interval: 0,
|
||||||
|
rotate: -30 //倾斜的程度
|
||||||
|
},
|
||||||
type: "category",
|
type: "category",
|
||||||
axisTick: { show: false },
|
axisTick: { show: false },
|
||||||
data: this.yclassname3
|
data: this.yclassname3
|
||||||
|
|||||||
@ -18,15 +18,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="yclassname1.length != 0" style="position: relative">
|
<div v-if="yclassname1.length != 0" style="position: relative">
|
||||||
<div class="title">大班</div>
|
<div class="title">大班</div>
|
||||||
<div id="main" style="width: 500px; height: 350px; margin: 0 auto"></div>
|
<div id="main" style="width: 550px; height: 400px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="yclassname2.length != 0" style="position: relative">
|
<div v-if="yclassname2.length != 0" style="position: relative">
|
||||||
<div class="title">中班</div>
|
<div class="title">中班</div>
|
||||||
<div id="main2" style="width: 500px; height: 350px; margin: 0 auto"></div>
|
<div id="main2" style="width: 550px; height: 400px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="yclassname3.length != 0" style="position: relative">
|
<div v-if="yclassname3.length != 0" style="position: relative">
|
||||||
<div class="title">小班</div>
|
<div class="title">小班</div>
|
||||||
<div id="main3" style="width: 500px; height: 350px; margin: 0 auto"></div>
|
<div id="main3" style="width: 550px; height: 400px; margin: 0 auto"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 50%">
|
<div style="width: 50%">
|
||||||
@ -304,7 +304,7 @@ export default {
|
|||||||
verticalAlign: app.config.verticalAlign,
|
verticalAlign: app.config.verticalAlign,
|
||||||
rotate: app.config.rotate,
|
rotate: app.config.rotate,
|
||||||
formatter: "{c}",
|
formatter: "{c}",
|
||||||
fontSize: 16,
|
fontSize: 12,
|
||||||
rich: {
|
rich: {
|
||||||
name: {}
|
name: {}
|
||||||
}
|
}
|
||||||
@ -319,6 +319,16 @@ export default {
|
|||||||
legend: {},
|
legend: {},
|
||||||
xAxis: [
|
xAxis: [
|
||||||
{
|
{
|
||||||
|
axisLabel: {
|
||||||
|
inside: false,
|
||||||
|
textStyle: {
|
||||||
|
color: "#000",
|
||||||
|
fontSize: "10",
|
||||||
|
itemSize: ""
|
||||||
|
},
|
||||||
|
interval: 0,
|
||||||
|
rotate: -30 //倾斜的程度
|
||||||
|
},
|
||||||
type: "category",
|
type: "category",
|
||||||
axisTick: { show: false },
|
axisTick: { show: false },
|
||||||
data: this.yclassname1
|
data: this.yclassname1
|
||||||
@ -356,6 +366,16 @@ export default {
|
|||||||
legend: {},
|
legend: {},
|
||||||
xAxis: [
|
xAxis: [
|
||||||
{
|
{
|
||||||
|
axisLabel: {
|
||||||
|
inside: false,
|
||||||
|
textStyle: {
|
||||||
|
color: "#000",
|
||||||
|
fontSize: "10",
|
||||||
|
itemSize: ""
|
||||||
|
},
|
||||||
|
interval: 0,
|
||||||
|
rotate: -30 //倾斜的程度
|
||||||
|
},
|
||||||
type: "category",
|
type: "category",
|
||||||
axisTick: { show: false },
|
axisTick: { show: false },
|
||||||
data: this.yclassname2
|
data: this.yclassname2
|
||||||
@ -391,6 +411,16 @@ export default {
|
|||||||
legend: {},
|
legend: {},
|
||||||
xAxis: [
|
xAxis: [
|
||||||
{
|
{
|
||||||
|
axisLabel: {
|
||||||
|
inside: false,
|
||||||
|
textStyle: {
|
||||||
|
color: "#000",
|
||||||
|
fontSize: "10",
|
||||||
|
itemSize: ""
|
||||||
|
},
|
||||||
|
interval: 0,
|
||||||
|
rotate: -30 //倾斜的程度
|
||||||
|
},
|
||||||
type: "category",
|
type: "category",
|
||||||
axisTick: { show: false },
|
axisTick: { show: false },
|
||||||
data: this.yclassname3
|
data: this.yclassname3
|
||||||
@ -497,7 +527,7 @@ export default {
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 7%;
|
left: 7%;
|
||||||
top: 8%;
|
top: 6%;
|
||||||
}
|
}
|
||||||
::v-deep .el-card__header {
|
::v-deep .el-card__header {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user