ui วินัย > ข้อมูลพื้นฐาน > รายชื่อกรรมการ

This commit is contained in:
Warunee Tamkoo 2023-10-18 17:39:08 +07:00
parent 7c0284a87a
commit 7db2ff2260
9 changed files with 535 additions and 65 deletions

View file

@ -473,7 +473,7 @@ function filterFn(val: string, update: any) {
/>
</div>
<div class="col-12">
<q-table
<d-table
ref="table"
:columns="columns"
:rows="rows"
@ -524,7 +524,7 @@ function filterFn(val: string, update: any) {
direction-links
></q-pagination>
</template>
</q-table>
</d-table>
</div>
</div>
</q-card>
@ -559,7 +559,7 @@ function filterFn(val: string, update: any) {
</template>
</q-input>
<div class="col-12">
<q-table
<d-table
ref="table2"
:columns="columns2"
:rows="rows2"
@ -633,59 +633,10 @@ function filterFn(val: string, update: any) {
direction-links
></q-pagination>
</template>
</q-table>
</d-table>
</div>
</q-card-section>
</q-form>
</q-card>
</q-dialog>
</template>
<style lang="scss" scope>
.filter-card {
background-color: #f1f1f1b0;
}
.toggle-expired-account {
font-size: 12px;
font-weight: 400;
font-size: 15px;
line-height: 150%;
color: #35373c;
}
.icon-color {
color: #4154b3;
}
.custom-header-table {
max-height: 64vh;
.q-table tr:nth-child(odd) td {
background: white;
}
.q-table tr:nth-child(even) td {
background: #f8f8f8;
}
.q-table thead tr {
background: #ecebeb;
}
.q-table thead tr th {
position: sticky;
z-index: 1;
}
/* this will be the loading indicator */
.q-table thead tr:last-child th {
/* height of all previous header rows */
top: 48px;
}
.q-table thead tr:first-child th {
top: 0;
}
}
</style>
</template>