허정 허정 2023-07-26
230726김하영 횡단보도 검색창 수정
@1a302f4a08090892230f6d0f445af12e2e8c689f
client/resources/css/common.css
--- client/resources/css/common.css
+++ client/resources/css/common.css
@@ -33,7 +33,7 @@
 .flex-between {
   display: flex;
   flex-wrap: wrap;
-  flex-grow: 1;
+  /* flex-grow: 1; */
   justify-content: space-between;
   align-items: center;
 }
client/views/pages/RealtimeStatus/CrosswalkListSearch.vue
--- client/views/pages/RealtimeStatus/CrosswalkListSearch.vue
+++ client/views/pages/RealtimeStatus/CrosswalkListSearch.vue
@@ -30,8 +30,8 @@
           />
           <div class="flex">
             <div class="gap g3">
-              <label class="taa taa2">상태: </label>
-              <select name="" id="">
+              <label class="taa taa2">상태 </label>
+              <select name="" id="op">
                 <option value="">정상</option>
               </select>
               <button
@@ -504,27 +504,29 @@
   border: 1px solid red;
 }
 .gap-sub {
-  height: 12em;
+  height: 13em;
 }
 .taa2 {
-  height: 14em !important;
-  line-height: 14 !important;
+  height: 5.5em !important;
+  line-height: 5.5em !important;
 }
 .ta5 {
-  height: 30em !important;
-  line-height: 30em !important;
+  height: 13em !important;
+  line-height: 12em !important;
   height: 30em;
 }
 .in1 {
   width: 21em;
-  height: 4em !important;
+  /* height: 4em !important; */
   text-align: center;
 }
 .taa {
   width: 10em;
-  height: 16em;
-  border: 1px solid gray;
-  line-height: 16em;
+  height: 7em;
+  background-color: #f0f0f0;
+  /* border: 1px solid gray; */
+  border-bottom: 1px solid;
+  line-height: 7em;
   text-align: center;
 }
 .g2 {
@@ -538,7 +540,7 @@
 }
 .board-wrap {
   width: 100%;
-  height: 50em;
+  height: 24em;
 }
 .mobile {
   display: none;
@@ -556,10 +558,12 @@
 }
 select {
   width: 19rem;
-  height: 4em !important;
-  background: #ffffffc2;
+  line-height: 1.5 !important;
+  height: 1.5em !important;
+  /* background: #ffffffc2; */
   text-align: center;
 }
+
 .modal {
   width: 100rem;
 }
@@ -626,14 +630,14 @@
   background: #f7f6f6;
   display: flex;
   /* padding: 1rem; */
-  height: 46em;
+  height: 20em;
   width: 100%;
 
   flex-wrap: wrap;
   align-content: flex-start;
   margin: 30px 0;
   /* background: #f7f6f6; */
-  padding: 1rem;
+  /* padding: 1rem; */
 }
 
 .search-wrap input,
Add a comment
List