src/views/exception/components/DustExceptionText.vue
@@ -35,7 +35,6 @@ .then((result) => { //将返回的结果传递给父组件 this.$emit('submitExceptionData', result.data.data); // this.$emit('subloading',false) }); } } @@ -48,9 +47,8 @@ <style lang="scss" scoped> .text { color: #000000; color: #333333; font-size: 14px; } // .text:hover{ // color: #2876aa; // } </style>