Commit 086f7370 by caoyanzhi

update: 样式调整

parent 3a034d1f
......@@ -129,7 +129,7 @@
>
<div class="mBottom20">
<el-row>
<el-col :span="12">
<el-col :span="18">
<el-date-picker
v-model="rangeVal"
type="daterange"
......@@ -162,7 +162,7 @@
></el-option>
</el-select>
</el-col>
<div :span="12">
<div :span="6">
<div class="displayflex tr">
<div class="flex">
<el-input
......@@ -248,6 +248,7 @@
:min="0"
:max="100000"
v-if="IntegralForm.editType == 1"
style="width: 120px"
></el-input-number>
<el-input-number
v-model="scope.row.adjustPoint"
......@@ -255,6 +256,7 @@
:min="0"
:max="scope.row.intervalHistory"
v-if="IntegralForm.editType == 2"
style="width: 120px"
></el-input-number>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment