提交 1eec307e 编写于 作者: KK's avatar KK

zk——按钮样式调整

上级 74cb4e7b
...@@ -87,17 +87,17 @@ ...@@ -87,17 +87,17 @@
</template> </template>
</a > </a >
</template> </template>
<template v-if="isManageContainer">
<a slot='extra' @click="doManageContainer">
<span class='manageContainer'>{{manageContainerStatus?$t('components.appFormGroup.hide'):$t('components.appFormGroup.show')}}</span>
</a>
</template>
<template v-if="Object.is(layoutType, 'FLEX')"> <template v-if="Object.is(layoutType, 'FLEX')">
<slot></slot> <slot></slot>
</template> </template>
<template v-if="!Object.is(layoutType, 'FLEX')"> <template v-if="!Object.is(layoutType, 'FLEX')">
<row :gutter="10"><slot></slot></row> <row :gutter="10"><slot></slot></row>
</template> </template>
<template v-if="isManageContainer">
<i-button type="primary" :icon="manageContainerStatus?'ios-repeat':'ios-more'" @click="doManageContainer">
{{manageContainerStatus?$t('components.appFormGroup.hide'):$t('components.appFormGroup.showMore')}}
</i-button>
</template>
</card> </card>
<template v-if="isShowCaption === false"> <template v-if="isShowCaption === false">
<slot></slot> <slot></slot>
......
...@@ -171,6 +171,6 @@ export default { ...@@ -171,6 +171,6 @@ export default {
}, },
appFormGroup: { appFormGroup: {
hide: 'hide', hide: 'hide',
show: 'show', showMore: 'show more',
}, },
}; };
\ No newline at end of file
...@@ -171,7 +171,7 @@ export default { ...@@ -171,7 +171,7 @@ export default {
}, },
}, },
appFormGroup: { appFormGroup: {
hide: '隐藏', hide: '隐藏字段',
show: '显示', showMore: '显示更多字段',
}, },
}; };
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册