Commit 45b40909 authored by youjie's avatar youjie

no message

parent 20a40a91
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
height: 32px; height: 32px;
} }
.yinhangForm{ .yinhangForm{
max-height: 200px; max-height: 300px;
overflow-y: auto; overflow-y: auto;
} }
.yinhangBox{ .yinhangBox{
...@@ -13,25 +13,29 @@ ...@@ -13,25 +13,29 @@
/deep/.cdForm .el-upload-dragger{ /deep/.cdForm .el-upload-dragger{
width: 50px; width: 50px;
height: 50px; height: 50px;
line-height: 50px;
}
/deep/.cdForm .el-form-item {
margin-bottom: 0;
} }
</style> </style>
<template> <template>
<div> <div>
<el-dialog :title="title+$t('objFill.v103.liushui')" width="680px" <el-dialog :title="title+$t('objFill.v103.liushui')" width="660px"
:visible.sync="showState" center @close="close"> :visible.sync="showState" center @close="close">
<el-form class="cdForm" label-width="90px" <el-form class="cdForm" label-width="90px"
:model="msg" :rules="rules" ref="msg"> :model="msg" :rules="rules" ref="msg">
<div style="display: flex;flex-direction: column;"> <div style="display: flex;flex-direction: column;">
<div style="display: flex;flex-direction: row;"> <div style="display: flex;flex-direction: row;">
<el-form-item :label="$t('pub.date')" prop="Date"> <el-form-item :label="$t('pub.date')" prop="Date">
<el-date-picker :disabled="msg.Id==1" class="w220" :clearable="false" v-model="msg.Date" type="date" <el-date-picker :disabled="msg.Id==1" class="w210" :clearable="false" v-model="msg.Date" type="date"
value-format="yyyy-MM-dd"></el-date-picker> value-format="yyyy-MM-dd"></el-date-picker>
</el-form-item> </el-form-item>
<el-form-item :label="$t('objFill.v103.qichuyue')" prop="StartBalance"> <el-form-item :label="$t('objFill.v103.qichuyue')" prop="StartBalance">
<el-input-number :disabled="msg.Id==1" class="w220" v-model="msg.StartBalance" :min="Number(0)" :step="50" size="small"/> <el-input-number :disabled="msg.Id==1" class="w210" v-model="msg.StartBalance" :min="Number(0)" :step="50" size="small"/>
</el-form-item> </el-form-item>
</div> </div>
<el-form-item style=" width: 500px; " :label="$t('objFill.fj')" prop="Image"> <el-form-item style=" width: 500px;margin-top: 20px;" :label="$t('objFill.fj')" prop="Image">
<div style="display: flex;flex-direction: row;"> <div style="display: flex;flex-direction: row;">
<el-image v-if="msg.Image" <el-image v-if="msg.Image"
style="width: 50px; height:50px;margin-right: 20px;border-radius: 5px;" style="width: 50px; height:50px;margin-right: 20px;border-radius: 5px;"
...@@ -45,7 +49,7 @@ ...@@ -45,7 +49,7 @@
:multiple="true" :show-file-list="false" action="" :multiple="true" :show-file-list="false" action=""
accept="image/jpeg,image/gif,image/png,image/bmp"> accept="image/jpeg,image/gif,image/png,image/bmp">
<i class="el-icon-plus avatar-uploader-icon"></i> <i class="el-icon-plus avatar-uploader-icon"></i>
<div class="el-upload__text">{{$t('active.ld_djscwj')}}</div> <!-- <div class="el-upload__text">{{$t('active.ld_djscwj')}}</div> -->
</el-upload> </el-upload>
</div> </div>
</el-form-item> </el-form-item>
......
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