diff --git a/management/src/views/meeting/meetingView.vue b/management/src/views/meeting/meetingView.vue index 34bfe781..e2c63404 100644 --- a/management/src/views/meeting/meetingView.vue +++ b/management/src/views/meeting/meetingView.vue @@ -45,6 +45,13 @@ + + + + 显示管理演讲人员 + + + @@ -61,6 +68,78 @@ + + + + + 新增演讲嘉宾 + + + + + + + + + + + 无头像 + + + + + + + + 编辑 + 删除 + + + + + + + + + 嘉宾姓名 + + + + + 嘉宾头衔 + + + + + 嘉宾头像 + + + + + 支持JPG/PNG格式,大小不超过5MB(可选) + + + + 嘉宾简介 + + + + + 排序(数字越小越靠前) + + + + + + + 取消 + + {{ currentSpeaker.id ? '更新嘉宾' : '创建嘉宾' }} + + + + + @@ -102,12 +181,10 @@ 开始时间 - 结束时间 - @@ -134,14 +211,14 @@ \ No newline at end of file + +/* 演讲人员管理样式 */ +.avatar-uploader-icon { font-size: 24px; color: #8c939d; width: 80px; height: 80px; text-align: center; line-height: 80px; border: 1px dashed #dcdfe6; border-radius: 6px; } +.avatar-preview { width: 80px; height: 80px; display: block; object-fit: cover; border-radius: 6px; } +.el-dialog__body .el-table { margin-bottom: 16px; } +
支持JPG/PNG格式,大小不超过5MB(可选)