Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
marketing-web
marketing
Commits
14365693
Commit
14365693
authored
May 19, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update style
parent
fcc79f55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
setting.vue
src/views/sign/setting.vue
+6
-2
No files found.
src/views/sign/setting.vue
View file @
14365693
...
...
@@ -57,7 +57,7 @@
</div>
</el-form-item>
<el-form-item
label=
"签到规则说明"
prop=
"remark"
>
<el-input
v-model=
"form.remark"
class=
"long-input"
type=
"textarea"
resize=
"none"
rows=
"4"
maxlength=
"1000"
show-word-limit
></el-input>
<el-input
v-model=
"form.remark"
class=
"long-input
textarea-input
"
type=
"textarea"
resize=
"none"
rows=
"4"
maxlength=
"1000"
show-word-limit
></el-input>
</el-form-item>
<el-form-item
label=
"签到福利"
>
<section
class=
"dm-marketing"
>
...
...
@@ -81,7 +81,9 @@
<el-input
type=
"text"
v-model=
"form.prizeType"
style=
"display:none;"
></el-input>
</el-form-item>
</el-form-item>
<template
v-if=
"canEdit"
><el-button
type=
"primary"
@
click=
"onSubmit('form')"
style=
"margin:24px 0 50px 111px;"
>
保存
</el-button>
<span
class=
"tips"
>
(若使用多个计划需小程序版本升级到3.8.2以上)
</span></
template
>
<template
v-if=
"canEdit"
>
<el-button
type=
"primary"
@
click=
"onSubmit('form')"
style=
"margin:24px 0 50px 111px;"
>
保存
</el-button>
<span
class=
"tips"
>
(若使用多个计划需小程序版本升级到3.8.2以上)
</span>
</
template
>
</el-form>
</section>
</template>
...
...
@@ -409,6 +411,8 @@ export default {
}
.long-input
{
width
:
500px
;
}
.textarea-input
{
padding-bottom
:
23px
;
border
:
1px
solid
#dcdfe6
;
border-radius
:
4px
;
...
...
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