최정임 최정임 2023-04-21
230421 최정임 달력 등 css 세세 조정
@18759722c071535ba0333400213c4ab0129e247b
client/resources/css/main.css
--- client/resources/css/main.css
+++ client/resources/css/main.css
@@ -425,6 +425,7 @@
   height: 17vh;
 }
 .main-grid-guardian > div:nth-child(3) ul{height: 6rem;}
+.main-grid-guardian .statistics-guardian:nth-child(4) li{padding: 7.5rem 3rem;}
 .statistics-guardian li {
   padding: 1rem 3rem;
   background: #ffffff;
client/resources/css/responsive.css
--- client/resources/css/responsive.css
+++ client/resources/css/responsive.css
@@ -90,7 +90,7 @@
     display: flex !important;
   }
   .agency-calendar .react-calendar__month-view__days__day {
-    flex: 0 0 12.5% !important;
+    flex: 0 0 14.2% !important;
   }
   .agency-calendar .react-calendar__month-view__days {
     flex-wrap: wrap !important;
@@ -305,7 +305,7 @@
     display: flex !important;
   }
   .agency-calendar .react-calendar__month-view__days__day {
-    flex: 0 0 12.5% !important;
+    flex: 0 0 14.2% !important;
   }
   .agency-calendar .react-calendar__month-view__days {
     flex-wrap: wrap !important;
@@ -559,7 +559,7 @@
     display: flex !important;
   }
   .agency-calendar .react-calendar__month-view__days__day {
-    flex: 0 0 12.5% !important;
+    flex: 0 0 14.2% !important;
   }
   .agency-calendar .react-calendar__month-view__days {
     flex-wrap: wrap !important;
@@ -619,7 +619,7 @@
     margin-top: 2rem;
   }
   .main-grid-guardian > div:nth-child(4) {
-    height: 50vh;
+    height: 69vh;
   }
   .main-grid-guardian > div:nth-child(3) {
     height: 39vh;
@@ -769,18 +769,22 @@
   .search-management {
     justify-content: space-between;
     gap: 1rem;
+    display: block;
+    margin-bottom: 0.5rem;
+    text-align: center;
   }
 
   .search-management select {
-    width: -webkit-fill-available;
-    margin: 0;
+    max-width: -webkit-fill-available !important;
+    margin-bottom: 0.5rem;
   }
   .search-management button {
     width: -webkit-fill-available;
+
   }
   .search-management input {
     width: 100%;
-    margin: 0;
+    margin-bottom: 0.5rem;
   }
 
   .searchselect-wrap {
@@ -1080,6 +1084,7 @@
   }
   /* 위험 기준 관리 */
   /* 기관 등록 */
+  .agency-insert input{width: -webkit-fill-available;}
   .modal-main .agency-insert td {
     padding: 0.5rem;
   }
@@ -1139,17 +1144,18 @@
  }
  .protector-user th{display: none;}
  .protector-user tbody tr{background-color: #f2f0eb; border-radius: 5px; padding: 0.5rem; margin-bottom: 1rem;}
- .protector-user td{text-align: right; position: relative; padding-left: 50%; min-height: 3rem; border-bottom: 1px solid #f2f0eb; background-color: #ffffff;}
+ .protector-user td{text-align: right; position: relative;  min-height: 3rem; border-bottom: 1px solid #f2f0eb; background-color: #ffffff; display: flex;}
  /* .protector-user td:nth-child(odd){background-color: #ffffff;} */
  .protector-user td::before{
   content: attr(data-label);
-  position: absolute;
+  /* position: absolute; */
   left: 0;
-  width: 34%;
+  width: fit-content;
   text-align: left;
   border-left: 8px solid #d8d3c7;
     padding-left: 1rem;
     margin-left: 1rem;
+    flex-grow: 1;
  }
 
  .join-group h3{margin-bottom: 3rem;}
@@ -1170,6 +1176,10 @@
   border-radius: 5px; margin-bottom: 0.5rem;}
   .agency-visitlist .btn-wrap{margin-top: 0;}
  
+
+  .main-grid-guardian .statistics-guardian:nth-child(4) li{padding: 0;}
+  .main-grid-guardian .statistics-guardian:nth-child(2) > ul > li{height: 23vh;}
+  .statistics-grid ul:nth-child(2) li:nth-child(2) > div{height: 32vh !important;}
 }
 
 
Add a comment
List