From 9d9a8eea63f36bc376cf8bd443710b12e3722a0c Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期五, 12 十一月 2021 16:51:47 +0800 Subject: [PATCH] bug修复 --- src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue index ead0f1a..8d2a8a7 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue @@ -597,7 +597,6 @@ } }); Object.assign(query, ...filterQuerys); - getlst(query).then((res) => { if (_this.showType == "list") { _this.tableTotal = res.total; @@ -900,7 +899,6 @@ background-color: #f4f6f9; margin: 0 5px; margin-bottom: 10px; - * { box-sizing: content-box; color: #425277; @@ -1029,9 +1027,9 @@ padding: 0 10px; text-align: left; width: fit-content; + cursor: pointer; } &:hover > .option-name { - // outline: 1px solid #a8b7ee; background: #e2e7f9; span { color: #2d52d7; -- Gitblit v1.8.0