
--- client/resources/css/user/layout.css
+++ client/resources/css/user/layout.css
... | ... | @@ -116,6 +116,9 @@ |
116 | 116 |
|
117 | 117 |
a { |
118 | 118 |
font-size: 16px; |
119 |
+ width: 56px; |
|
120 |
+ height: 19px; |
|
121 |
+ overflow: hidden; |
|
119 | 122 |
} |
120 | 123 |
} |
121 | 124 |
|
--- client/resources/css/user/main.css
+++ client/resources/css/user/main.css
... | ... | @@ -30,11 +30,9 @@ |
30 | 30 |
} |
31 | 31 |
|
32 | 32 |
nav { |
33 |
- position: absolute; |
|
34 |
- top: 80px; |
|
35 |
- right: 210px; |
|
36 |
- |
|
33 |
+ margin: 80px 210px; |
|
37 | 34 |
&>ul { |
35 |
+ margin-left: 60px; |
|
38 | 36 |
display: flex; |
39 | 37 |
gap: 40px; |
40 | 38 |
} |
+++ client/resources/images/title.png
Binary file is not shown |
--- client/views/component/listLayout/CardViewList.vue
+++ client/views/component/listLayout/CardViewList.vue
... | ... | @@ -49,6 +49,7 @@ |
49 | 49 |
data() { |
50 | 50 |
return { |
51 | 51 |
// ICON |
52 |
+ resulticon: "client/resources/images/icon/r-check.png", |
|
52 | 53 |
nosearch: "client/resources/images/no_search.png", |
53 | 54 |
}; |
54 | 55 |
}, |
--- client/views/layout/Header.vue
+++ client/views/layout/Header.vue
... | ... | @@ -53,7 +53,8 @@ |
53 | 53 |
<div class="all-menu"> |
54 | 54 |
<button @click="closeMenu" class="closebtn">✕</button> |
55 | 55 |
<div class="nav-wrap"> |
56 |
- <nav> |
|
56 |
+ <nav class="flex"> |
|
57 |
+ <div><img :src="title" alt=""></div> |
|
57 | 58 |
<ul> |
58 | 59 |
<li> |
59 | 60 |
<h6>기록물</h6> |
... | ... | @@ -105,6 +106,7 @@ |
105 | 106 |
isMenuOpen: false, |
106 | 107 |
// Define the image sources |
107 | 108 |
logo: 'client/resources/images/logo.png', |
109 |
+ title: 'client/resources/images/title.png', |
|
108 | 110 |
}; |
109 | 111 |
}, |
110 | 112 |
|
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?