qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
ce473f5fd4

+ 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"