This commit is contained in:
Cool 2024-05-31 14:40:44 +08:00
commit e793f86ccd
7 changed files with 26 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -1,18 +1,18 @@
<template>
<div class="scrollbar">
<div ref="wrap" :class="[wrapClass, 'scrollbar__wrap', native ? '' : 'scrollbar__wrap--hidden-default']" :style="style" @scroll="handleScroll">
<div ref="wrap" :class="[wrapClass, 'scrollbar__wrap', native ? '' : 'scrollbar__wrap--hidden-default']"
:style="style" @scroll="handleScroll">
<div style="display: flex; justify-content: center; align-items: center">
<span
style="
<span style="
font-size: 18px;
font-weight: 700;
transition: all 0.5s;
line-height: normal;
"
>
padding: 5px;
">
英语四六级综合管理平台
</span>
</div>
<component :is="tag" ref="resize" :class="['scrollbar__view', viewClass]" :style="viewStyle">
@ -182,7 +182,7 @@ export default defineComponent({
top: 2px;
width: 6px;
& > div {
&>div {
width: 100%;
}
}
@ -191,16 +191,16 @@ export default defineComponent({
left: 2px;
height: 6px;
& > div {
&>div {
height: 100%;
}
}
}
}
.scrollbar:active > .scrollbar__bar,
.scrollbar:focus > .scrollbar__bar,
.scrollbar:hover > .scrollbar__bar {
.scrollbar:active>.scrollbar__bar,
.scrollbar:focus>.scrollbar__bar,
.scrollbar:hover>.scrollbar__bar {
opacity: 1;
transition: opacity 340ms ease-out;
}

View File

@ -675,7 +675,7 @@ export default {
// const college1 = this.college;
let option = {
title: {
text: '本批次学院通过率排名',
text: '本年级学院通过率排名',
},
tooltip: {
trigger: 'axis',
@ -714,12 +714,12 @@ export default {
},
},
toolbox: {
show: true,
feature: {
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true },
},
// show: true,
// feature: {
// magicType: { show: true, type: ['line', 'bar'] },
// restore: { show: true },
// saveAsImage: { show: true },
// },
},
grid: {
left: '3%',

View File

@ -102,12 +102,12 @@ export default {
}
},
toolbox: {
show: true,
feature: {
magicType: { show: true, type: ['line', 'bar'] },
restore: { show: true },
saveAsImage: { show: true },
},
// show: true,
// feature: {
// magicType: { show: true, type: ['line', 'bar'] },
// restore: { show: true },
// saveAsImage: { show: true },
// },
},
//
grid: {

View File

@ -511,7 +511,7 @@ export default {
//
let option = {
title: {
text: '本批次学院通过率排名',
text: '学院通过率对比',
},
legend: {},
tooltip: {

View File

@ -512,7 +512,7 @@ export default {
//
let option = {
title: {
text: '本批次学院通过率排名',
text: '专业通过率对比',
},
legend: {},
tooltip: {