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
b8e2657d
Commit
b8e2657d
authored
Apr 12, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
505848d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
comic-form.vue
src/components/system/comic-form.vue
+3
-3
monthly-form.vue
src/components/system/monthly-form.vue
+3
-3
No files found.
src/components/system/comic-form.vue
View file @
b8e2657d
<
template
>
<q-dialog
v-model=
"persistent"
content-class=
"bg-grey-1"
persistent
transition-show=
"scale"
transition-hide=
"scale"
>
<q-card
style=
"width:
800px;max-width:9
00px;"
>
<q-card
style=
"width:
600px;max-width:7
00px;"
>
<q-card-section>
<div
class=
"text-h6"
>
{{
optionTitle
}}
</div>
</q-card-section>
...
...
@@ -8,9 +8,9 @@
<div
class=
"text-caption q-mb-lg q-px-md text-grey-6"
>
漫画信息
</div>
<div
class=
"row wrap"
>
<q-input
filled
stack-label
maxlength=
"50"
:dense=
"false"
v-model=
"objOption.Name"
class=
"col-
6
q-pr-lg q-pb-lg"
label=
"漫画名称"
/>
class=
"col-
12
q-pr-lg q-pb-lg"
label=
"漫画名称"
/>
<q-input
filled
stack-label
maxlength=
"200"
:dense=
"false"
v-model=
"objOption.LinkUrl"
class=
"col-
6
q-pr-lg q-pb-lg"
label=
"链接"
/>
class=
"col-
12
q-pr-lg q-pb-lg"
label=
"链接"
/>
</div>
</q-card-section>
<q-separator
/>
...
...
src/components/system/monthly-form.vue
View file @
b8e2657d
<
template
>
<q-dialog
v-model=
"persistent"
content-class=
"bg-grey-1"
persistent
transition-show=
"scale"
transition-hide=
"scale"
>
<q-card
style=
"width:
800px;max-width:9
00px;"
>
<q-card
style=
"width:
600px;max-width:7
00px;"
>
<q-card-section>
<div
class=
"text-h6"
>
{{
optionTitle
}}
</div>
</q-card-section>
...
...
@@ -8,9 +8,9 @@
<div
class=
"text-caption q-mb-lg q-px-md text-grey-6"
>
月刊信息
</div>
<div
class=
"row wrap"
style=
"align-items:end;"
>
<q-input
filled
stack-label
maxlength=
"50"
:dense=
"false"
v-model=
"objOption.Name"
class=
"col-
6 q-pr-lg
q-pb-lg"
label=
"月刊名称"
/>
class=
"col-
12
q-pb-lg"
label=
"月刊名称"
/>
<q-input
filled
stack-label
maxlength=
"200"
:dense=
"false"
v-model=
"objOption.LinkUrl"
class=
"col-
6
q-pb-lg"
label=
"链接"
/>
class=
"col-
12
q-pb-lg"
label=
"链接"
/>
<div
class=
"col-6 q-pb-lg q-pr-lg"
>
<q-uploader
:style=
"
{ backgroundImage: 'url(' + objOption.CoverImg + ')' }"
style="width:auto;height:200px;background-repeat:no-repeat;background-size:cover;" flat hide-upload-btn
...
...
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