chore: 更新依赖

This commit is contained in:
kailong321200875 2023-07-23 20:22:56 +08:00
parent 755cea0990
commit 82245ee6d0
2 changed files with 6 additions and 2 deletions

View File

@ -4,5 +4,5 @@
[ -n "$CI" ] && exit 0 [ -n "$CI" ] && exit 0
# Format and submit code according to lintstagedrc.js configuration # Format and submit code according to lintstagedrc.js configuration
# npm run ts:check npm run ts:check
npm run lint:lint-staged npm run lint:lint-staged

View File

@ -101,7 +101,7 @@ export default defineComponent({
) : null} ) : null}
<ElCollapseTransition> <ElCollapseTransition>
<div v-show={unref(show)} class={[`${prefixCls}-content`, 'p-10px']}> <div v-show={unref(show)} class={[`${prefixCls}-content`]}>
<ElDescriptions {...unref(getBindValue)}> <ElDescriptions {...unref(getBindValue)}>
{{ {{
extra: () => (slots['extra'] ? slots['extra']() : props.extra), extra: () => (slots['extra'] ? slots['extra']() : props.extra),
@ -134,6 +134,10 @@ export default defineComponent({
<style lang="less" scoped> <style lang="less" scoped>
@prefix-cls: ~'@{namespace}-descriptions'; @prefix-cls: ~'@{namespace}-descriptions';
:deep(.@{elNamespace}-descriptions__header) {
display: none !important;
}
.@{prefix-cls}-header { .@{prefix-cls}-header {
&__title { &__title {
&::after { &::after {