Commit 13922b0b authored by zhengke's avatar zhengke

修改

parent 0f083e62
...@@ -170,7 +170,7 @@ body, ...@@ -170,7 +170,7 @@ body,
.page-content .q-table__container .scroll::-webkit-scrollbar, .page-content .q-table__container .scroll::-webkit-scrollbar,
.myscroll::-webkit-scrollbar { .myscroll::-webkit-scrollbar {
width: 10px; width: 6px;
height: 5px; height: 5px;
} }
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</div> </div>
<div class="page-content"> <div class="page-content">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat <q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat
class="sticky-tow-column-table sticky-right-column-table" separator="none" :data="data" :columns="columns" class="sticky-two-header-table sticky-tow-column-table sticky-right-column-table" style="height: calc(100vh - 250px) !important;" separator="none" :data="data" :columns="columns"
row-key="name"> row-key="name">
<template v-slot:top="props"> <template v-slot:top="props">
<div class="col-2 q-table__title">课程信息</div> <div class="col-2 q-table__title">课程信息</div>
...@@ -592,7 +592,6 @@ ...@@ -592,7 +592,6 @@
padding-bottom: 5px; padding-bottom: 5px;
margin-bottom: 5px; margin-bottom: 5px;
} }
</style> </style>
<style lang="sass"> <style lang="sass">
@import url('~assets/css/table.sass') @import url('~assets/css/table.sass')
......
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