From 55bf797dcc730b37bc691ebab2b51ff9db8ed245 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 06 5月 2025 17:37:23 +0800 Subject: [PATCH] 修改代码样式 --- HIAWms/web/src/components/Content/Content.module.scss | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/HIAWms/web/src/components/Content/Content.module.scss b/HIAWms/web/src/components/Content/Content.module.scss new file mode 100644 index 0000000..7db1b84 --- /dev/null +++ b/HIAWms/web/src/components/Content/Content.module.scss @@ -0,0 +1,33 @@ +.container { + background-color: #fff; + border-radius: 5px 5px 0 0; + width: 100%; + height: 100%; + border: 1px solid #dbdbdb; + .title { + line-height: 45px; + font-size: 16px; + padding: 0 20px; + color: #2b2e32; + border-bottom: 1px solid #dbdbdb; + font-family: PingFang SC, PingFang SC; + } +} +.content { + padding: 15px 20px 0; + height: calc(100% - 46px); + box-sizing: border-box; + .header { + margin-bottom: 12px; + display: flex; + align-items: center; + .searchInner { + margin-left: auto; + width: 200px; + } + // padding: 20px; + } + .mainTable { + height: calc(100% - 36px); + } +} -- Gitblit v1.9.3