浏览代码

Merge branch 'http_test' of https://git.xiaojukeji.com/pu_qa_tool/thoth-frontend into http_test

wenbobowen 4 年之前
父节点
当前提交
c9abc98698
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      src/views/monthlyReport/childrenPage/editReport/components/MrTable/mt10.vue

+ 16 - 0
src/views/monthlyReport/childrenPage/editReport/components/MrTable/mt10.vue

@@ -0,0 +1,16 @@
+<template>
+<span :style="{marginRight: right}" />
+</template>
+
+<script>
+export default {
+  name: 'Mt10',
+  props: {
+    right: {
+      type: String,
+      required: false,
+      default: '10px'
+    }
+  }
+}
+</script>