|
|
@@ -1,17 +0,0 @@
|
|
|
-<!-- 报告模板编辑 -->
|
|
|
-<script setup lang="ts">
|
|
|
-</script>
|
|
|
-
|
|
|
-<template>
|
|
|
- <a-row type="flex" style="align-items: center">
|
|
|
- <a-col style="width: 120px; text-align: right;">
|
|
|
- <slot name="label"></slot>
|
|
|
- </a-col>
|
|
|
- <a-col flex="1">
|
|
|
- <slot name="input"></slot>
|
|
|
- </a-col>
|
|
|
- </a-row>
|
|
|
-</template>
|
|
|
-
|
|
|
-<style scoped lang="scss">
|
|
|
-</style>
|