Commit d93fa2f3 authored by 黄奎's avatar 黄奎

页面修改

parent b9acbe51
......@@ -133,7 +133,6 @@
margin: 0 10px 10px 0;
display: inline-block;
}
</style>
<template>
<div class="page-body" id="paper_Publish">
......@@ -153,8 +152,8 @@
<span class="papPub_Left f1">发放时间</span>
<div class="f1">
<div class="Sysuser_Date" style="width:308px;">
<q-field filled>
 <template v-slot:control>
<q-field filled>
 <template v-slot:control>
<el-date-picker v-model="postMsg.ExamStartTime" value-format='yyyy-MM-dd HH:mm:ss'
:picker-options="picker" type="datetime" placeholder="开始时间" size="small"
clear-icon="iconfont icon-guanbi"></el-date-picker>
......@@ -167,11 +166,11 @@
<span class="papPub_Left f1">结束时间</span>
<div class="f1">
<div class="Sysuser_Date" style="width:308px;">
<q-field filled>
 <template v-slot:control>
<q-field filled>
 <template v-slot:control>
<el-date-picker v-model="postMsg.ExamEndTime" value-format='yyyy-MM-dd HH:mm:ss' @change="getMinus()"
type="datetime" :picker-options="pickerEnd" placeholder="结束时间" size="small"
clear-icon="iconfont icon-guanbi"></el-date-picker>
clear-icon="iconfont icon-guanbi"></el-date-picker> 
</template>
</q-field>
</div>
......@@ -545,5 +544,4 @@
}
}
}
</script>
</script>
\ No newline at end of file
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