redundant css cleanup
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user