position: relative;
.el-input {
flex: 1;
}
#ArticleTextHeadTitleOperate {
width: 250px;
margin: 0 30px;
display: flex;
justify-content: space-around;
align-items: center;
.el-avatar {
cursor: pointer;
}
}
}
}
#ArticleTextContent {
flex: 1;
margin-top: 10px;
width: 100%;
}
}
================================================================================