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
377 B
21 lines
377 B
3 months ago
|
<template>
|
||
|
<div class="md:w-[calc(100%-60px)] overflow-hidden mx-auto" >
|
||
|
<div class="flex">
|
||
|
<div>青岛市委人才工作领导小组</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</template>
|
||
|
<script setup lang="ts">
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
/* input 取消默认样式 */
|
||
|
input {
|
||
|
background: none;
|
||
|
outline: none;
|
||
|
border: 0px;
|
||
|
border-bottom: 1px solid #000;
|
||
|
}
|
||
|
</style>
|