WholeProcessPlatform/frontend/src/modules/jidiSelectorMod.vue

20 lines
336 B
Vue
Raw Normal View History

2026-03-27 15:52:43 +08:00
<script setup lang="ts">
</script>
<template>
<div class="jidiSelectorMod">
水电基地
</div>
</template>
<style scoped lang="scss">
.jidiSelectorMod {
width: 175px;
height: 300px;
background-color: pink;
z-index: 99;
margin: 16px 0 0 16px;
border: 1px solid #cedce8;
border-radius: 1px;
}
</style>