|
@@ -1,13 +1,18 @@
|
|
|
+<!--/* eslint-disable */-->
|
|
|
<template>
|
|
|
<div class="board">
|
|
|
<!--<BoardHead></BoardHead>-->
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ <div class="top-right-info">
|
|
|
+
|
|
|
<p class="class-num" @click="clickQRcode()" v-if="classNum">
|
|
|
<img src="../assets/img/erweimanew.svg" class="q-icon" style="margin-top:-6px;font-weight: bold;margin-left:2px"></img>
|
|
|
<span> {{classNum}}</span>
|
|
|
</p>
|
|
|
- <div class="teachicon"><img src="../assets/img/teacher.png" /><span class="teachname">{{teachname}}</span></div>
|
|
|
<div class="pdfnum"><img :src=filetypeImage /><div class="pdftext">{{slidenum}}/{{totalpage}}</div></div>
|
|
|
+ <div class="teachicon"><img src="../assets/img/teacher.png" /><span class="teachname">{{teachname}}</span></div>
|
|
|
<div class="total-studentnum"><img src="../assets/img/totalnumnew.png" /><div>{{students.length}}</div></div>
|
|
|
<div class="percentage-studentanswer" @click="popuphd()">
|
|
|
<q-circular-progress show-value
|
|
@@ -21,6 +26,8 @@
|
|
|
{{StudentPercentage}}%
|
|
|
</q-circular-progress>
|
|
|
</div>
|
|
|
+
|
|
|
+ </div>
|
|
|
<Card :styleObj="styleObj" :componentIndex="componentIndex" v-if="isShowCard"></Card>
|
|
|
<div class="board-main">
|
|
|
<!--<BoardLeft></BoardLeft>-->
|
|
@@ -59,7 +66,7 @@
|
|
|
<div class="board-right">
|
|
|
<div class="boardArea">
|
|
|
<!--pdf生成的png和轮播-->
|
|
|
- <Pdf @LoadingPdf="PdfshowLoading" @LoadingPdfPage="LoadingPage" ref="Pdf"></Pdf>
|
|
|
+ <Pdf @LoadingPdf="PdfshowLoading" @LoadingPdfPage="LoadingPage" ref="Pdf" style="z-index:99"></Pdf>
|
|
|
<!--konva容器-->
|
|
|
<div id="lastPagebox" v-show="lastpageShow"></div>
|
|
|
<div id="container" v-on:click="add()"></div>
|
|
@@ -3949,79 +3956,16 @@ import { locale } from 'core-js'
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
- .total-studentnum {
|
|
|
- position: fixed;
|
|
|
- width: 100px;
|
|
|
- height: 26px;
|
|
|
- top: 1%;
|
|
|
- right: 9%;
|
|
|
- color: rgba(204,204,204,.5);
|
|
|
- z-index: 999;
|
|
|
- font-weight: bold;
|
|
|
- text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
|
|
|
- }
|
|
|
-
|
|
|
- .total-studentnum img {
|
|
|
- float: left;
|
|
|
- width: 32px;
|
|
|
- height: 32px;
|
|
|
- text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
|
|
|
- }
|
|
|
-
|
|
|
- .total-studentnum div {
|
|
|
- font-size: 1.5rem;
|
|
|
- color: #dcdcdc;
|
|
|
- float: left;
|
|
|
- margin-left: 1%;
|
|
|
- line-height: 32px;
|
|
|
- }
|
|
|
-
|
|
|
- .total-studentnum div:hover {
|
|
|
- color: #6aabef;
|
|
|
- }
|
|
|
-
|
|
|
- .percentage-studentanswer {
|
|
|
- position: fixed;
|
|
|
- top: 0%;
|
|
|
- right: 0%;
|
|
|
- z-index: 999;
|
|
|
- }
|
|
|
-
|
|
|
- .pdfnum {
|
|
|
- position: fixed;
|
|
|
- top: 1%;
|
|
|
- right: 6%;
|
|
|
- width: 105px;
|
|
|
- height: 32px;
|
|
|
- line-height: 32px;
|
|
|
- z-index: 999;
|
|
|
- color: rgba(204,204,204,.5);
|
|
|
- font-weight: bold;
|
|
|
- text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
- .pdftext:hover {
|
|
|
- color: #6aabef;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
- .pdfnum img {
|
|
|
- float: left;
|
|
|
- width: 32px;
|
|
|
- height: 32px;
|
|
|
- text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
|
|
|
- }
|
|
|
|
|
|
.q-ma-md {
|
|
|
margin: 3px 12px !important;
|
|
|
}
|
|
|
|
|
|
- .pdftext {
|
|
|
- float: left;
|
|
|
- margin-left: 1%;
|
|
|
- font-size: 1.5rem;
|
|
|
- line-height: 32px;
|
|
|
- color: #dcdcdc;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
.ivu-upload-list {
|
|
|
margin-top: 0px !important;
|
|
@@ -4299,22 +4243,5 @@ import { locale } from 'core-js'
|
|
|
font-size:22px;
|
|
|
color:#ccc;
|
|
|
}
|
|
|
- .teachicon {
|
|
|
- position: fixed;
|
|
|
- top:5%;
|
|
|
- right:2.5%;
|
|
|
- color:#000;
|
|
|
- width:100px;
|
|
|
- height:32px;
|
|
|
- z-index:999;
|
|
|
- }
|
|
|
- .teachicon img {
|
|
|
- float:left;
|
|
|
- }
|
|
|
- .teachname {
|
|
|
- color: #dcdcdc;
|
|
|
- float:left;
|
|
|
- margin-top:2%;
|
|
|
- margin-left:2%;
|
|
|
- }
|
|
|
+
|
|
|
</style>
|