From 4eafe9c975b88483da2a16f20c45285db0a3e791 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周一, 05 5月 2025 21:33:05 +0800 Subject: [PATCH] 库存及库存明细 --- HIAWms/web/src/components/DateTimePickRange/DateTimePickRange.module.scss | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/HIAWms/web/src/components/DateTimePickRange/DateTimePickRange.module.scss b/HIAWms/web/src/components/DateTimePickRange/DateTimePickRange.module.scss new file mode 100644 index 0000000..0c891c3 --- /dev/null +++ b/HIAWms/web/src/components/DateTimePickRange/DateTimePickRange.module.scss @@ -0,0 +1,15 @@ +.DateTimePickRange { + // width: 472px; + display: inline-flex; + align-items: center; + justify-content: center; + :global(.cs-date-editor--datetime) { + width: 190px !important; + } + .label { + margin-right: 10px; + } + .line { + margin: 0 10px; + } +} -- Gitblit v1.9.3