提交 a9ba8e23 编写于 作者: chenxiang@lab.ibiz5.com's avatar chenxiang@lab.ibiz5.com

202020428

上级 91231104
.app-file-upload{
.upload-col{
text-align: center;
.button-preview{
padding: 8px 15px 8.5px 15px;
.ivu-badge{
......
......@@ -157,6 +157,7 @@ export default class AppRichTextEditor extends Vue {
let richtexteditor = this;
tinymceCode.init({
selector: '#' + this.id,
width: 'calc( 100% - 2px )',
height: this.height,
min_height: 400,
branding: false,
......
//用户自定义全局路由
export const globalRoutes:Array<any> = [
];
//用户自定义首页路由
export const indexRoutes:Array<any> = [
];
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册