Commit 694886c6 by pangchong

feat: 联系人列表

parent b968459f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
export const columns = [ export const columns = [
{ {
title: '事件名称', title: '事件名称',
dataIndex: 'eventName' dataIndex: 'title'
}, },
{ {
title: '发起人', title: '发起人',
......
...@@ -53,7 +53,7 @@ defineExpose({ ...@@ -53,7 +53,7 @@ defineExpose({
<style lang="less" scoped> <style lang="less" scoped>
:deep(.arco-collapse-item-content) { :deep(.arco-collapse-item-content) {
padding: 0; padding: 0;
display: none; background: none;
.arco-collapse-item-content-box { .arco-collapse-item-content-box {
padding: 0; padding: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment