Commit 7b3012e0 authored by zhengke's avatar zhengke

1

parent 17f5cce8
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="row wrap"> <div class="row wrap">
<q-input filled stack-label style="float:left;" maxlength="200" :dense="false" v-model="objOption.Title" <q-input filled stack-label style="float:left;" maxlength="200" :dense="false" v-model="objOption.Title"
ref="Title" class="col-12 q-pb-lg" label="标题" :rules="[val => !!val || '请填写新闻标题']" /> ref="Title" class="col-12 q-pb-lg" label="标题" :rules="[val => !!val || '请填写新闻标题']" />
<UeEditor style="width:100%;margin-bottom:20px;" v-model="objOption.Content" :config="config" ref="UE_Title"></UeEditor> <UeEditor style="width:100%;margin-bottom:25px;" v-model="objOption.Content" :config="config" ref="UE_Title"></UeEditor>
</div> </div>
<div class="row wrap" style="align-items:end;"> <div class="row wrap" style="align-items:end;">
<q-select option-value="Id" option-label="TypeName" standout="bg-primary text-white" <q-select option-value="Id" option-label="TypeName" standout="bg-primary text-white"
......
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