<template>
<div class="bottom-info">
系统名称:输变电工程施工现场安全风险预警系统
<div>
版本:v1.0
</div>
</template>
<style lang="scss">
.bottom-info{
width: 100%;
height: 10%;
text-align: left;
font-size: 25px;
font-weight: bold;
color: #1E67E7;
}
</style>