浏览代码

UV Logo added to Nav bar

master
JannekeDL 5 年前
父节点
当前提交
5460108ecf
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      src/components/shared/navBar.vue

+ 7
- 1
src/components/shared/navBar.vue 查看文件

1
 <template>
1
 <template>
2
   <!-- eslint-disable max-len -->
2
   <!-- eslint-disable max-len -->
3
   <nav class="navbar navbar-default navbar-trans navbar-expand-lg fixed-top">
3
   <nav class="navbar navbar-default navbar-trans navbar-expand-lg fixed-top">
4
-    <div class="container">
4
+    <div class="container-fluid">
5
       <button
5
       <button
6
         class="navbar-toggler collapsed"
6
         class="navbar-toggler collapsed"
7
         type="button"
7
         type="button"
16
         <span></span>
16
         <span></span>
17
       </button>
17
       </button>
18
       <a class="navbar-brand text-brand" @click="routerGoTo('/')">
18
       <a class="navbar-brand text-brand" @click="routerGoTo('/')">
19
+        <img
20
+          class="img-fluid"
21
+          src="/img/logos/UVProp.png"
22
+          alt="UVProp logo"
23
+          style="width:110px;height:60px;"
24
+        />
19
         Uni-Vate
25
         Uni-Vate
20
         <span class="color-b">Properties</span>
26
         <span class="color-b">Properties</span>
21
       </a>
27
       </a>

正在加载...
取消
保存