refactor(editor): 重构编辑器组件及样式,优化功能实现
重构编辑器工具栏样式及功能,使用wangEditor替换原有实现 优化图片和视频上传逻辑,增加自定义校验和上传处理 调整编辑器样式,修复对齐功能及段落标题样式 更新表情选择器位置逻辑,支持上下方向显示 统一组件导入方式,添加版本控制参数防止缓存
This commit is contained in:
@@ -761,6 +761,15 @@
|
||||
font-size: 22px;
|
||||
padding: 8px;
|
||||
}
|
||||
.answer-discuss .input-box .bottom .operate .item .emoji-box.top {
|
||||
top: inherit;
|
||||
bottom: 36px;
|
||||
}
|
||||
.answer-discuss .input-box .bottom .operate .item .emoji-box.top::after {
|
||||
bottom: -8px;
|
||||
top: inherit;
|
||||
transform: translateX(-50%) rotate(180deg);
|
||||
}
|
||||
.answer-discuss .input-box .bottom .operate .item .emoji-box::after {
|
||||
content: "";
|
||||
width: 0;
|
||||
|
||||
Reference in New Issue
Block a user