diff --git a/src/modules/01_metadata/components/Calendar.vue b/src/modules/01_metadata/components/Calendar.vue
index c9be4e2ea..b4868aef5 100644
--- a/src/modules/01_metadata/components/Calendar.vue
+++ b/src/modules/01_metadata/components/Calendar.vue
@@ -118,44 +118,40 @@
- ยกเลิก
-
-
- บันทึก
-
-
- แก้ไขข้อมูล
+ label="ยกเลิกแก้ไข"
+ >
+
+
- ลบ
+
+
+
+
diff --git a/src/modules/01_metadata/components/CalendarList.vue b/src/modules/01_metadata/components/CalendarList.vue
index bf5989b9a..8a700ffd5 100644
--- a/src/modules/01_metadata/components/CalendarList.vue
+++ b/src/modules/01_metadata/components/CalendarList.vue
@@ -157,13 +157,13 @@
- บันทึก
+
+ >
diff --git a/src/modules/01_metadata/views/MainCalendar.vue b/src/modules/01_metadata/views/MainCalendar.vue
index 4b5aba21b..1240daf0d 100644
--- a/src/modules/01_metadata/views/MainCalendar.vue
+++ b/src/modules/01_metadata/views/MainCalendar.vue
@@ -218,13 +218,12 @@
- บันทึก
+ >
@@ -316,13 +315,12 @@
- บันทึก
+ >
diff --git a/src/modules/02_organizational/components/DialogFooter.vue b/src/modules/02_organizational/components/DialogFooter.vue
index a99ee7515..0c2493149 100644
--- a/src/modules/02_organizational/components/DialogFooter.vue
+++ b/src/modules/02_organizational/components/DialogFooter.vue
@@ -3,14 +3,14 @@
- แก้ไขข้อมูล
+ label="แก้ไขข้อมูล"
+
+ >
- บันทึก
+
+ >
diff --git a/src/modules/02_organizational/views/MainTree.vue b/src/modules/02_organizational/views/MainTree.vue
index a3273ca66..c75566f2f 100644
--- a/src/modules/02_organizational/views/MainTree.vue
+++ b/src/modules/02_organizational/views/MainTree.vue
@@ -607,14 +607,14 @@
- บันทึก
+
@@ -651,14 +651,12 @@
- บันทึก
+ >
@@ -694,14 +692,12 @@
- บันทึก
+ >
diff --git a/src/modules/02_organizational/views/ManageReport2Add.vue b/src/modules/02_organizational/views/ManageReport2Add.vue
index 43b9bae2b..10cac68e6 100644
--- a/src/modules/02_organizational/views/ManageReport2Add.vue
+++ b/src/modules/02_organizational/views/ManageReport2Add.vue
@@ -557,13 +557,12 @@
- บันทึก
+ >
diff --git a/src/modules/03_recruiting/components/DialogFooter.vue b/src/modules/03_recruiting/components/DialogFooter.vue
index 20c8c16c2..ddcd3a56e 100644
--- a/src/modules/03_recruiting/components/DialogFooter.vue
+++ b/src/modules/03_recruiting/components/DialogFooter.vue
@@ -22,25 +22,24 @@
- แก้ไขข้อมูล
+ label="แก้ไขข้อมูล"
+ >
- บันทึก
+
+ >
diff --git a/src/modules/03_recruiting/views/01_compete/Period.vue b/src/modules/03_recruiting/views/01_compete/Period.vue
index 8b5a2528e..6fb0bfe6e 100644
--- a/src/modules/03_recruiting/views/01_compete/Period.vue
+++ b/src/modules/03_recruiting/views/01_compete/Period.vue
@@ -260,13 +260,12 @@
- บันทึก
+ >
@@ -300,13 +299,12 @@
- บันทึก
+ >
@@ -340,13 +338,13 @@
- บันทึก
+
+ >
diff --git a/src/modules/03_recruiting/views/02_qualify/DisablePeriod.vue b/src/modules/03_recruiting/views/02_qualify/DisablePeriod.vue
index 61a595875..097beb127 100644
--- a/src/modules/03_recruiting/views/02_qualify/DisablePeriod.vue
+++ b/src/modules/03_recruiting/views/02_qualify/DisablePeriod.vue
@@ -260,13 +260,12 @@
- บันทึก
+ >
@@ -300,13 +299,12 @@
- บันทึก
+ >
@@ -343,13 +341,12 @@
- บันทึก
+ >
diff --git a/src/modules/03_recruiting/views/03_editor/index.vue b/src/modules/03_recruiting/views/03_editor/index.vue
index 8f372fe5e..f1d3a3915 100644
--- a/src/modules/03_recruiting/views/03_editor/index.vue
+++ b/src/modules/03_recruiting/views/03_editor/index.vue
@@ -493,60 +493,55 @@
- ลบข้อมูล
+ >
- แก้ไขข้อมูล
+ >
- ยกเลิก
+ >
- บันทึก
+ >
- บันทึก
+ >
diff --git a/src/modules/04_registry/components/TableProfile.vue b/src/modules/04_registry/components/TableProfile.vue
index ac3d0a81e..5220c7f45 100644
--- a/src/modules/04_registry/components/TableProfile.vue
+++ b/src/modules/04_registry/components/TableProfile.vue
@@ -119,7 +119,7 @@
-
+
-
-
-
-
-
-
-
-
-
+
แสดงข้อมูลผู้พ้นจากราชการ
diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue
index 4dc33cbde..e3a180789 100644
--- a/src/views/MainLayout.vue
+++ b/src/views/MainLayout.vue
@@ -998,4 +998,8 @@ if (keycloak.tokenParsed != null) {
::-webkit-scrollbar-thumb:hover {
background-color: #a8bbbf;
}
+
+.q-card__actions .q-btn--rectangle{
+ padding: 0 14px !important;
+}