--- client/views/pages/user/main/Main.vue
+++ client/views/pages/user/main/Main.vue
... | ... | @@ -84,8 +84,11 @@ |
84 | 84 |
<div class="w1280 content"> |
85 | 85 |
<div class="flex content"> |
86 | 86 |
<div class="gd- pl20 content no-title flex-column justify-center" style="width:15%"> |
87 |
- <h2 class="content-title2 white" ><svg-icon type="mdi" :width="25" :height="25" |
|
88 |
- :path="noticePath" aria-hidden="true"></svg-icon> 공지사항</h2> |
|
87 |
+ <div class="flex align-center white"> |
|
88 |
+ <svg-icon type="mdi" :width="25" :height="25" |
|
89 |
+ :path="noticePath" aria-hidden="true"></svg-icon> |
|
90 |
+ <h2 class="content-title2" > 공지사항</h2> |
|
91 |
+ </div> |
|
89 | 92 |
</div> |
90 | 93 |
<div class="gd- pr20 content no-content" style="width:85%"> |
91 | 94 |
<div class="swiper noticeSwiper"> |
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?