yuanrf 9 місяців тому
батько
коміт
1b3d22dbcd
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      src/components/OP/CarTouristGuideGrounContent.vue

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

@@ -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>