This commit is contained in:
xbx 2024-05-31 12:56:43 +08:00
parent 4c9af6fe98
commit 2193470e4b
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> <template>
<div class="scrollbar"> <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"> <div style="display: flex; justify-content: center; align-items: center">
<span <span style="
style="
font-size: 18px; font-size: 18px;
font-weight: 700; font-weight: 700;
transition: all 0.5s; transition: all 0.5s;
line-height: normal; line-height: normal;
padding: 5px;
" ">
>
英语四六级综合管理平台 英语四六级综合管理平台
</span> </span>
</div> </div>
<component :is="tag" ref="resize" :class="['scrollbar__view', viewClass]" :style="viewStyle"> <component :is="tag" ref="resize" :class="['scrollbar__view', viewClass]" :style="viewStyle">
@ -182,7 +182,7 @@ export default defineComponent({
top: 2px; top: 2px;
width: 6px; width: 6px;
& > div { &>div {
width: 100%; width: 100%;
} }
} }
@ -191,16 +191,16 @@ export default defineComponent({
left: 2px; left: 2px;
height: 6px; height: 6px;
& > div { &>div {
height: 100%; height: 100%;
} }
} }
} }
} }
.scrollbar:active > .scrollbar__bar, .scrollbar:active>.scrollbar__bar,
.scrollbar:focus > .scrollbar__bar, .scrollbar:focus>.scrollbar__bar,
.scrollbar:hover > .scrollbar__bar { .scrollbar:hover>.scrollbar__bar {
opacity: 1; opacity: 1;
transition: opacity 340ms ease-out; transition: opacity 340ms ease-out;
} }

View File

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

View File

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

View File

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

View File

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