瀏覽代碼

Merge branch 'http_mock' into http_test

洪海涛 4 年之前
父節點
當前提交
d2c9b31353
共有 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>