From bdc269695b31bdbd5b4608daf7c014521978ae8c Mon Sep 17 00:00:00 2001 From: Lvtf Date: Tue, 1 Aug 2023 09:59:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/netWorkStat/index.vue | 49 +++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/src/views/netWorkStat/index.vue b/src/views/netWorkStat/index.vue index 7aa204f..ad71109 100644 --- a/src/views/netWorkStat/index.vue +++ b/src/views/netWorkStat/index.vue @@ -97,7 +97,7 @@ -
+
产品标签:
@@ -119,6 +119,11 @@
+ +
+
+ +
@@ -134,7 +139,7 @@ export default { }, data() { return { - drugnum:"(20)", + drugnum:" (20)", activeName: "first", queryCondition:{ fullTextSearch:"", // 全文检索 @@ -260,6 +265,46 @@ export default { } } } + .checkbox-group-name { + width: 695px; + } + .btns { + display: flex; + align-items: center; + .inquire { + display: flex; + justify-content: center; + align-items: center; + border: none; + width: vw(64); + height: vh(40); + background: #1e80eb; + border-radius: vw(4); + font-size: vw(16); + font-family: Source Han Sans CN; + font-weight: 400; + color: #ffffff; + line-height: vh(50); + margin-right: vw(10); + cursor: pointer; + } + .reset { + display: flex; + justify-content: center; + align-items: center; + width: vw(64); + height: vh(40); + border: vw(1) solid #1e80eb; + border-radius: vw(4); + background-color: #fff; + font-size: vw(16); + font-family: Source Han Sans CN; + font-weight: 400; + color: #1e80eb; + line-height: vh(50); + cursor: pointer; + } + } .time-interval { display: flex; align-items: center;