이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
spawntree
/
matsen-tool-fe
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
scrolling and logo
master
Florian Eisenmenger
2 년 전
부모
078a3c3476
커밋
ee4bdc8886
3개의 변경된 파일
과
3개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
matsen-tool/src/app/app-routing.module.ts
+1
-1
matsen-tool/src/app/app.component.html
+1
-1
matsen-tool/src/app/app.component.scss
+ 1
- 1
matsen-tool/src/app/app-routing.module.ts
파일 보기
@@ -87,7 +87,7 @@ const routes: Routes = [
];
@NgModule({
imports: [RouterModule.forRoot(routes)],
imports: [RouterModule.forRoot(routes
, {scrollPositionRestoration: 'enabled'}
)],
exports: [RouterModule]
})
export class AppRoutingModule {
+ 1
- 1
matsen-tool/src/app/app.component.html
파일 보기
@@ -4,7 +4,7 @@
<div class="navbar-nav">
<a class="nav-item nav-link" routerLink="/" routerLinkActive="active"
[routerLinkActiveOptions]="{exact: true}">
<img src="./assets/images/specific/matsen_logo.svg" width="2
47" height="94
"
<img src="./assets/images/specific/matsen_logo.svg" width="2
10" height="80
"
alt="{{'basic.company-name' | translate}}"/>
</a>
</div>
+ 1
- 1
matsen-tool/src/app/app.component.scss
파일 보기
@@ -1,3 +1,3 @@
img {
width: 2
47
px;
width: 2
10
px;
}
쓰기
미리보기
불러오는 중...
취소
저장