From 0b70ca63acd2b0698083acba7a6adff5197598cf Mon Sep 17 00:00:00 2001 From: yangdj <18302547071@163> Date: Fri, 14 Apr 2023 00:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=BE=E7=A8=8B=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E5=88=A0=E9=99=A4=E4=B8=8D=E6=8E=89BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/jlw/courseInfo/courseConfigureNew.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/web/src/main/resources/templates/jlw/courseInfo/courseConfigureNew.html b/web/src/main/resources/templates/jlw/courseInfo/courseConfigureNew.html index c0fecfd5..1c66c2a5 100644 --- a/web/src/main/resources/templates/jlw/courseInfo/courseConfigureNew.html +++ b/web/src/main/resources/templates/jlw/courseInfo/courseConfigureNew.html @@ -49,6 +49,11 @@ border-radius: 5px; padding: 3px } + /*select超出展示*/ + #edit_dialog { + position: relative; + overflow: visible !important; + }