|
|
@@ -5,10 +5,6 @@
|
|
|
:src="`/spc.html?m=${activeItem.sceneCode}`" frameborder="0"></iframe>
|
|
|
<div v-show="activeItem.type!='4dkk'" id="pano"></div>
|
|
|
|
|
|
- <div class="pano-logo" v-if="showInfo.isLogo&&activeItem.type!='4dkk'">
|
|
|
- <img :src="showInfo.logo||require('@/assets/images/default/img_logoshow@2x.png')" alt="" />
|
|
|
- </div>
|
|
|
-
|
|
|
<div
|
|
|
class="oper-tips"
|
|
|
:class="{ hidetips: !showTips }"
|
|
|
@@ -402,16 +398,6 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
- .pano-logo {
|
|
|
- position: absolute;
|
|
|
- top: 20px;
|
|
|
- left: 20px;
|
|
|
- > img {
|
|
|
- max-width: 120px;
|
|
|
- max-height: 100px;
|
|
|
- pointer-events: none;
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
.oper-tips {
|
|
|
position: absolute;
|