解决富文本编辑器弹框样式问题

This commit is contained in:
谢思 2023-09-25 10:31:17 +08:00
parent 7f2f8c8a12
commit d50a32d233
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import '@wangeditor/editor/dist/css/style.css';
import cookie from 'react-cookies';
import { message, Spin } from 'antd';
import axios from 'axios';
import './index.scss';
//
function MyEditor(props) {

View File

@ -0,0 +1,5 @@
.w-e-modal{
input, button, select, optgroup, textarea{
line-height: 1.9;
}
}