示例图:

/wwwroot/app/puyuetianeditor/template/css/PytEditor.css
116行至133行代码改为
可直接复制粘贴//改前请备份
以防万一!
.PytDiv {
padding: 10px;
width: 354px;
max-width: 100%;
max-height: 100%;
position: fixed;
left: 50%;
top: 70%;
transform: translate(-50%, -50%);
font-size: 14px;
box-shadow: 0 0 20px #000;
display: none;
z-index: 999;
background-color: white;
border-radius: 20px;
}
.PytDiv.Emotion {
width: 90%;
height: 296px;
150行代码改为PytDiv.Emotion img {
cursor: pointer;
width: 40px;
height: -1px;
margin: 16px;
float: left;
}还有@乐天 我问一下表情怎么和文字齐平