Преглед на файлове

Merge branch 'jobFair' of https://git.citupro.com/zhengnaiwen_citu/menduner into jobFair

lifanagju_citu преди 3 седмици
родител
ревизия
1abfa1f8ef
променени са 2 файла, в които са добавени 5 реда и са изтрити 4 реда
  1. 1 1
      src/layout/teacher.vue
  2. 4 3
      src/layout/teacher/navBar.vue

+ 1 - 1
src/layout/teacher.vue

@@ -6,7 +6,7 @@
       <div class="content-box d-flex flex-column" :style="`width: ${ !isInWhiteList(route.path) ? 'calc(100% - 230px)' : '100%'}`">
         <div v-if="!isInWhiteList(route.path)" class="breadcrumbs_sticky">
           <div class=" d-flex align-center justify-space-between">
-            <v-breadcrumbs :items="system.teacherBreadcrumbs" elevation="3">
+            <v-breadcrumbs :items="system.teacherBreadcrumbs" elevation="3" density="compact">
               <template v-slot:item="{ item }">
                 <span class="text" :class="{active: !item.disabled}" @click="toPath(item)">{{ item.text }}</span>
               </template>

+ 4 - 3
src/layout/teacher/navBar.vue

@@ -3,7 +3,7 @@
     <v-toolbar class="banner font-size-14 pl-0" density="compact" style="height: 50px;">
       <div class="innerBox d-flex justify-space-between">
         <div class="nav-logo" style="cursor: pointer;" @click="handleLogoClick">
-          <v-img src="../../assets/logo.png"  aspect-ratio="16/9" contain :width="97" style="height: 40px"></v-img>
+          <v-img src="../../assets/logo.png"  aspect-ratio="16/9" contain width="90" height="35"></v-img>
         </div>
         
         <div class="d-flex user-nav align-center">
@@ -89,11 +89,12 @@ userStore.$subscribe((mutation, state) => {
   width: 100%;
   height: 50px;
   z-index: var(--zIndex-nav) !important;
-  color: #fff;
-  background-color: var(--color-d5e6e8);
+  color: #0E100F;
+  background-color: #fff;
   padding-left: 0px;
   height: 50px;
   font-size: 15px;
+  border-bottom: 1px solid #e8e6e6;
 }
 .hover:hover {
   cursor: pointer;