From 549cd30e6d2e2b2643226eea2d6cc5085f9e1e32 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 01:53:29 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=AA=8C=E8=AF=81=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/index.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/assets/index.scss b/src/assets/index.scss index 0d5c868..c04c0ec 100644 --- a/src/assets/index.scss +++ b/src/assets/index.scss @@ -55,4 +55,17 @@ html { } .width-300{ width: 300px; +} +.ant-form-item.customize{ + border-color: #F56C6C; + margin-bottom: 0px!important; + :hover{ + border-color: #F56C6C; + } + &::after{ + display: inline-block; + content: '请完成该项的填写!'; + color: #F56C6C; + font-size: 12px; + } } \ No newline at end of file -- Gitee From c15ac1b3a05c5ad2fb9e3105957fe2e1edab91b1 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 01:53:44 +0000 Subject: [PATCH 2/3] add src/assets. Signed-off-by: Dong Xia --- src/assets/common.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/assets/common.scss diff --git a/src/assets/common.scss b/src/assets/common.scss new file mode 100644 index 0000000..e69de29 -- Gitee From 091c71063667d03fe44430eca74db386c8023479 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 01:55:37 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E6=8A=BD=E5=B1=89=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/common.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/assets/common.scss b/src/assets/common.scss index e69de29..88caac1 100644 --- a/src/assets/common.scss +++ b/src/assets/common.scss @@ -0,0 +1,21 @@ +body{ + .ant-drawer-content-wrapper { + .ant-drawer-content { + .ant-drawer-wrapper-body { + padding-top: 55px; + .ant-drawer-header { + width: 100%; + position: absolute; + top: 0; + z-index: 1; + border-radius: 0px; + } + .ant-drawer-body { + box-sizing: border-box; + padding: 30px 20px 0 20px; + overflow: auto; + } + } + } + } +} \ No newline at end of file -- Gitee