From 38af7850e2c62b28ccb6f990140ac17c4bc21419 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期一, 18 三月 2024 14:49:27 +0800 Subject: [PATCH] 风险辨识管理 --- src/views/safeKnowledge/xzfg/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/safeKnowledge/xzfg/index.vue b/src/views/safeKnowledge/xzfg/index.vue index a50d44c..263ec2d 100644 --- a/src/views/safeKnowledge/xzfg/index.vue +++ b/src/views/safeKnowledge/xzfg/index.vue @@ -24,16 +24,17 @@ } </script> -<!-- Add "scoped" attribute to limit CSS to this component only --> +<!-- Add "scoped" attribute to limit CSS to this components only --> <style scoped lang="scss"> .home-container{ - height: calc(100vh - 114px); + height: calc(100vh - 144px); box-sizing: border-box; overflow: hidden; iframe{ width: 100%; height: 100%; + border: none; } } </style> -- Gitblit v1.9.2