|
@@ -482,7 +482,7 @@ const handleReplyInit = (allData, pageType) => {
|
|
|
// `<html><p><br></p><p><br></p>${data.content}<html/>`,
|
|
|
// true
|
|
|
// );
|
|
|
- contentEditor.value.getFocus();
|
|
|
+ // contentEditor.value.getFocus();
|
|
|
formData.data.replyTo = mailStore.selectMail.mailUser;
|
|
|
};
|
|
|
|
|
@@ -533,7 +533,6 @@ defineExpose({
|
|
|
padding-bottom: 8px;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
- margin-top: 10px;
|
|
|
.att-item {
|
|
|
width: 200px;
|
|
|
background-color: #eeeeee;
|
|
@@ -542,7 +541,8 @@ defineExpose({
|
|
|
margin-right: 16px;
|
|
|
padding-left: 8px;
|
|
|
display: flex;
|
|
|
- margin-bottom: 8px;
|
|
|
+ margin-top: 10px;
|
|
|
+ // margin-bottom: 8px;
|
|
|
}
|
|
|
.att-name {
|
|
|
padding-left: 8px;
|