style: 调整样式

This commit is contained in:
kailong321200875 2022-08-20 10:37:56 +08:00
parent 89d03fd067
commit d29e151f8a
1 changed files with 1 additions and 1 deletions

View File

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