Commit a96b92a7 by huangqy

111

parent d555cb9c
<template>
<el-card style="height: calc(100vh - 147px)">
<template #header>
<div class="card-header">
<span>查询</span>
</div>
</template>
<el-row>
<el-col :span="6">
<el-card style="height: calc(100vh - 147px);">
......@@ -89,6 +95,7 @@
</el-card>
</el-col>
</el-row>
</el-card>
</template>
......@@ -190,3 +197,15 @@ export default defineComponent({
},
})
</script>
<style scoped>
.card-header {
height: 26px;
font-size: 20px;
font-weight: 'bold';
font-family: 'Times New Roman', Times, serif;
display: flex;
justify-content: space-between;
align-items: center;
}
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论