From a91640a0686e933322fa584b92bff64fc061242b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Tue, 20 Jun 2023 18:56:16 +0800 Subject: [PATCH] =?UTF-8?q?[feat](=E9=A2=84=E8=AD=A6=E7=AE=A1=E7=90=86):?= =?UTF-8?q?=20=E9=A2=84=E8=AD=A6=E5=88=97=E8=A1=A8=E9=9D=99=E6=80=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/main/forewarning/list/index.vue | 581 ++++++++++++++++++++++- 1 file changed, 578 insertions(+), 3 deletions(-) diff --git a/src/page/main/forewarning/list/index.vue b/src/page/main/forewarning/list/index.vue index 1688399..a3133cc 100644 --- a/src/page/main/forewarning/list/index.vue +++ b/src/page/main/forewarning/list/index.vue @@ -1,7 +1,582 @@ - + + + + .bg_form { + width: 100%; + box-sizing: border-box; + .el-form-item { + margin-bottom: 24px; + :deep().el-form-item__label { + line-height: 36px; + height: 36px; + } + .el-form-item__content { + width: 100%; + .el-textarea { + :deep().el-input__count { + bottom: -16px; + right: 4px; + font-family: Roboto-Regular; + color: #a9b1c7; + } + } + .bg-switch-ele { + width: 52px; + height: 24px; + :deep().el-switch__core { + width: 100%; + height: 24px; + .el-switch__inner, + .el-switch__action { + top: 3px; + } + } + } + } + } + } +} + -- 2.26.0