<template>
<div class="alarm-notify">
<p>温馨提示:此处为告警通知栏</p>
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss">
.alarm-notify{
width: 100%;
height: 32px;
background-color: #fff;
height:32px;
box-shadow:0px 2px 4px 0px rgba(221,221,221,1);
p{
padding-left: 36px;
font-size:12px;
color:rgba(102,102,102,1);
line-height:12px;
}
}
</style>
-
xulili authored1aff88f6