Explorar el Código

'项目资料按钮添加跳转'

zhangyu hace 4 años
padre
commit
fef8cb81c8
Se han modificado 3 ficheros con 7 adiciones y 7 borrados
  1. 2 2
      src/assets/css/rotation.css
  2. 2 2
      src/assets/css/rotation.less
  3. 3 3
      src/views/overview/index.vue

+ 2 - 2
src/assets/css/rotation.css

@@ -35,7 +35,7 @@
   width: 106px;
   height: 32px;
   background: linear-gradient(180deg, #369cf7 0%, #025baa 50%);
-  opacity: 0.5;
+  /* opacity: 0.5; */
   font-size: 14px;
   color: #ffffff;
   display: flex;
@@ -43,7 +43,7 @@
   justify-content: center;
   cursor: pointer;
   border-radius: 4px;
-  cursor: not-allowed;
+  /* cursor: not-allowed; */
 }
 .overview .view-title .view-button img {
   display: inline-block;

+ 2 - 2
src/assets/css/rotation.less

@@ -34,7 +34,7 @@
             width: 106px;
             height: 32px;
             background: linear-gradient(180deg, rgba(54, 156, 247, 1) 0%, rgba(2, 91, 170, 1) 50%);
-            opacity: 0.5;
+            // opacity: 0.5;
             font-size: 14px;
             color: #ffffff;
             display: flex;
@@ -42,7 +42,7 @@
             justify-content: center;
             cursor: pointer;
             border-radius: 4px;
-            cursor: not-allowed;
+            // cursor: not-allowed;
             img {
                 display: inline-block;
                 height: 16px;

+ 3 - 3
src/views/overview/index.vue

@@ -258,9 +258,9 @@ export default {
             }
         },
         findxmzl() {
-            // if (this.shuzihuayijiao) {
-            //     window.open(`${this.shuzihuayijiao}`, true)
-            // }
+            if (this.shuzihuayijiao) {
+                window.open(`${this.shuzihuayijiao}`, true)
+            }
         },
         query() {
             let plazaId = this.$route.query.plazaId ? this.$route.query.plazaId : this.plazaId