Merge branch 'dev-3.10' of git.mesalab.cn:nezha/nezha-fronted into dev-3.11

This commit is contained in:
zyh
2024-07-17 16:18:06 +08:00
3 changed files with 4 additions and 5 deletions

View File

@@ -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;
}
}

View File

@@ -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
}

View File

@@ -136,6 +136,7 @@
:id="alertLabelId"
:that="alertLabelObj"
:type="alertLabelType"
@tipHover="tipHover"
></alertLabel>
<el-upload
action=""