Commit 52862d5f authored by zhengke's avatar zhengke

修改

parent 967c8a30
...@@ -41,12 +41,10 @@ ...@@ -41,12 +41,10 @@
</q-card-section> </q-card-section>
<q-separator /> <q-separator />
<q-card-section class="q-pt-none" style="margin-top: 15px;padding: 20px;"> <q-card-section class="q-pt-none" style="margin-top: 15px;padding: 20px;">
<q-input filled clearable v-model="addMsg.Name" label="分组名称"
<q-input filled clearable standout="bg-primary text-white" v-model="addMsg.Name" label="分组名称"
:rules="[val => !!val || '请输入分组名称']" ref="Name" /> :rules="[val => !!val || '请输入分组名称']" ref="Name" />
<q-input filled clearable standout="bg-primary text-white" v-model="addMsg.Sort" label="分组排序" <q-input filled clearable v-model="addMsg.Sort" label="分组排序"
style="margin-top: 20px;" :rules="[val => !!val || '请输入分组排序']" ref="Sort"/> style="margin-top: 20px;" :rules="[val => !!val || '请输入分组排序']" ref="Sort"/>
</q-card-section> </q-card-section>
<q-separator /> <q-separator />
<q-card-actions align="right" class="bg-white"> <q-card-actions align="right" class="bg-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