|
@@ -13,13 +13,16 @@
|
|
|
<p class="teachname">{{ teachname }}</p>
|
|
|
</div>
|
|
|
<div class="total-studentnum" @click="isShowStudentList = true"><svg-icon icon-class="students" class="students-icon" />{{ students.length }}</div>
|
|
|
- <div class="percentage-studentanswer" @click="popuphd()" v-show="students!=''">
|
|
|
+ <div class="percentage-studentanswer" @click="popuphd()" v-show="students != ''">
|
|
|
<q-circular-progress show-value font-size="8px" :value="StudentPercentage" size="45px" :thickness="0.22" color="teal" track-color="grey-3" class="q-ma-md"> {{ StudentPercentage }}% </q-circular-progress>
|
|
|
</div>
|
|
|
</div>
|
|
|
<Card :styleObj="styleObj" :componentIndex="componentIndex" v-if="isShowCard"></Card>
|
|
|
<div class="board-main">
|
|
|
<ToolBox @handleToolPick="handleToolPick" @HiisShow="Hibtn" ref="hd"></ToolBox>
|
|
|
+ <!-- <div class="percentage-studentanswer-under" @click="popuphd()" v-show="students != ''">
|
|
|
+ <q-circular-progress show-value font-size="8px" :value="StudentPercentage" size="45px" :thickness="0.22" color="teal" track-color="grey-3" class="q-ma-md"> {{ StudentPercentage }}% </q-circular-progress>
|
|
|
+ </div> -->
|
|
|
<div style="position:fixed;z-index: 1;">
|
|
|
<br />
|
|
|
<Modal v-model="modalUpload" width="500" :mask-closable="false" style="margin-bottom:100px;bottom:unset !important">
|
|
@@ -70,7 +73,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--挑人-->
|
|
|
- <div class="drag-wrap picker-drag" v-drag v-if="toolIndexList.indexOf(1) > -1">
|
|
|
+ <div class="drag-wrap picker-drag" v-drag v-if="toolIndexList.indexOf(1) > -1">
|
|
|
<div class="tool-icon-close" @click="handleCloseTool(1)"><svg-icon icon-class="Close" class="close-icon" /></div>
|
|
|
<TurnTable />
|
|
|
</div>
|
|
@@ -4149,14 +4152,13 @@ li {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-.picker-drag{
|
|
|
- background: transparent !important;
|
|
|
- border:none !important;
|
|
|
- box-shadow:none !important;
|
|
|
- .tool-icon-close {
|
|
|
+.picker-drag {
|
|
|
+ background: transparent !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ .tool-icon-close {
|
|
|
right: 120px !important;
|
|
|
- top:120px !important;
|
|
|
-
|
|
|
+ top: 120px !important;
|
|
|
}
|
|
|
}
|
|
|
.drag-wrap {
|