Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quantum-blocks-h5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
quantum-blocks-h5
Commits
a4d4cddf
Commit
a4d4cddf
authored
Mar 30, 2021
by
郝聪敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 修改神策事件
parent
c6b873ac
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
151 additions
and
3 deletions
+151
-3
index.vue
app/web/component/layout/activity/index.vue
+149
-1
sa.mixin.ts
app/web/page/mixins/sa.mixin.ts
+1
-1
webpack.config.js
webpack.config.js
+1
-1
No files found.
app/web/component/layout/activity/index.vue
View file @
a4d4cddf
...
...
@@ -7,7 +7,7 @@
<meta
http-equiv=
"content-type"
content=
"text/html;charset=utf-8"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"
>
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
type=
"image/x-icon"
/>
<
link
rel=
"stylesheet"
href=
"/public/asset/css/reset.css"
>
<
!--
<link
rel=
"stylesheet"
href=
"/public/asset/css/reset.css"
>
--
>
<!--
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://activitystatic.lkbang.net/swiper/4.5.1/css/swiper.min.css"
>
-->
</head>
<body>
...
...
@@ -29,6 +29,154 @@
</template>
<
script
lang=
"ts"
src=
"./index.ts"
></
script
>
<
style
>
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html
,
body
,
div
,
span
,
applet
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
big
,
cite
,
code
,
del
,
dfn
,
em
,
img
,
ins
,
kbd
,
q
,
s
,
samp
,
small
,
strike
,
strong
,
sub
,
sup
,
tt
,
var
,
b
,
u
,
i
,
center
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
article
,
aside
,
canvas
,
details
,
embed
,
figure
,
figcaption
,
footer
,
header
,
menu
,
nav
,
output
,
ruby
,
section
,
summary
,
time
,
mark
,
audio
,
video
,
input
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-size
:
100%
;
font-weight
:
normal
;
vertical-align
:
baseline
;
}
/* HTML5 display-role reset for older browsers */
article
,
aside
,
details
,
figcaption
,
figure
,
footer
,
header
,
menu
,
nav
,
section
{
display
:
block
;
}
body
{
line-height
:
1
;
-webkit-text-size-adjust
:
100%
!important
;
text-size-adjust
:
100%
!important
;
-moz-text-size-adjust
:
100%
!important
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
blockquote
,
q
{
quotes
:
none
;
}
blockquote
::before
,
blockquote
::after
,
q
::before
,
q
::after
{
content
:
none
;
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;
}
/* custom */
a
{
color
:
#7e8c8d
;
text-decoration
:
none
;
}
li
{
list-style
:
none
;
}
*,
*
:before
,
*
:after
{
box-sizing
:
border-box
;
}
html
{
font-size
:
10vw
!important
;
font-family
:
-apple-system
,
BlinkMacSystemFont
,
'Helvetica Neue'
,
Helvetica
,
Segoe
UI
,
Arial
,
Roboto
,
'PingFang SC'
,
'Hiragino Sans GB'
,
'Microsoft Yahei'
,
sans-serif
;
...
...
app/web/page/mixins/sa.mixin.ts
View file @
a4d4cddf
...
...
@@ -5,7 +5,7 @@ export default class SaMixin extends Vue {
getSaInfo
(
element
)
{
const
{
id
,
title
,
name
}
=
element
;
return
{
assembly_id
:
id
,
h5_
assembly_id
:
id
,
assembly_type
:
title
,
assembly_name
:
name
};
...
...
webpack.config.js
View file @
a4d4cddf
...
...
@@ -124,7 +124,7 @@ module.exports = {
enforce
:
true
},
cherryUI
:
{
name
:
'
cherry-u
I
'
,
// 分离组件库
name
:
'
cherry-u
i
'
,
// 分离组件库
priority
:
18
,
chunks
:
'
all
'
,
test
:
/
[\\/]
node_modules
[\\/]
@qg
[\\/]
cherry-ui
[\\/]
/
,
...
...
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