diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index a1b9d7ce0..ee5e56423 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -85,7 +85,7 @@ @@ -1345,6 +1345,9 @@ export default { border-bottom: 1px solid #e7eaed !important; } /*外部引用 样式end*/ + .el-collapse-item__height /deep/ .el-collapse-item__wrap{ + overflow: unset; + }