zmc
2023-12-08 9c1d136e4f5ed9b5bce100147edbb52486da985a
src/views/exception/components/DustExceptionText.vue
@@ -35,7 +35,6 @@
        .then((result) => {
          //将返回的结果传递给父组件
          this.$emit('submitExceptionData', result.data.data);
          // this.$emit('subloading',false)
        });
    }
  }
@@ -51,7 +50,5 @@
  color: #333333;
  font-size: 14px;
}
// .text:hover{
//   color: #2876aa;
// }
</style>