修改bug 56671 编辑 文件过多 或文字过多时 按钮被顶没了

This commit is contained in:
hanshaozhuang
2022-07-19 14:42:31 +08:00
parent eb84684fd0
commit 4eae288fec
@@ -238,7 +238,7 @@
:styles="styles" :styles="styles"
:close="cancelModel" :close="cancelModel"
> >
<div style="margin-left: 3%"> <div style="height: 92%;margin-left: 3%">
<el-form <el-form
ref="attributeEO" ref="attributeEO"
:model="attributeEO" :model="attributeEO"
@@ -295,7 +295,8 @@
> >
<el-input <el-input
type="textarea" type="textarea"
:autosize="{ minRows: 1, maxRows: 15}" :autosize="{ minRows: 1, maxRows: 10}"
resize="none"
style="width: 95%" style="width: 95%"
maxlength="4000" maxlength="4000"
show-word-limit show-word-limit
@@ -325,7 +326,8 @@
</el-upload> </el-upload>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div style="float: right"> </div>
<div style="height: 4%;text-align: right;">
<el-button <el-button
type="primary" type="primary"
class="common-button-primary" class="common-button-primary"
@@ -345,7 +347,6 @@
</el-button </el-button
> >
</div> </div>
</div>
</el-drawer> </el-drawer>
</div> </div>
</template> </template>
@@ -1041,7 +1042,7 @@ export default {
} }
.upload-demo{ .upload-demo{
/deep/.el-upload-list{ /deep/.el-upload-list{
height: 60vh; height: 42vh;
overflow-y: auto; overflow-y: auto;
} }
} }