From 88b3756ed3317ca29d18eb6846c8fcdb4e086abe Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Wed, 15 May 2024 21:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A2=84=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/app.scss | 11 +- .../harmonicSurvey/components/planAdd.vue | 2 +- .../terminalNetworkDetection/addForm.vue | 4 +- .../components/undocumented/addForm.vue | 4 +- .../supervise/technology/components/alarm.vue | 174 ++++++++++++++ .../technology/components/earlyWarning.vue | 219 +++++++++++++----- .../technology/components/listForm.vue | 160 +++++++++++++ src/views/pqs/supervise/technology/index.vue | 14 +- 8 files changed, 516 insertions(+), 72 deletions(-) create mode 100644 src/views/pqs/supervise/technology/components/alarm.vue create mode 100644 src/views/pqs/supervise/technology/components/listForm.vue diff --git a/src/styles/app.scss b/src/styles/app.scss index 39515624..e6f5952c 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -194,7 +194,13 @@ body, .cn-operate-dialog .el-dialog__body .el-scrollbar { // padding-right: 60px; } +.el-dialog__footer { + padding: 15px; + box-shadow: var(--el-box-shadow); + width: 100%; + bottom: 0; +} .cn-operate-dialog .el-dialog__footer { padding: 15px; box-shadow: var(--el-box-shadow); @@ -379,14 +385,13 @@ body, //阿里变形字体 @font-face { - font-family: "nablaRegular"; + font-family: 'nablaRegular'; src: url('../assets/font/ali/Nabla_Regular.woff') format('woff'), - url("../assets/font/ali/Nabla_Regular.woff2") format('woff2'); + url('../assets/font/ali/Nabla_Regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } - @font-face { font-family: 'AlimamaDongFangDaKai'; src: url('../assets/font/ali/AlimamaDongFangDaKai-Regular.woff') format('woff'), diff --git a/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue b/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue index 4cdad1a3..a352f3fb 100644 --- a/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue +++ b/src/views/pqs/supervise/harmonicSurvey/components/planAdd.vue @@ -83,7 +83,7 @@ > -->