redundant css cleanup

This commit is contained in:
wh1te909
2020-05-18 06:58:26 +00:00
parent 72926706e9
commit 91d39579ab
15 changed files with 112 additions and 308 deletions

View File

@@ -51,7 +51,7 @@
<template v-else>
<q-table
dense
class="checks-tbl-sticky"
class="tabs-tbl-sticky"
:data="allChecks"
:columns="columns"
:row-key="row => row.id + row.check_type"
@@ -418,22 +418,3 @@ export default {
};
</script>
<style lang="stylus">
.checks-tbl-sticky {
.q-table__middle {
max-height: 25vh;
}
.q-table__top, .q-table__bottom, thead tr:first-child th {
background-color: #f5f4f2;
}
thead tr:first-child th {
position: sticky;
top: 0;
opacity: 1;
z-index: 1;
}
}
</style>