Commit e2ef98cb authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/luochao/confucius into master

parents 10d68f39 5ba36ca9
<style>
.coursePrice_table th{
height: 40px;
background-color: rgb(238, 238, 239);
}
.course_Line{
width: 3px;
height: 10px;
display: inline-block;
background-color: #3FC4FF;
margin-right: 5px;
}
</style>
<template> <template>
<q-dialog v-model="persistent" persistent content-class="bg-grey-1" transition-show="scale" transition-hide="scale"> <q-dialog v-model="persistent" persistent content-class="bg-grey-1" transition-show="scale" transition-hide="scale">
<q-card style="width: 600px;max-width:600px;"> <q-card style="width: 600px;max-width:600px;">
...@@ -5,7 +18,10 @@ ...@@ -5,7 +18,10 @@
<div class="text-h6">设置课程价格</div> <div class="text-h6">设置课程价格</div>
</q-card-section> </q-card-section>
<q-card-section class="q-pt-none scroll" style="max-height: 70vh"> <q-card-section class="q-pt-none scroll" style="max-height: 70vh">
<div class="text-caption q-mb-lg text-grey-6">基础价格设置</div> <div class="text-caption q-mb-lg text-grey-6">
<span class="course_Line"></span>
基础价格设置
</div>
<div> <div>
<table style="margin-left:10px;"> <table style="margin-left:10px;">
<tr> <tr>
...@@ -20,8 +36,11 @@ ...@@ -20,8 +36,11 @@
</tr> </tr>
</table> </table>
</div> </div>
<div class="text-caption q-mb-lg q-mt-lg text-grey-6">优惠</div> <div class="text-caption q-mb-lg q-mt-lg text-grey-6">
<table style="margin-left:10px;"> <span class="course_Line"></span>
优惠
</div>
<table style="border-collapse: collapse;" class="coursePrice_table">
<tr> <tr>
<th> <th>
优惠 优惠
...@@ -55,8 +74,11 @@ ...@@ -55,8 +74,11 @@
</td> </td>
</tr> </tr>
</table> </table>
<div class="text-caption q-mb-lg q-mt-lg text-grey-6">返佣</div> <div class="text-caption q-mb-lg q-mt-lg text-grey-6">
<table style="margin-left:10px;"> <span class="course_Line"></span>
返佣
</div>
<table style="border-collapse: collapse;" class="coursePrice_table">
<tr> <tr>
<th>同行 <th>同行
</th> </th>
......
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