Commit 1b8f4749 by zhangxiaolong

样式修改

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