qinzhipeng_v@didiglobal.com 4 年之前
父节点
当前提交
ce473f5fd4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/content.vue

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/content.vue

@@ -34,8 +34,8 @@
       <!--   可变文本:VarText   -->
       <div v-else-if="item.type === 'VarText'">
         <VarText
-          style='margin-top: -10px;'
           v-model="item.value"
+          style="margin-top: -10px;"
           :title="item.title"
           :name="item.name"
           :dom-key="item.domKey"