Browse Source

当前位置修改

master
aBin 3 years ago
parent
commit
750c977219
  1. 7
      src/components/Location/Location.vue

7
src/components/Location/Location.vue

@ -1,9 +1,9 @@
<template>
<div class="content-nav d-flex justify-space-between">
<div clss="content-title">
<div class="content-title">
<span :class="index < 2 ? 'red' : ''" v-for="(item, index) in title.split('')" :key="index">{{ item }}</span>
</div>
<div>
<div style="font-size:16px">
<img src="@/assets/location.png" alt="" />
您当前位置:
<span class="ml-4" style="cursor: pointer;" @click="backFirst"> 首页 </span>
@ -390,13 +390,12 @@ export default {
color: #b61412;
}
.content-title {
font-size: 20px;
font-size: 20px !important;
}
.content-nav {
height: 40px;
margin-bottom: 16px;
background: #fff;
font-size: 16px;
line-height: 40px;
padding: 0 16px;
}

Loading…
Cancel
Save