Commit fce3313d authored by yaya's avatar yaya

feat: 优化编辑全屏问题

parent 7d5c1140
......@@ -464,6 +464,9 @@ export default {
/deep/ .el-upload--picture-card {
margin-left: 40px;
}
/deep/ .mce-fullscreen {
z-index: 1001;
}
.ant-upload-list {
display: flex;
flex-direction: row;
......
......@@ -540,6 +540,9 @@ export default {
/deep/ .el-radio-group {
margin-top: 10px;
}
/deep/ .mce-fullscreen {
z-index: 1001;
}
.ant-upload-list {
display: flex;
flex-direction: row;
......
......@@ -502,6 +502,9 @@ export default {
/deep/ .el-icon-delete {
color: white;
}
/deep/ .mce-fullscreen {
z-index: 1001;
}
.ant-upload-list {
display: flex;
flex-direction: row;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment