chore: 更新依赖
This commit is contained in:
parent
755cea0990
commit
82245ee6d0
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue