Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
81d32f76
Commit
81d32f76
authored
Dec 13, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3ff9efb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
5 deletions
+27
-5
courseprice-form.vue
src/components/course/courseprice-form.vue
+27
-5
No files found.
src/components/course/courseprice-form.vue
View file @
81d32f76
<
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment