dbsd_kczx/src/views/kc/tktj/zxdt/zxdt.vue

20 lines
602 B
Vue
Raw Normal View History

2023-04-01 18:17:41 +08:00
<template>
<div class="tktjClass">
<a-row>
<a-col :span="24"><strong style="font-size: 16px;margin-left: 20px;">最新动态</strong></a-col>
<a-col :span="24"><p style="width:100%;height:1px;margin:0px auto;padding:0px;background-color:#D5D5D5;overflow:hidden;margin-top: 5px;"></p></a-col>
<a-col :span="24" style="text-align: center;"><strong style="font-size: 16px;margin-left: 20px;margin-top: 10px;">暂无数据</strong></a-col>
</a-row>
</div>
</template>
<script lang="ts" name="kcTingke-zxdt" setup>
</script>
<style lang="less" scoped>
</style>