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