浏览代码

合规性分析分析结果定位

maxiaoxiao 1 年之前
父节点
当前提交
8aa1ddccce
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/complianceAnalysis/components/scjgContent.vue

+ 4 - 1
src/views/complianceAnalysis/components/scjgContent.vue

@@ -9,7 +9,7 @@
       :ref="`echartRef`"
     ></pie>
     <div v-else-if="litem.scxstyle == 1">
-      <div v-for="ldata in litem.dataList" :key="ldata.scxbsm">
+      <div v-for="ldata in litem.dataList" :key="ldata.scxbsm" class="litem">
         <el-tooltip
           v-if="ldata.yslx_name && ldata.yslx_name.length > 0"
           :content="ldata.yslx_name"
@@ -74,6 +74,9 @@ export default {
 </script>
 <style lang="scss" scoped>
 .content {
+  .litem {
+    position: relative;
+  }
   .name {
     // width: 100px;
     overflow: hidden;