From 1f32ea02c1910c417f159cba81a296e66ae7484c Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周一, 28 4月 2025 17:38:15 +0800 Subject: [PATCH] 初次提交修改 --- HIAWms/web/app/template/HIAWms/Views/Pages/WmsPlace/WmsPlace.module.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WMS/web/app/template/MyPluginName/Views/Pages/MyEntityName/MyEntityName.module.scss b/HIAWms/web/app/template/HIAWms/Views/Pages/WmsPlace/WmsPlace.module.scss similarity index 95% copy from WMS/web/app/template/MyPluginName/Views/Pages/MyEntityName/MyEntityName.module.scss copy to HIAWms/web/app/template/HIAWms/Views/Pages/WmsPlace/WmsPlace.module.scss index f788438..0e2e409 100644 --- a/WMS/web/app/template/MyPluginName/Views/Pages/MyEntityName/MyEntityName.module.scss +++ b/HIAWms/web/app/template/HIAWms/Views/Pages/WmsPlace/WmsPlace.module.scss @@ -1,8 +1,8 @@ -.myEntityNameContent { +.wmsplaceContent { width: 100%; height: 100%; - .myEntityNameList { + .wmsplaceList { width: 100%; height: calc(100% - 70px); } -- Gitblit v1.9.3