From 0154fdda05d3c59914d18afbc4c1f046781b1c34 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 03 六月 2025 14:37:41 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/components/examinations/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index 95c9fe5..31e0db9 100644 --- a/src/components/examinations/index.vue +++ b/src/components/examinations/index.vue @@ -969,10 +969,13 @@ max-width: 80%; min-width: 220px; } +.examination ul li sup{ + margin-bottom:8px ; +} </style> <style lang="less" scoped> -.catalogName { +.catalogName { display: flex; text-indent: 1em !important; font-size: 16px; @@ -1613,3 +1616,4 @@ flex-wrap: wrap; } </style> + -- Gitblit v1.9.1