From d5efc0139ee5b4c25f5adcd99f9376928608303d Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 07 三月 2025 17:31:58 +0800 Subject: [PATCH] 最新版本541200007 --- admin/src/views/business/visitorSources.vue | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/admin/src/views/business/visitorSources.vue b/admin/src/views/business/visitorSources.vue index 84bdd07..fd34b2d 100644 --- a/admin/src/views/business/visitorSources.vue +++ b/admin/src/views/business/visitorSources.vue @@ -1,5 +1,5 @@ <template> - <div class="box"> + <div class="box" style="height:100%;overflow-y: auto" > <el-form :model="form" ref="form" label-width="140px"> <div> <span style="font-size: 15px; font-weight: bold">浜哄憳鎺堟潈閰嶇疆锛�</span> @@ -241,8 +241,18 @@ } } </script> - <style lang="scss" scoped> +.el-container /deep/ .el-main{ + width: 100%; + overflow-y: auto !important ; + height: calc(100% - 94px); +} +/deep/ .el-main{ + width: 100%; + //height: 100%; + overflow-y: auto !important ; + height: calc(100% - 94px); +} .box { width: 100%; padding: 30px; -- Gitblit v1.9.3