lw-cdp-ui 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -287,9 +287,5 @@ export default {
287
287
  }
288
288
  }
289
289
 
290
- .icon-mmc-s {
291
- margin-right: 10px !important;
292
- margin-left: -4px;
293
- }
294
290
  </style>
295
291
 
@@ -130,7 +130,7 @@
130
130
 
131
131
  <!-- 链接跳转 -->
132
132
  <span v-else-if="t.skip">
133
- <el-tooltip v-if="scope.row[t.dataIndex] && scope.row[t.dataIndex].split(',')?.length > 1">
133
+ <el-tooltip v-if="scope.row[t.dataIndex] && scope.row[t.dataIndex].toString().split(',').length > 1">
134
134
  <span :style="`color: ${theme};cursor: pointer;width: 100%;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;`">
135
135
  {{ scope.row[t.dataIndex] ? scope.row[t.dataIndex] : '' }}
136
136
  </span>