|
@@ -89,8 +89,8 @@
|
|
|
</div>
|
|
|
<div class="restsbox-right">
|
|
|
<dv-border-box-11 :title="$t('schoolIot.device.title')">
|
|
|
- <div class="right-box">
|
|
|
- <!-- <dv-scroll-board :config="config" style="width:100%;height:100%" /> -->
|
|
|
+ <!--设备统计-->
|
|
|
+ <!-- <div class="right-box">
|
|
|
<div class="right-box-left">
|
|
|
<BaseCircle circleId="hiteach" chatName="HiTeach" :percent="equipmentData.hiteachPercent" :subTitle="equipmentData.hiteachOnline" :totalNum="equipmentData.hiteachTotal"></BaseCircle>
|
|
|
</div>
|
|
@@ -100,7 +100,8 @@
|
|
|
<div class="right-box-left">
|
|
|
<BaseCircle circleId="hitachcc" chatName="HiTeach CC" :percent="equipmentData.ccPercent" :subTitle="equipmentData.ccOnline" totalNum="0"></BaseCircle>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
+ <!--设备统计 end-->
|
|
|
</dv-border-box-11>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -403,7 +404,6 @@ export default {
|
|
|
let arr = [item.schName, item.tmidCnt, item.classCnt,item.lessonLengMin]
|
|
|
newArr.push(arr)
|
|
|
})
|
|
|
- console.log(newArr, '排行帮')
|
|
|
let newArrs={
|
|
|
header: [this.$t('areaIot.classrank.schoolName'),this.$t('areaIot.classrank.teachNum'),this.$t('areaIot.classrank.classNum'),this.$t('areaIot.classrank.totalTime')],
|
|
|
data: [],
|
|
@@ -628,8 +628,11 @@ export default {
|
|
|
flex-wrap: nowrap;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
-.restsbox-left,.restsbox-right{
|
|
|
- width:50%;
|
|
|
+.restsbox-left{
|
|
|
+ width:100%;
|
|
|
+}
|
|
|
+.restsbox-right{
|
|
|
+ width:0%;
|
|
|
}
|
|
|
.left-item{
|
|
|
width: 21%;
|
|
@@ -639,10 +642,10 @@ export default {
|
|
|
align-items: center;
|
|
|
border-radius: 5px;
|
|
|
background-color: rgba(19, 25, 47, 0.6);
|
|
|
- margin: 9% 2% 1% 2%;
|
|
|
+ margin: 4% 2% 1% 2%;
|
|
|
}
|
|
|
.item-img {
|
|
|
- width: 45%;
|
|
|
+ width: 30%;
|
|
|
position:relative
|
|
|
}
|
|
|
.item-img img{
|
|
@@ -658,9 +661,6 @@ export default {
|
|
|
.item-box {
|
|
|
padding: 5px 0px;
|
|
|
}
|
|
|
-.item-img {
|
|
|
- width: 45%;
|
|
|
-}
|
|
|
.item-box {
|
|
|
width: 54%;
|
|
|
}
|