jichoi / lms_front star
이은진 이은진 2024-09-11
240911 이은진 학업일정계획 css 수정
@9771f7cf6912e9ad2c9b82dc40670a25714305b2
client/resources/css/reset.css
--- client/resources/css/reset.css
+++ client/resources/css/reset.css
@@ -1,118 +1,167 @@
 @charset "utf-8";
 
 @font-face {
-	font-family: 'Pretendard-Bold';
-    src: url('../font/Pretendard-Bold.otf') format('opentype');
+  font-family: "Pretendard-Bold";
+  src: url("../font/Pretendard-Bold.otf") format("opentype");
 }
 @font-face {
-	font-family: 'Pretendard-Black';
-    src: url('../font/Pretendard-Black.otf') format('opentype');
+  font-family: "Pretendard-Black";
+  src: url("../font/Pretendard-Black.otf") format("opentype");
 }
 @font-face {
-	font-family: 'Pretendard-ExtraBold';
-    src: url('../font/Pretendard-ExtraBold.otf') format('opentype');
+  font-family: "Pretendard-ExtraBold";
+  src: url("../font/Pretendard-ExtraBold.otf") format("opentype");
 }
 @font-face {
-	font-family: 'Pretendard-ExtraLight';
-    src: url('../font/Pretendard-ExtraLight.otf') format('opentype');
+  font-family: "Pretendard-ExtraLight";
+  src: url("../font/Pretendard-ExtraLight.otf") format("opentype");
 }
 @font-face {
-	font-family: 'Pretendard-Light';
-    src: url('../font/Pretendard-Light.otf') format('opentype');
+  font-family: "Pretendard-Light";
+  src: url("../font/Pretendard-Light.otf") format("opentype");
 }
 @font-face {
-	font-family: 'Pretendard-Medium';
-    src: url('../font/Pretendard-Medium.otf') format('opentype');
+  font-family: "Pretendard-Medium";
+  src: url("../font/Pretendard-Medium.otf") format("opentype");
 }
 @font-face {
-	font-family: 'Pretendard-Regular';
-    src: url('../font/Pretendard-Regular.otf') format('opentype');
+  font-family: "Pretendard-Regular";
+  src: url("../font/Pretendard-Regular.otf") format("opentype");
 }
 @font-face {
-	font-family: 'Pretendard-SemiBold';
-    src: url('../font/Pretendard-SemiBold.otf') format('opentype');
+  font-family: "Pretendard-SemiBold";
+  src: url("../font/Pretendard-SemiBold.otf") format("opentype");
 }
 @font-face {
-	font-family: 'Pretendard-Thin';
-    src: url('../font/Pretendard-Thin.otf') format('opentype');
-}
-
-
-@font-face {
-	font-family: 'ONEMobilePOP';
-    src: url('../font/ONEMobilePOP.ttf') format('truetype');
-}
-@font-face {
-	font-family: 'ONEMobileOTF-Regular';
-    src: url('../font/ONEMobileOTF-Regular.otf') format('opentype');
-}
-@font-face {
-	font-family: 'ONEMobileOTF-Light';
-    src: url('../font/ONEMobileOTF-Light.otf') format('opentype');
-}
-@font-face {
-	font-family: 'ONEMobileOTF-Bold';
-    src: url('../font/ONEMobileOTF-Bold.otf') format('opentype');
-}
-@font-face {
-	font-family: 'ONEMobilePOPOTF';
-    src: url('../font/ONEMobilePOPOTF.otf') format('opentype');
+  font-family: "Pretendard-Thin";
+  src: url("../font/Pretendard-Thin.otf") format("opentype");
 }
 
 @font-face {
-	font-family: 'neodgm';
-    src: url('../font/neodgm.ttf') format('truetype');
+  font-family: "ONEMobilePOP";
+  src: url("../font/ONEMobilePOP.ttf") format("truetype");
+}
+@font-face {
+  font-family: "ONEMobileOTF-Regular";
+  src: url("../font/ONEMobileOTF-Regular.otf") format("opentype");
+}
+@font-face {
+  font-family: "ONEMobileOTF-Light";
+  src: url("../font/ONEMobileOTF-Light.otf") format("opentype");
+}
+@font-face {
+  font-family: "ONEMobileOTF-Bold";
+  src: url("../font/ONEMobileOTF-Bold.otf") format("opentype");
+}
+@font-face {
+  font-family: "ONEMobilePOPOTF";
+  src: url("../font/ONEMobilePOPOTF.otf") format("opentype");
+}
+
+@font-face {
+  font-family: "neodgm";
+  src: url("../font/neodgm.ttf") format("truetype");
 }
 
 * {
-    padding: 0;
-    margin: 0;
-    box-sizing: border-box;
+  padding: 0;
+  margin: 0;
+  box-sizing: border-box;
 }
 
-html, body, #root, #app{height: 100%;}
+html,
+body,
+#root,
+#app {
+  height: 100%;
+}
 html,
 body,
 #root {
-    font-size: 10px;
-    color: #2E2F30;
-    font-family: 'ONEMobileOTF-Regular';
-    
+  font-size: 10px;
+  color: #2e2f30;
+  font-family: "ONEMobileOTF-Regular";
 }
 html,
-body{ background-color: #eaedf4;}
-body{position:relative;text-align: left; overflow-x: hidden; width: 1920px;}
-::-webkit-scrollbar {width: 10px; height: 10px;}
-::-webkit-scrollbar-track {border-radius: 5px;background-color: #EAEDF4;}
-::-webkit-scrollbar-thumb {	border-radius: 5px; background-color: #FFBA08;}
-#root, #app{
-    /* height: 100%;  */
-   }
-input, select, span,p, label {
-    font-size: 16px;
+body {
+  background-color: #eaedf4;
 }
-input::placeholder{color: #8C8E92;}
-input[type="text"]{ padding:10px 20px; width: 100%; }
-input#file-upload-button{padding: 10px ;} 
-  
-button{
-    border: none;
-    background-color: transparent;
-    cursor: pointer;
+body {
+  position: relative;
+  text-align: left;
+  overflow-x: hidden;
+  width: 1920px;
 }
-textarea{resize: none; border: 0; outline: 0; font-size: 20px; font-family: 'ONEMobileOTF-Regular';}
+::-webkit-scrollbar {
+  width: 7px;
+  height: 10px;
+}
+::-webkit-scrollbar-track {
+  border-radius: 5px;
+  background-color: #eaedf4;
+}
+::-webkit-scrollbar-thumb {
+  border-radius: 5px;
+  background-color: #ffba08;
+}
+#root,
+#app {
+  /* height: 100%;  */
+}
+input,
+select,
+span,
+p,
+label {
+  font-size: 16px;
+}
+input::placeholder {
+  color: #8c8e92;
+}
+input[type="text"] {
+  padding: 10px 20px;
+  width: 100%;
+}
+input#file-upload-button {
+  padding: 10px;
+}
 
-a{text-decoration: none; color: #2E2F30;}
+button {
+  border: none;
+  background-color: transparent;
+  cursor: pointer;
+}
+textarea {
+  resize: none;
+  border: 0;
+  outline: 0;
+  font-size: 20px;
+  font-family: "ONEMobileOTF-Regular";
+}
+
+a {
+  text-decoration: none;
+  color: #2e2f30;
+}
 
 table {
-    font-size: 20px;
-    width: 100%;
-    border-collapse: collapse;
-    table-layout: fixed;
-border: 0;}
-thead{background-color: #eaedf4;}
-tbody tr{border-bottom: #eaedf4 1px solid; cursor: pointer;}
-td{padding: 10px ; text-align: center;} 
+  font-size: 20px;
+  width: 100%;
+  border-collapse: collapse;
+  table-layout: fixed;
+  border: 0;
+}
+thead {
+  background-color: #eaedf4;
+}
+tbody tr {
+  border-bottom: #eaedf4 1px solid;
+  cursor: pointer;
+}
+td {
+  padding: 10px;
+  text-align: center;
+}
 
 /* .btn-upload {
     width: 100px;
@@ -132,4 +181,4 @@
   
   #file {
     display: none;
-  } */
(No newline at end of file)
+  } */
client/views/pages/main/MyPlan.vue
--- client/views/pages/main/MyPlan.vue
+++ client/views/pages/main/MyPlan.vue
@@ -6,7 +6,7 @@
                 <div class="text">
                     <p class="title1" style="color: #fff;">스케줄</p>
                 </div>
-                <div class="purple-scroll" style="overflow: auto; height: 85%;">
+                <div class="purple-scroll" style="overflow: auto; height: 85%; margin: 5px">
                     <div style="padding: 10px 20px;">
                         <p style="text-align: right;cursor: pointer;text-decoration: underline;padding-bottom: 5px;"
                             class="title2" @click="goToPage2('MyPlan2')">학습 일정 변경하기</p>
@@ -135,7 +135,7 @@
                         <div class="text">
                             <p class="title1" style="color: #fff;">오늘의 뉴스</p>
                         </div>
-                        <div class="green-scroll" style="overflow: auto; height: 75%;">
+                        <div class="green-scroll" style="overflow: auto; height: 73%; margin: 5px;">
                             <div style=" padding: 10px;">
                                 <div v-for="(news, index) in schedules" :key="index">
                                     <div style="display: flex;">
Add a comment
List