Files
ZDXSGYHT/library/components/VabQueryForm/components/VabQueryFormTopPanel.vue
liangjian 836c61ac55 @@@@@@
2026-01-27 16:32:15 +08:00

8 lines
116 B
Vue

<template>
<el-col :span="24">
<div class="top-panel">
<slot></slot>
</div>
</el-col>
</template>