From 13272e92a6c98daad06aa166a6674bf4dac7cc4b Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期一, 21 十月 2024 11:06:55 +0800 Subject: [PATCH] 问题审核1021 --- src/views/fysp/check/components/ArbitraryPhoto.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/fysp/check/components/ArbitraryPhoto.vue b/src/views/fysp/check/components/ArbitraryPhoto.vue index 4759c38..7170d11 100644 --- a/src/views/fysp/check/components/ArbitraryPhoto.vue +++ b/src/views/fysp/check/components/ArbitraryPhoto.vue @@ -268,7 +268,7 @@ } .btns { - height: 10%; + /* height: 10%; */ } /* .img_types { @@ -283,7 +283,7 @@ } */ .imgs { - height: 370px; + height: 650px; width: 90%; min-height: 100px !important; /* border-style:solid; @@ -352,7 +352,8 @@ padding: 5px; } -.el-dialog__body { +::v-deep .el-dialog__body { height: 60vh; + padding: 10px calc(var(--el-dialog-padding-primary) + 10px) !important; } </style> -- Gitblit v1.9.3