fix(components): [descriptions] style (#7474)

This commit is contained in:
kooriookami 2022-05-02 23:39:01 +08:00 committed by GitHub
parent 9c94ec9406
commit 4dc6106660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ export default defineComponent({
const descriptionKls = computed(() => [
ns.b(),
ns.is(ns.m(descriptionsSize.value), !!descriptionsSize.value),
ns.m(descriptionsSize.value),
])
const flattedChildren = (children) => {