From 9bfdf6ecef01397978c140aa4fbd8c4840d894fb Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期二, 15 八月 2023 13:04:35 +0800 Subject: [PATCH] 异常页面表格列的颜色 --- src/views/HistoryFume.vue | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/views/HistoryFume.vue b/src/views/HistoryFume.vue index 390c5e4..19cca83 100644 --- a/src/views/HistoryFume.vue +++ b/src/views/HistoryFume.vue @@ -672,20 +672,12 @@ .container { display: flex; flex-direction: column; - height: 100vh; } :deep().el-dialog { border-radius: 9px; } -@media screen and (max-width: 768px) { - /* 鍦ㄥ皬灞忓箷涓婂簲鐢ㄧ殑鏍峰紡 */ -} -@media screen and (min-width: 769px) and (max-width: 1024px) { - /* 鍦ㄤ腑绛夊睆骞曚笂搴旂敤鐨勬牱寮� */ -} - -@media screen and (min-width: 1025px) { - /* 鍦ㄥぇ灞忓箷涓婂簲鐢ㄧ殑鏍峰紡 */ +.el-table { + color: #000000; } </style> -- Gitblit v1.9.3