Compare commits
No commits in common. "e72a10c83231b23aee61a405a75cc368fc8d67f7" and "154a8f384ea3c95fdc5bd7ce69b3d1b68c8bfaa6" have entirely different histories.
e72a10c832
...
154a8f384e
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
|
|
@ -4,7 +4,6 @@ import { mainStore } from 'store/main'
|
|||
import { useStore } from 'store/user'
|
||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
||||
import { getHotSearchListApi } from '../http/api/home/index'
|
||||
import imgSrc from '@/assets/img/logo.png'
|
||||
const store: any = mainStore()
|
||||
const userStore = useStore()
|
||||
|
||||
|
|
@ -205,17 +204,11 @@ const onCarts = () => {
|
|||
<!-- 中间logo 部分 -->
|
||||
|
||||
<div class="logo-ipt-container wapper">
|
||||
<!-- <img
|
||||
src="@/assets/img/logo.png"
|
||||
<img
|
||||
src="@/assets/img/home//机械化装备平台.png"
|
||||
alt="首页"
|
||||
title="首页"
|
||||
@click="$router.push('/home')"
|
||||
/> -->
|
||||
|
||||
<el-image
|
||||
style="width: 190px; cursor: pointer; margin-left: 60px"
|
||||
:src="imgSrc"
|
||||
fit="contain"
|
||||
/>
|
||||
<input
|
||||
:placeholder="placeholderText"
|
||||
|
|
@ -375,9 +368,8 @@ const onCarts = () => {
|
|||
padding: 30px 0;
|
||||
|
||||
img {
|
||||
margin-left: 38px;
|
||||
width: 160px;
|
||||
height: 60px;
|
||||
width: 210px;
|
||||
height: 48px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@ const userInfo: any = computed(() => {
|
|||
return mainStore().userInfo
|
||||
})
|
||||
|
||||
import imgSrc from '@/assets/img/logo.png'
|
||||
|
||||
// 求租按钮
|
||||
// const seekingRentClick = () => {
|
||||
// store.editcurrentMenuItem('baseInfo')
|
||||
|
|
@ -87,13 +85,7 @@ const activeMenuItem = computed(() => {
|
|||
<Header />
|
||||
<div class="app-container" id="user-container">
|
||||
<div class="left-menu">
|
||||
<div class="logo-title" @click="$router.push({ name: 'home' })">
|
||||
<el-image
|
||||
style="width: 100%; height: 60px; cursor: pointer"
|
||||
:src="imgSrc"
|
||||
fit="contain"
|
||||
/>
|
||||
</div>
|
||||
<div class="logo-title" @click="$router.push({ name: 'home' })">机械化装备平台</div>
|
||||
<!-- <div class="pic-box">
|
||||
<img v-if="userInfo.logoUrl" :src="userInfo.logoUrl" alt="" />
|
||||
|
||||
|
|
@ -145,7 +137,7 @@ const activeMenuItem = computed(() => {
|
|||
// margin-right: 15px;
|
||||
|
||||
.logo-title {
|
||||
// background-color: #1ea193;
|
||||
background-color: #1ea193;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue