tremble 3 lat temu
rodzic
commit
5ef59dffe6

+ 1 - 1
public/edit.html

@@ -13,7 +13,7 @@
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/animate/animate.min.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/mCustomScrollbar/jquery.mCustomScrollbar.min.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/scrollbar/perfect-scrollbar.css"/>
-    <title>全景看看作品制作工具</title>
+    <title>四维·全景看看</title>
   </head>
   <body>
     <div id="app"></div>

+ 1 - 1
public/material.html

@@ -15,7 +15,7 @@
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/tooltipster/tooltipster.bundle.min.css"/>
     <link rel="stylesheet" href="<%= VUE_APP_STATIC_DIR %>/lib/tooltipster/tooltipster-sideTip-borderless.min.css"/>
 
-    <title>全景看看作品制作工具</title>
+    <title>四维·全景看看</title>
   </head>
   <body>
     <div id="app"></div>

+ 2 - 2
src/components/audio/index.vue

@@ -286,7 +286,7 @@ export default {
     left: 50%;
     right: unset;
     bottom: unset;
-    transform: translate(-47%, -50%);
+    transform: translate(-47%, -50%) scale(0.6);
     font-size: 7px;
     color: #fff;
   }
@@ -295,7 +295,7 @@ export default {
     left: 50%;
     right: unset;
     bottom: unset;
-    transform: translate(-50%, -50%);
+    transform: translate(-50%, -50%) scale(0.6);
     font-size: 6px;
     color: #fff;
   }

+ 1 - 1
src/components/preview/index.vue

@@ -1,5 +1,5 @@
 <template>
-    <popup v-if="show" :zIdx="1100">
+    <popup v-if="show" :zIdx="'1100'">
       <div class="ui-message ui-message-confirm">
         <div class="ui-message-header">
           <span>全景作品预览</span>

+ 1 - 4
src/components/range/index.vue

@@ -70,10 +70,7 @@ export default {
     },
     clickHandle(ev) {
       let tmp = this.min + this.len * (ev.offsetX / this.width)
-
-      
-        this.current = this.toChangeNum(tmp)
-
+      this.current = this.toChangeNum(tmp)
     },
     downHandle(ev) {
       let $layer = document.documentElement

+ 7 - 7
src/components/select.vue

@@ -2,7 +2,7 @@
   <div class="select-commodity">
     <a class="close" @click="$emit('cancle')">+</a>
     <h3 class="title">{{ title }}</h3>
-    <div class="filter">
+    <div class="filtert">
       <div>
         <input
           type="text"
@@ -199,11 +199,11 @@ components: {tabList},
   cursor: pointer;
 }
 
-.filter {
+.filtert {
   padding: 15px;
 }
 
-.filter > div {
+.filtert > div {
   width: 210px;
   height: 34px;
   background: rgba(22, 26, 26, 1);
@@ -214,8 +214,8 @@ components: {tabList},
   vertical-align: middle;
 }
 
-.filter > div > select,
-.filter > div > input {
+.filtert > div > select,
+.filtert > div > input {
   box-sizing: border-box;
   width: 100%;
   height: 100%;
@@ -228,11 +228,11 @@ components: {tabList},
   border: 1px solid #ebebeb;
 }
 
-.filter > div > input {
+.filtert > div > input {
   padding-right: 40px;
 }
 
-.filter > div > i {
+.filtert > div > i {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);

+ 7 - 7
src/components/tableSelect.vue

@@ -2,7 +2,7 @@
   <div class="select-commodity">
     <a class="close" @click="$emit('cancle')">+</a>
     <h3 class="title">{{title}}</h3>
-    <div class="filter">
+    <div class="filtert">
       <div>
         <input
           type="text"
@@ -239,11 +239,11 @@ props:{
   cursor: pointer;
 }
 
-.filter {
+.filtert {
   padding: 15px;
 }
 
-.filter > div {
+.filtert > div {
   width: 210px;
   height: 34px;
   background: rgba(22,26,26,1);
@@ -254,8 +254,8 @@ props:{
   vertical-align: middle;
 }
 
-.filter > div > select,
-.filter > div > input {
+.filtert > div > select,
+.filtert > div > input {
   box-sizing: border-box;
   width: 100%;
   height: 100%;
@@ -268,11 +268,11 @@ props:{
   border: 1px solid #EBEBEB;
 }
 
-.filter > div > input {
+.filtert > div > input {
   padding-right: 40px;
 }
 
-.filter > div > i {
+.filtert > div > i {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);

+ 3 - 3
src/framework/show/list.vue

@@ -266,7 +266,7 @@ export default {
   transform: translateX(-50%);
   z-index: 999;
   text-align: center;
-  width: 100%;
+  // width: 100%;
   max-width: 1207px;
   pointer-events: none;
   .dl {
@@ -275,8 +275,8 @@ export default {
     border: 1px solid rgba(255, 255, 255, 0.2);
     margin-top: 10px;
     pointer-events: auto;
-    height: 36px;
-    line-height: 36px;
+    height: 38px;
+    line-height: 38px;
     color: #fff;
 
     > i {

+ 19 - 4
src/framework/show/popup/preview.vue

@@ -1,7 +1,7 @@
 <template>
     <popup v-if="show">
       <div class="ui-message ui-message-confirm" 
-      :style="{width:`${item.hotspotType=='audio'?'960px':'1200px'}`}">
+      :style="{width: typeW[item.hotspotType]}">
         <div class="ui-message-header">
           <span>{{item.hotspotTitle}}</span>
           <span @click="$emit('close')">
@@ -48,8 +48,16 @@ export default {
       // image:'icon',
       // image:'icon',
     }
+
+    let typeW={
+      image:'960px',
+      pano:'960px',
+      audio:'430px',
+      video:'960px',
+    }
     return {
-      typeStr
+      typeStr,
+      typeW
     }
   },
   methods:{
@@ -64,22 +72,29 @@ export default {
   top: auto;
   left: auto;
   transform: none;
+  padding: 0;
+  border: none;
   .icon_close{
     color: #909090;
   }
   .ui-message-header{
-    border-bottom: 1px solid #EBEBEB;
+    border-bottom: 0 solid #EBEBEB;
     padding-bottom: 10px;
     margin-bottom: 10px;
+    padding: 14px 20px 6px;
   }
   .ui-message-main{
     width: 100%;
     font-size: 0;
     position: relative;
-    >img,>video{
+    >img{
       width: 100%;
       height: 540px;
     }
+    >video{
+      width: 100%;
+      max-height: 600px;
+    }
     .v-textarea{
       width: 100%;
       max-height: 540px;

+ 1 - 1
src/router/index.js

@@ -46,7 +46,7 @@ checkWork().then(res=>{
       if (response.code == 3005) {
         store.commit('UpdateIsShowState', false)
         vue.$bus.emit('canLoad',false) 
-        return vue.$alert({content: '不是该用户作品'});
+        return vue.$alert({content: '当前无操作权限'});
       } else{
         vue.$bus.emit('canLoad',true) 
         LoginDetector.valid();