

231120김하영
@acfede77c2e071eb940651db92b17f96e7fd7301
--- client/resources/css/responsive.css
+++ client/resources/css/responsive.css
... | ... | @@ -451,7 +451,7 @@ |
451 | 451 |
} |
452 | 452 |
.title-zone p:nth-child(1) { |
453 | 453 |
text-align: center; |
454 |
- font-size: 2rem; |
|
454 |
+ font-size: 1.2rem; |
|
455 | 455 |
} |
456 | 456 |
/* 통합지원센터 */ |
457 | 457 |
.intro { |
... | ... | @@ -725,7 +725,7 @@ |
725 | 725 |
width: 100%; |
726 | 726 |
} |
727 | 727 |
.news-bos-box div h3 { |
728 |
- width: 160px; |
|
728 |
+ width: 240px; |
|
729 | 729 |
} |
730 | 730 |
} |
731 | 731 |
|
... | ... | @@ -1130,6 +1130,9 @@ |
1130 | 1130 |
width: 100%; |
1131 | 1131 |
text-align: right; |
1132 | 1132 |
} |
1133 |
+ .news-bos-box div h3 { |
|
1134 |
+ width: 410px; |
|
1135 |
+ } |
|
1133 | 1136 |
} |
1134 | 1137 |
|
1135 | 1138 |
@media all and (min-width: 767px) and (max-width: 1023px) { |
--- client/views/layout/Menu.vue
+++ client/views/layout/Menu.vue
... | ... | @@ -118,10 +118,7 @@ |
118 | 118 |
menuItem.isExpanded = false; |
119 | 119 |
this.check = false; |
120 | 120 |
}, |
121 |
- // mouseouts() { |
|
122 |
- // this.isOpened = false; |
|
123 |
- // console.log("active"); |
|
124 |
- // } |
|
121 |
+ |
|
125 | 122 |
}, |
126 | 123 |
watch: { |
127 | 124 |
|
--- client/views/pages/user/main/Main.vue
+++ client/views/pages/user/main/Main.vue
... | ... | @@ -77,15 +77,15 @@ |
77 | 77 |
</table> |
78 | 78 |
</div> |
79 | 79 |
</div> |
80 |
- <div class="main-wrap-grid-2 "> |
|
80 |
+ <div class="main-wrap-grid-5 "> |
|
81 | 81 |
<div class="main-position"> |
82 |
- <a @click="showAlert"> |
|
83 |
- <img src="../../../../resources/jpg/fille.png" alt=""> |
|
84 |
- <!-- <input type="button" value="네트워킹" class="m-p-ai"> --> |
|
85 |
- <button class="main-grid-box">네트워킹</button> |
|
82 |
+ <a href="/Technology.page"> |
|
83 |
+ <img src="../../../../resources/jpg/main-pu3.png" alt=""> |
|
84 |
+ <button class="main-grid-box">기술문서</button> |
|
86 | 85 |
</a> |
87 | 86 |
</div> |
88 | 87 |
</div> |
88 |
+ |
|
89 | 89 |
<div class="main-wrap-grid-3 "> |
90 | 90 |
<div class="main-position"> |
91 | 91 |
<a href="/Data.page?type=main"> |
... | ... | @@ -102,11 +102,12 @@ |
102 | 102 |
</a> |
103 | 103 |
</div> |
104 | 104 |
</div> |
105 |
- <div class="main-wrap-grid-5 "> |
|
105 |
+ <div class="main-wrap-grid-2 "> |
|
106 | 106 |
<div class="main-position"> |
107 |
- <a href="/Technology.page"> |
|
108 |
- <img src="../../../../resources/jpg/main-pu3.png" alt=""> |
|
109 |
- <button class="main-grid-box">기술문서</button> |
|
107 |
+ <a @click="showAlert"> |
|
108 |
+ <img src="../../../../resources/jpg/fille.png" alt=""> |
|
109 |
+ <!-- <input type="button" value="네트워킹" class="m-p-ai"> --> |
|
110 |
+ <button class="main-grid-box">네트워킹</button> |
|
110 | 111 |
</a> |
111 | 112 |
</div> |
112 | 113 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?