From 2387d6e11786541d216c892db558ddc8e4f2cc41 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 16 五月 2025 14:33:23 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/components/examinations/index.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index e99c446..31e0db9 100644 --- a/src/components/examinations/index.vue +++ b/src/components/examinations/index.vue @@ -967,6 +967,10 @@ <style lang="less"> .titleText img { max-width: 80%; + min-width: 220px; +} +.examination ul li sup{ + margin-bottom:8px ; } </style> @@ -1612,3 +1616,4 @@ flex-wrap: wrap; } </style> + -- Gitblit v1.9.1