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

zk——按钮样式调整

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