From faf2940f07b93b5f2fcb78ed0271b32e3303e4c5 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 8 Nov 2023 10:56:48 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20css=20=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A5=E0=B8=87?= =?UTF-8?q?=E0=B9=80=E0=B8=A7=E0=B8=A5=E0=B8=B2=20popup=20=E0=B8=AD?= =?UTF-8?q?=E0=B8=99=E0=B8=B8=E0=B8=A1=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=82=E0=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../4_specialTime/DialogApprove.vue | 44 ++++++++----------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/src/modules/09_leave/components/4_specialTime/DialogApprove.vue b/src/modules/09_leave/components/4_specialTime/DialogApprove.vue index c2f4f249a..fa157646b 100644 --- a/src/modules/09_leave/components/4_specialTime/DialogApprove.vue +++ b/src/modules/09_leave/components/4_specialTime/DialogApprove.vue @@ -108,31 +108,21 @@ watch( :close="close" /> - -
-
- -
- -
เวลาที่กรอก
-
-
- -
- - {{ props.date }} - -
-
-
+ +
+ + +
เวลาที่กรอก
+
+ + + {{ props.date }} + +

สถานะเข้างาน

@@ -249,7 +239,7 @@ watch(

สถานะออกงาน

@@ -306,7 +296,7 @@ watch( .mt { margin-top: 10px; } -.border_custom { +.border-custom { border-radius: 6px !important; border: 1px solid #e1e1e1; } @@ -373,4 +363,8 @@ $toggle-control-size: $toggle-height - ($toggle-gutter * 2); } } } + +.border-primary { + border: 1px solid var(--q-primary); +}