本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
spawntree
/
matsen-tool-fe
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
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;
}
Write
Preview
Loading…
取消
儲存