소스 검색

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>