|
@@ -14,7 +14,7 @@
|
|
|
:scrollable="true"
|
|
:scrollable="true"
|
|
|
@click="clickHandler(itemInfo)"
|
|
@click="clickHandler(itemInfo)"
|
|
|
@close.stop="closeNotice"
|
|
@close.stop="closeNotice"
|
|
|
- left-icon="bulb-o">
|
|
|
|
|
|
|
+ left-icon="volume-o">
|
|
|
<template #default>
|
|
<template #default>
|
|
|
<span v-if="itemInfo" :style="{color:color}">
|
|
<span v-if="itemInfo" :style="{color:color}">
|
|
|
{{itemInfo.alarmTitle}}
|
|
{{itemInfo.alarmTitle}}
|
|
@@ -212,6 +212,8 @@ export default {
|
|
|
.van-notice-bar{
|
|
.van-notice-bar{
|
|
|
line-height:90px;
|
|
line-height:90px;
|
|
|
height: 90px;
|
|
height: 90px;
|
|
|
|
|
+ font-size: 4.266667vw;
|
|
|
|
|
+ padding: 0 2.266667vw;
|
|
|
}
|
|
}
|
|
|
.notice-swipe {
|
|
.notice-swipe {
|
|
|
height: 30px;
|
|
height: 30px;
|