Browse Source

테이블 컬러 변경

allegroline 2 years ago
parent
commit
a18b82041d
1 changed files with 5 additions and 4 deletions
  1. 5 4
      mobile-src/src/views/po/PoRoomRevPage.vue

+ 5 - 4
mobile-src/src/views/po/PoRoomRevPage.vue

@@ -434,19 +434,20 @@ div.table-wrap {
 		overflow-y: hidden;
 		overflow-y: hidden;
 		table.cal-table {
 		table.cal-table {
 			font-size: 0.7em;
 			font-size: 0.7em;
-			border: 1px solid  var(--sgc-color-primary-60);
+			border: 1px solid  var(--ion-color-tertiary-tint);
 			border-collapse: collapse;
 			border-collapse: collapse;
 			thead {
 			thead {
 				th,
 				th,
 				td {
 				td {
-					background-color: var(--ion-color-secondary);
-					color: var(--sgc-color-secondary-90);
+					background-color: var(--ion-color-tertiary);
+					color: var(--sgc-color-tertiary-90);
+					height: 1.7rem;
 				}
 				}
 			}
 			}
 			th,
 			th,
 			td {
 			td {
 				padding: 0.1em;
 				padding: 0.1em;
-				border: 1px solid var(--sgc-color-primary-60);
+				border: 1px solid var(--ion-color-tertiary-tint);
 				white-space: nowrap;
 				white-space: nowrap;
 				text-align: center;
 				text-align: center;
 				min-width: 3em;
 				min-width: 3em;