최정임 최정임 03-27
250327 최정임 css수정
@99eb1f903db7e439d1ee1fa0e3214b98dd4c8410
client/resources/css/user/main.css
--- client/resources/css/user/main.css
+++ client/resources/css/user/main.css
@@ -17,6 +17,7 @@
     left: 0;
     background-image: url(../../images/allmenu-bg.png);
     background-repeat: no-repeat;
+    background-color: #fff;
     width: 100%;
     height: 420px;
     button.closebtn{
@@ -318,7 +319,7 @@
             text-overflow: ellipsis; 
         }
         span{
-            width: 89px;
+            width: 115px;
             font-family: "Pretendard-L";
             font-size: 16px;
             color: #666666;
client/resources/css/user/sub.css
--- client/resources/css/user/sub.css
+++ client/resources/css/user/sub.css
@@ -143,7 +143,7 @@
         background-color: #ce3e48;
         color: #fff;
 
-        a {
+        a, span {
             color: #fff;
         }
     }
@@ -632,9 +632,16 @@
     }
 
     .invalid-feedback {
+        display: flex;
         border: 0;
         background-color: transparent;
-        margin-left: 0;
+        margin-left: 10px;
+        span{
+            color: #e22d2d;
+            font-size: 14px;
+            font-family: "Pretendard-EL";
+        }
+      
     }
 
 }
@@ -647,7 +654,7 @@
 .file-label {
     display: inline-block;
     padding: 25px 0px;
-    width: 100%;
+    width: 100% !important;
     background-color: #f6f6f6;
     border: 2px dashed #dadada;
     color: white;
@@ -674,7 +681,7 @@
     font-size: 16px;
     color: #333;
 
-    span {
+    &> div, span {
         color: #dadada;
     }
 
@@ -1089,6 +1096,8 @@
         overflow: hidden;
 
         thead {
+            display: table;
+            width: 100%;
             background-color: #636364;
 
             th {
@@ -1098,10 +1107,18 @@
         }
 
         td {
-            border: 1px solid #eee;
+            /* border: 1px solid #eee; */
             text-align: center;
         }
-
+        tbody {
+            border: 1px solid #eee;
+            display: block;
+            min-height: 53rem;
+            max-height: 53rem; /* Adjust the height as per your requirement */
+            overflow-y: auto;
+            overflow-x: hidden; /* Optional: Prevent horizontal scroll */
+          }
+          tbody tr{ table-layout: fixed; display: table;width: 100%;}
         tbody tr:hover td {
             background-color: #007ac3;
             /* Change background color of the cell */
client/views/pages/user/MyInfo.vue
--- client/views/pages/user/MyInfo.vue
+++ client/views/pages/user/MyInfo.vue
@@ -55,8 +55,8 @@
             </dl>
         </form>
         <div class="btn-group flex-end">
-            <button class="signout" type="button" @click="fnDeleteUser">회원탈퇴</button>
-            <button class="update" type="button" @click="fnUpdateUser">수정</button>
+            <button class="red-line" type="button" @click="fnDeleteUser">회원탈퇴</button>
+            <button class="blue-line" type="button" @click="fnUpdateUser">수정</button>
         </div>
     </div>
 </template>
Add a comment
List