Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
dbfdfd20
Commit
dbfdfd20
authored
Jun 20, 2022
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
0402db73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
1 deletion
+60
-1
src/views/index/camp/SignUp.vue
src/views/index/camp/SignUp.vue
+1
-0
src/views/index/camp/notify.vue
src/views/index/camp/notify.vue
+59
-1
No files found.
src/views/index/camp/SignUp.vue
View file @
dbfdfd20
...
@@ -497,6 +497,7 @@ export default {
...
@@ -497,6 +497,7 @@ export default {
// 营地通知声明
// 营地通知声明
.info
{
.info
{
.el-dialog__header
{
.el-dialog__header
{
margin
:
30px
20px
0
20px
;
margin
:
30px
20px
0
20px
;
.el-dialog__title
{
.el-dialog__title
{
...
...
src/views/index/camp/notify.vue
View file @
dbfdfd20
...
@@ -15,6 +15,26 @@
...
@@ -15,6 +15,26 @@
</div>
</div>
</div>
</div>
</div>
</div>
<el-dialog
class=
"info"
center
style=
"font-size: 26px"
title=
"营地声明"
:visible.sync=
"dialogVisible"
width=
"40%"
:before-close=
"handleClose"
>
<div
class=
"time"
>
2022-8-1
</div>
<div
class=
"info_content"
>
  
近日,营地工作组收到部分中学师生反映有机构及个人以高出营地费用的价格出售营地活动名额。
对此,营地工作组严正声明如下:营地工作组从未授权任何单位、媒体、机构或个人举办营利性商业讲座、培训班、训练营或其他形式的营地招生活动。工作组对有违规操作行为的机构或个人保留追究法律责任的权利。
</div>
<div
class=
"btn"
>
<el-button
@
click=
"toBackList"
>
返回
</el-button>
</div>
</el-dialog>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -22,12 +42,25 @@
...
@@ -22,12 +42,25 @@
export
default
{
export
default
{
name
:
"
notify
"
,
name
:
"
notify
"
,
data
()
{
data
()
{
return
{};
return
{
dialogVisible
:
false
,
};
},
methods
:
{
toMsgDetail
()
{
console
.
log
(
1111
);
this
.
dialogVisible
=
true
;
},
handleClose
()
{
this
.
dialogVisible
=
false
;
},
},
},
};
};
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@import
"a/scss/lastBtn"
;
.notify
{
.notify
{
.no_title
{
.no_title
{
padding
:
50px
50px
0
50px
;
padding
:
50px
50px
0
50px
;
...
@@ -66,5 +99,30 @@ export default {
...
@@ -66,5 +99,30 @@ export default {
}
}
}
}
}
}
// 营地通知声明
.info
{
.el-dialog__header
{
margin
:
30px
20px
0
20px
;
.el-dialog__title
{
font-size
:
24px
;
}
}
.el-dialog__body
{
padding
:
0
25px
25px
30px
;
}
// div {
// font-size: 17px;
// line-height: 30px;
// }
.time
{
text-align
:
center
;
font-size
:
15px
;
color
:
#a9a9a9
;
}
.info_content
{
font-size
:
16px
!
important
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
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