You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
311 B

<template>
<div class="main">
%RH
</div>
</template>
<script setup>
</script>
<style scoped >
.main{
width: 40px;
height: 20px;
color: #fff;
border: 1px solid #d83fce;
border-left: 3px solid #d83fce;
line-height: 20px;
}
</style>