重构:优化 config 的列表样式

This commit is contained in:
YunaiV
2023-03-11 00:46:21 +08:00
parent 74d225cce4
commit 26e15ef2e8
2 changed files with 6 additions and 4 deletions

View File

@ -13,7 +13,7 @@ defineProps({
</script>
<template>
<ElCard :class="[prefixCls, 'mb-20px']" shadow="never">
<ElCard :class="[prefixCls, 'mb-15px']" shadow="never">
<template v-if="title" #header>
<div class="flex items-center">
<span class="text-16px font-700">{{ title }}</span>