Commit 298e0f6a authored by zhengke's avatar zhengke

修改

parent dbde2b56
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</q-btn> </q-btn>
<q-btn @click="changeMenu(2)" v-if="AccountType==2 || ispower==true" flat :color="chosenMenu==2?'primary':'blue-grey-14'" :class="[chosenMenu==2?'text-weight-bold':'']" label="备课管理"> <q-btn @click="changeMenu(2)" v-if="AccountType==2 || ispower==true" flat :color="chosenMenu==2?'primary':'blue-grey-14'" :class="[chosenMenu==2?'text-weight-bold':'']" label="备课管理">
</q-btn> </q-btn>
<q-btn flat @click="changeMenu(3)" :color="chosenMenu==3?'primary':'blue-grey-14'" :class="[chosenMenu==3?'text-weight-bold':'']" label="我的排班计划"></q-btn> <q-btn flat @click="changeMenu(3)" style="display:none" :color="chosenMenu==3?'primary':'blue-grey-14'" :class="[chosenMenu==3?'text-weight-bold':'']" label="我的排班计划"></q-btn>
</div> </div>
<div v-if="chosenMenu==1" class="flex col" style="flex: 1"> <div v-if="chosenMenu==1" class="flex col" style="flex: 1">
...@@ -194,8 +194,8 @@ ...@@ -194,8 +194,8 @@
.homebx { .homebx {
margin: 0; margin: 0;
} }
::-webkit-scrollbar { .myscroll::-webkit-scrollbar {
display: none; /* Chrome Safari */ display: none;
} }
.box .el-tabs__header{ .box .el-tabs__header{
......
...@@ -98,8 +98,8 @@ ...@@ -98,8 +98,8 @@
font-size: 12px; font-size: 12px;
color: #2961FE; color: #2961FE;
} }
::-webkit-scrollbar { .comment::-webkit-scrollbar {
display: none; /* Chrome Safari */ display: none;
} }
.prepareclassDetails .width70{ .prepareclassDetails .width70{
width: 70px; width: 70px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment