Commit 072d3084 by qlintonger xeno

Merge remote-tracking branch 'origin/master'

parents 01a6320a 694886c6
......@@ -2,7 +2,7 @@
export const columns = [
{
title: '事件名称',
dataIndex: 'eventName'
dataIndex: 'title'
},
{
title: '发起人',
......
......@@ -53,7 +53,7 @@ defineExpose({
<style lang="less" scoped>
:deep(.arco-collapse-item-content) {
padding: 0;
display: none;
background: none;
.arco-collapse-item-content-box {
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