使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
spawntree
/
matsen-tool-fe
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
scrolling and logo
master
Florian Eisenmenger
2 年前
父节点
078a3c3476
当前提交
ee4bdc8886
共有
3 个文件被更改
,包括
3 次插入
和
3 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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;
}
撰写
预览
正在加载...
取消
保存