|
@@ -1,9 +1,8 @@
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
-import liquidfill from './teaching/liquidfill.vue'
|
|
|
|
-import pie from './teaching/pie.vue'
|
|
|
|
-import kaike_qushi from '~/assets/img/teaching/kaike_qushi.png'
|
|
|
|
-import kaike_qingkuang from '~/assets/img/teaching/kaike_qingkuang.png'
|
|
|
|
-import youxiu_ziyuan from '~/assets/img/teaching/youxiu_ziyuan.png'
|
|
|
|
|
|
+import liquidfill from './teaching/liquidfill.vue';
|
|
|
|
+import pie from './teaching/pie.vue';
|
|
|
|
+import stackLine from './teaching/stackLine.vue'
|
|
|
|
+
|
|
|
|
|
|
const secSchollResourceTitle = ref(["资源名称", "点击量", "点赞数", "下载数"]);
|
|
const secSchollResourceTitle = ref(["资源名称", "点击量", "点赞数", "下载数"]);
|
|
const secSchollResourceContent = ref([
|
|
const secSchollResourceContent = ref([
|
|
@@ -89,14 +88,15 @@ const secSchollOpenClassContent = ref([
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="w-full flex h-457px justify-between mt-7">
|
|
<div class="w-full flex h-457px justify-between mt-7">
|
|
- <div class="w-405px h-full p-4 flex flex-col border border-hex-0A337E bg-block">
|
|
|
|
|
|
+ <div class="w-405px h-full p-4 flex flex-col border border-hex-0A337E bg-block" style="width:49%;">
|
|
<div class="text-lg py-4">教学场景分布</div>
|
|
<div class="text-lg py-4">教学场景分布</div>
|
|
<div class="w-full flex-grow">
|
|
<div class="w-full flex-grow">
|
|
<pie />
|
|
<pie />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="w-528px h-full">
|
|
|
|
- <img :src="kaike_qushi" alt="">
|
|
|
|
|
|
+ <div class="w-528px h-full p-4 flex flex-col border border-hex-0A337E bg-block" style="width:49%;">
|
|
|
|
+ <div class="text-lg mb-4 ">教学场景开课趋势</div>
|
|
|
|
+ <stackLine/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|