From 9c1d136e4f5ed9b5bce100147edbb52486da985a Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期五, 08 十二月 2023 13:57:32 +0800 Subject: [PATCH] 对飞行巡检和审核辅助对话框逻辑写成组件 --- src/views/exception/components/DustExceptionText.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/exception/components/DustExceptionText.vue b/src/views/exception/components/DustExceptionText.vue index b726e90..1c6112f 100644 --- a/src/views/exception/components/DustExceptionText.vue +++ b/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> -- Gitblit v1.9.3