瀏覽代碼

feature/1001816

lizi 2 年之前
父節點
當前提交
e642186595
共有 1 個文件被更改,包括 0 次插入17 次删除
  1. 0 17
      src/views/reportTemplate/components/ReportTemplateItem.vue

+ 0 - 17
src/views/reportTemplate/components/ReportTemplateItem.vue

@@ -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>