From d3386ae9df053238cdc46f57f591d169950f401f Mon Sep 17 00:00:00 2001 From: watcharanondh Date: Wed, 7 Jun 2023 15:30:32 +0700 Subject: [PATCH] =?UTF-8?q?UI=20=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=AA=E0=B8=AD=E0=B8=9A=E0=B9=81=E0=B8=82?= =?UTF-8?q?=E0=B9=88=E0=B8=87=E0=B8=82=E0=B8=B1=E0=B8=99=20/=20=E0=B8=84?= =?UTF-8?q?=E0=B8=B1=E0=B8=94=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B8=AD=E0=B8=81?= =?UTF-8?q?=20=3D>=20Done?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_placement/views/Main.vue | 309 ++++++++++++++++++++++-- 1 file changed, 283 insertions(+), 26 deletions(-) diff --git a/src/modules/05_placement/views/Main.vue b/src/modules/05_placement/views/Main.vue index 4ea1b9ca7..aac02886c 100644 --- a/src/modules/05_placement/views/Main.vue +++ b/src/modules/05_placement/views/Main.vue @@ -1,28 +1,201 @@ @@ -50,6 +223,7 @@ const fiscalyearOP = ref([ :borderless="false" :outlined="true" :hide-dropdown-icon="false" + @change="searchFiscalyear" />
@@ -57,7 +231,7 @@ const fiscalyearOP = ref([ ([ class="q-ml-sm" > @@ -150,4 +369,42 @@ const fiscalyearOP = ref([ .filter-card { background-color: #EDEDED; } + +.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; + } + }