Commit 1b8f4749 by zhangxiaolong

样式修改

parent ffa67742
......@@ -52,7 +52,7 @@
:close-on-click-modal='false'
title="状态修改"
:visible.sync='dialogVisible'
width='700px'>
width='500px'>
<el-form
label-position='right'
label-width='130px'
......@@ -79,6 +79,9 @@
</el-form-item>
<el-form-item label='备注信息' prop='remark'>
<el-input
type="textarea"
class="textRemark"
style="width: 175%;"
v-model='addcurrencyform.remark'
placeholder='请输入备注信息'></el-input>
</el-form-item>
......@@ -89,14 +92,14 @@
<el-button
@click='dialogVisible = false'
size='mini'
style='width: 130px'>
style='width: 80px'>
取消
</el-button>
<el-button
type='primary'
@click='addCurrency()'
size='mini'
style='width: 130px'>
style='width: 80px'>
确认
</el-button>
</span>
......@@ -324,5 +327,11 @@ export default {
max-height: 61vh;
overflow: auto;
}
.textRemark{
width: 175%;
::v-deep .el-textarea__inner{
height: 100px;
}
}
}
</style>
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