summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nezha-fronted/src/assets/css/components/charts/chart.scss6
-rw-r--r--nezha-fronted/src/components/common/mixin/dataList.js2
-rw-r--r--nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue1
3 files changed, 4 insertions, 5 deletions
diff --git a/nezha-fronted/src/assets/css/components/charts/chart.scss b/nezha-fronted/src/assets/css/components/charts/chart.scss
index 91fc06857..f7f128bb9 100644
--- a/nezha-fronted/src/assets/css/components/charts/chart.scss
+++ b/nezha-fronted/src/assets/css/components/charts/chart.scss
@@ -525,13 +525,13 @@
white-space: initial;
box-sizing: border-box;
padding: 12px 15px;
+ li{
+ list-style-type: unset !important;
+ }
}
.v-md-copy-code-btn{
display: none !important;
}
- li{
- list-style-type: unset !important;
- }
}
diff --git a/nezha-fronted/src/components/common/mixin/dataList.js b/nezha-fronted/src/components/common/mixin/dataList.js
index 907c65b83..a900553dc 100644
--- a/nezha-fronted/src/components/common/mixin/dataList.js
+++ b/nezha-fronted/src/components/common/mixin/dataList.js
@@ -62,8 +62,6 @@ export default {
delCallBack (ids, from) {
const dataList = this.$refs.dataList
if ((dataList && dataList.from == from) && (dataList.bottomBox && dataList.bottomBox.showSubList)) {
- console.log(dataList.bottomBox.object)
- console.log(dataList.bottomBox.object.id)
if (ids.indexOf(dataList.bottomBox.object.id) !== -1) {
dataList.bottomBox.showSubList = false
}
diff --git a/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue b/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue
index 2722fe0fa..9d8b7e40b 100644
--- a/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue
+++ b/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue
@@ -136,6 +136,7 @@
:id="alertLabelId"
:that="alertLabelObj"
:type="alertLabelType"
+ @tipHover="tipHover"
></alertLabel>
<el-upload
action=""