1
@@ -4,8 +4,11 @@
@back="onCancel"
content="新增优惠券"
></el-page-header>
- <h3>优惠券信息</h3>
+ <h3 class='infoTitle'>优惠券信息</h3>
<el-divider></el-divider>
+ <el-form :model="form">
+
+ </el-form>
</div>
</template>
<script>
@@ -14,9 +17,18 @@ export default {
return{
}
+ },
+ methods:{
+ onCancel(){
+ }
</script>
<style lang="scss" scoped>
-
+.infoTitle {
+ font-weight: 400;
+ margin-top: 30px;
+ font-size: 18px;
+}
</style>