
+++ client/resources/img/logo-color.png
Binary file is not shown |
--- client/views/layout/UserHeader.vue
+++ client/views/layout/UserHeader.vue
... | ... | @@ -1,20 +1,13 @@ |
1 | 1 |
<template> |
2 |
- <header |
|
3 |
- :class=" |
|
4 |
- pageRole === 'company' && $route.path === '/company/main.page' |
|
5 |
- ? 'company-header' |
|
6 |
- : '' |
|
7 |
- " |
|
8 |
- > |
|
2 |
+ <header> |
|
9 | 3 |
<div class="header-wrap"> |
10 | 4 |
<div class="flex justify-between align-center header"> |
11 | 5 |
<div class="logo"> |
12 | 6 |
<router-link |
13 | 7 |
:to="{ path: '/' }" |
14 |
- v-if="pageRole === 'company'" |
|
15 | 8 |
> |
16 | 9 |
<img |
17 |
- src="" |
|
10 |
+ src="../../resources/img/logo-color.png" |
|
18 | 11 |
alt="홈" |
19 | 12 |
/> |
20 | 13 |
</router-link> |
... | ... | @@ -36,8 +29,7 @@ |
36 | 29 |
</div> |
37 | 30 |
<UserMenu /> |
38 | 31 |
<div class="flex justify-end align-center user-info-wrap"> |
39 |
- |
|
40 |
- |
|
32 |
+ |
|
41 | 33 |
<div |
42 | 34 |
class="user-info pc-menu" |
43 | 35 |
> |
--- client/views/pages/adm/system/networkAccessControl/NetworkAccessControlInsert.vue
+++ client/views/pages/adm/system/networkAccessControl/NetworkAccessControlInsert.vue
... | ... | @@ -29,6 +29,8 @@ |
29 | 29 |
<td> |
30 | 30 |
<div class="gd-12 pr0"> |
31 | 31 |
<label for="" class="form-title point-font2 mb10">제어 IP</label> |
32 |
+ <span class="ml10 gray">※ 1~255 범위의 숫자로 구성하여 형식에 맞게 작성해주세요. ex) 192.168.0.1 / 192.168.0.*</span> |
|
33 |
+ |
|
32 | 34 |
<input type="text" class="full-input" v-model="accesCtrl.cntrlIp" /> |
33 | 35 |
</div> |
34 | 36 |
</td> |
... | ... | @@ -189,4 +191,4 @@ |
189 | 191 |
|
190 | 192 |
} |
191 | 193 |
} |
192 |
-</script> |
|
194 |
+</script>(파일 끝에 줄바꿈 문자 없음) |
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?