浏览代码

Merge branch 'dev' into dev-webgis

hm 2 周之前
父节点
当前提交
f2e00a1358

+ 2 - 2
src/views/left/comp/dispose/CaseHandling.vue

@@ -867,7 +867,7 @@ onMounted(() => {})
         position: relative;
         .risk_personnel_tag {
           position: absolute;
-          top: 1px;
+          top: 3px;
           left: 96px;
           color: #04fafe;
         }
@@ -897,7 +897,7 @@ onMounted(() => {})
         position: relative;
         .activity_trajectory_tag {
           position: absolute;
-          top: 1px;
+          top: 3px;
           left: 96px;
           color: #04fafe;
         }

+ 2 - 1
src/views/left/comp/dispose/InformationReport.vue

@@ -349,13 +349,14 @@ onMounted(() => {
         display: flex;
         justify-content: center;
         align-items: center;
+        cursor: pointer;
+
         .icon-box {
           width: 25px;
           height: 25px;
           background-image: url("../../../../assets/img/a-shouqi1 1@2x.png");
           background-size: 100% 100%;
           transform: rotate(-90deg);
-          cursor: pointer;
         }
         .up-icon {
           transform: rotate(90deg);

+ 1 - 0
src/views/left/comp/dispose/common/HeaderBoxContent.vue

@@ -155,6 +155,7 @@ function getImgSrc(picName) {
     text-transform: none;
     padding: 4px;
     box-sizing: border-box;
+    cursor: pointer;
     >img{
       width: 24px;
       height: 24px;

+ 1 - 0
src/views/left/dialog/ProgressInDisposalDialog.vue

@@ -177,6 +177,7 @@ function handleRowClick() {}
       color: #9ffdff;
       font-style: normal;
       text-transform: none;
+      cursor: pointer;
       > img {
         width: 44px;
         height: 44px;

+ 6 - 2
src/views/left/dialog/components/common/DisposalChildBox.vue

@@ -5,7 +5,7 @@
       <div class="child-box" :class="{ first: index == 0, last: index == data.children?.length - 1 }">
         <div class="left-line"></div>
 
-        <div class="child-content" @click="handleNodeClick(item)">
+        <div class="child-content"  @click="handleNodeClick(item)">
           <div class="content">{{ item.nodeName }}</div>
           <div class="status-box" v-if="item.state" :class="getStatus(item.state)">
             {{ item.state }}
@@ -76,7 +76,7 @@ const getStatus = status => {
       border-radius: 6px 6px 6px 6px;
       border: 1px solid #109aff;
       padding: 10px 0;
-      cursor: pointer;
+      // cursor: pointer;
       .content {
         width: 96px;
         height: 16px;
@@ -177,4 +177,8 @@ const getStatus = status => {
     }
   }
 }
+
+.pointer{
+  cursor: pointer;
+}
 </style>

+ 1 - 0
src/views/left/modules/BigRiskTable.vue

@@ -608,6 +608,7 @@ function goBack() {
       font-weight: 400;
       font-size: 20px;
       color: #e0e5fa;
+      cursor: pointer;
     }
   }
 

+ 1 - 0
src/views/left/modules/ProgressInDisposal.vue

@@ -178,6 +178,7 @@ function openAIDialogHandle() {
   text-align: left;
   font-style: normal;
   text-transform: none;
+  cursor: pointer;
 }
 
 .ai_tab-button_bg_img {

+ 2 - 0
src/views/left/modules/common/RiskTableContent.vue

@@ -260,6 +260,7 @@ onMounted(() => {})
   font-style: normal;
   text-transform: none;
   margin-left: 10px;
+  cursor: pointer;
 }
 
 .right_btn_active {
@@ -276,6 +277,7 @@ onMounted(() => {})
 
 .open_icon {
   margin-left: 10px;
+  cursor: pointer;
 }
 
 .scroll_table {