提取背景图,并埋点

This commit is contained in:
aixianling
2022-07-29 09:13:55 +08:00
parent ec70dc13bc
commit be079b0615
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="headerNav"> <div class="headerNav navBg">
<div style="position: relative"> <div style="position: relative">
<ai-icon type="logo" :icon="'iconcunwei'"/> <ai-icon type="logo" :icon="'iconcunwei'"/>
<ai-icon type="logo" :icon="'iconcunwei'" class="textShadow"/> <ai-icon type="logo" :icon="'iconcunwei'" class="textShadow"/>
@@ -78,7 +78,6 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
width: 100%; width: 100%;
background-image: url("../assets/nav_bg.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 48px; background-size: 100% 48px;
position: fixed; position: fixed;