瀏覽代碼

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

liuhj 9 月之前
父節點
當前提交
42f0161242
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/components/OP/CarTouristGuideGrounContent.vue

+ 4 - 4
src/components/OP/CarTouristGuideGrounContent.vue

@@ -192,7 +192,7 @@
                 <span style="color:#706266;">{{ delegationInfo.visitDays }}天/{{
                     delegationInfo.visitPNumber }}人</span>
             </div>
-            <hr style='background-color:#5555; height:1px; border:none;' />
+            <hr style='background-color:#5555; height:1px; border:none;margin: 10px 0px;' />
             <div>
                 <template>
                     <el-table :data="ContentList" :border=true style="width: 100%" :span-method="objectSpanMethod">
@@ -265,7 +265,7 @@
                             </template>
                         </el-table-column> -->
                     </el-table>
-                    <hr style='background-color:#5555; height:1px; border:none;' />
+                    <hr style='background-color:#5555; height:1px; border:none;margin: 10px 0px;' />
                     <el-form :model="OPContenData" ref="OPContenData" :rules="OPContenDataRules" label-width="100px"
                         class="demo-ruleForm">
                         <div style="display: flex;">
@@ -305,7 +305,7 @@
                         </div>
                         <div style="display: flex;">
 
-                            <div style="width: 25%;">
+                            <div style="width: 40%;">
                                 <el-form-item label="总金额:" label-width="170px">
                                     <el-input placeholder="金额" v-model="countCost" :disabled="true"
                                         style="width: 120px;"></el-input>
@@ -317,7 +317,7 @@
                                     </el-select>
                                 </el-form-item>
                             </div>
-                            <div style="width: 75%;text-align: right;">
+                            <div style="width: 60%;text-align: right;">
                                 <el-form-item>
                                     <el-button type="primary" @click="addBtn" :disabled="saveDisabled">保存</el-button>
                                     <el-button @click="EscAdd">取消</el-button>