6
0
Fork 0
release
panliang 2022-06-02 16:33:02 +08:00
parent f4c1aef353
commit e7e28adbfd
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@
@include('admin::form.error') @include('admin::form.error')
<div {!! $attributes !!} style="width: 100%; height: 100%;"> <div {!! $attributes !!} style="width: 100%; height: 100%;">
<div class="wang-editor full-screen-container" style="height: {{ $height }}"> <div class="wang-editor full-screen-container" style="min-height: {{ $height }}">
<div class="toolbar" id="editor-toolbar"></div> <div class="toolbar" id="editor-toolbar"></div>
<div class="editor" id="editor"></div> <div class="editor" id="editor"></div>
</div> </div>
@ -41,6 +41,10 @@
meta: { meta: {
_token: '{{ csrf_token() }}', _token: '{{ csrf_token() }}',
}, },
headers: {
Accept: 'application/json',
XMLHttpRequest: 'X-Requested-With'
},
} }
} }