SafetyAlertSystem-ui/src/views/tool/sysData/index.vue

19 lines
336 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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