yjryu / KERIS star
김하영 김하영 2023-12-05
231205김하영
@b82b6c0dc747ddf76e78bf0c8f6315b893464f11
client/resources/css/responsive.css
--- client/resources/css/responsive.css
+++ client/resources/css/responsive.css
@@ -9,33 +9,30 @@
     padding: 3rem 3rem 2rem;
     font-size: 3.2rem;
   }
-  table,
-  thead,
-  tbody,
-  th,
-  td,
-  tr {
+
+  .user-table-list thead,.user-table-list tbody,.user-table-list th,.user-table-list td,.user-table-list tr{
     display: block;
     text-align: center;
   }
-  th {
+
+  .user-table-list th {
     display: none;
   }
-  table {
+  .user-table-list table {
     width: 100%;
   }
 
-  thead tr {
+  .user-table-list thead tr {
     position: absolute;
     top: -9999px;
     left: -9999px;
   }
 
-  tr {
+  .user-table-list tr {
     border: 1px solid #ccc;
   }
 
-  td {
+  .user-table-list td {
     border: none;
     border-bottom: 1px solid #eee;
     position: relative;
@@ -1241,40 +1238,34 @@
     padding: 0 3rem;
     font-size: 3rem;
   }
-  table,
-  thead,
-  tbody,
-  th,
-  td,
-  tr {
+  .user-table-list thead,.user-table-list tbody,.user-table-list th,.user-table-list td,.user-table-list tr{
     display: block;
     text-align: center;
   }
-  th {
+
+  .user-table-list th {
     display: none;
   }
-  table {
+  .user-table-list table {
     width: 100%;
   }
 
-  thead tr {
+  .user-table-list thead tr {
     position: absolute;
     top: -9999px;
     left: -9999px;
   }
 
-  tr {
+  .user-table-list tr {
     border: 1px solid #ccc;
   }
 
-  td {
+  .user-table-list td {
     border: none;
     border-bottom: 1px solid #eee;
     position: relative;
     text-align: right;
     padding-left: 8rem;
-
-    /* padding-left: 5/0%; */
   }
 
   .list-table td:before {
client/views/pages/admin/databook/DataSelectList.vue
--- client/views/pages/admin/databook/DataSelectList.vue
+++ client/views/pages/admin/databook/DataSelectList.vue
@@ -57,7 +57,7 @@
                         </li>
                     </ul>
                 </div>
-                <table class="select-table">
+                <table class="select-table user-table-list">
                     <thead>
                         <tr>
                             <th style="width:5%">no</th>
client/views/pages/admin/login/Login.vue
--- client/views/pages/admin/login/Login.vue
+++ client/views/pages/admin/login/Login.vue
@@ -17,7 +17,7 @@
             </label>
         </div>
 
-        <button class="blue-btn" @click="login">
+        <button class="blue-btn join-blue-btn " @click="login">
             로그인
         </button>
     </div>
client/views/pages/user/Data/Data.vue
--- client/views/pages/user/Data/Data.vue
+++ client/views/pages/user/Data/Data.vue
@@ -70,7 +70,7 @@
                         </ul>
                     </div>
                     <div class="data-table-tr">
-                        <table class="list-table">
+                        <table class="list-table user-table-list">
                             <th style="width:5%">no</th>
                             <th style="width:15%">카테고리</th>
                             <th style="width:45%">제목</th>
client/views/pages/user/community/Notice.vue
--- client/views/pages/user/community/Notice.vue
+++ client/views/pages/user/community/Notice.vue
@@ -31,7 +31,7 @@
                 </div>
                 <div class="noti-sec">
                     <div class="noti-sec-table">
-                        <table class="list-table">
+                        <table class="list-table user-table-list">
                             <th style="width:5%">no</th>
                             <th style="width:55%">제목</th>
                             <th style="width:10%">작성자</th>
client/views/pages/user/community/Wgcommunity.vue
--- client/views/pages/user/community/Wgcommunity.vue
+++ client/views/pages/user/community/Wgcommunity.vue
@@ -61,7 +61,7 @@
                         </ul>
                     </div>
                     <div>
-                        <table class="wg-table">
+                        <table class="wg-table user-table-list">
                             <thead>
                                 <tr>
                                     <th style="width:5%">no</th>
Add a comment
List