Commit bc7fb897 by 孙美琪

活动资讯文字大小调整

parent cb27c3f0
...@@ -185,7 +185,7 @@ const iframeShow = ref(false) ...@@ -185,7 +185,7 @@ const iframeShow = ref(false)
function getBanner() { function getBanner() {
banner().then(res => { banner().then(res => {
bannerImgList.value = res.data.sort(function(a , b){ bannerImgList.value = res.data.sort(function (a, b) {
return a.orderNum - b.orderNum return a.orderNum - b.orderNum
}) })
}) })
...@@ -195,7 +195,7 @@ getBanner() ...@@ -195,7 +195,7 @@ getBanner()
function getAassemblyList() { function getAassemblyList() {
assemblyList({type: 0}).then(res => { assemblyList({type: 0}).then(res => {
const data = res.data.sort(function(a , b){ const data = res.data.sort(function (a, b) {
return a.orderNum - b.orderNum return a.orderNum - b.orderNum
}) })
assemblyData.value = data.length > 3 ? data.slice(0, 3) : data assemblyData.value = data.length > 3 ? data.slice(0, 3) : data
...@@ -618,6 +618,10 @@ function handleCarousel(url) { ...@@ -618,6 +618,10 @@ function handleCarousel(url) {
.information-item { .information-item {
width: 570px; width: 570px;
.content {
font-size: 16px !important;
}
&:hover { &:hover {
cursor: pointer; cursor: pointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment