From dc67b070a4e8ee92c75812834c0fb4c230c06dfa Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 16 Jun 2022 15:49:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=A5=E5=91=8A=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=A2=9E=E5=8A=A0=E6=AF=8F10=E7=A7=92?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=95=B0=E6=8D=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/components/views/report/builtinReport.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/assets/css/components/views/report/builtinReport.scss b/src/assets/css/components/views/report/builtinReport.scss index 1072bd9b..103b1498 100644 --- a/src/assets/css/components/views/report/builtinReport.scss +++ b/src/assets/css/components/views/report/builtinReport.scss @@ -63,6 +63,15 @@ } .block.drop-down-time { margin: 15px 0 14px 0; + .el-date-editor { + justify-content: center; + .el-range-separator { + width: 24px; + } + .el-input__icon.el-range__close-icon { + display: none; + } + } } .expand { min-height: 95px;