Commit a8a7e6d1 authored by 黄媛媛's avatar 黄媛媛

修改样式

parent 41f99dd0
......@@ -106,13 +106,13 @@
<el-input class="w220" v-model="addMsg.Title"></el-input>
</el-form-item>
<el-form-item label="接收人" prop="EmployeeId">
<el-select filterable v-model="addMsg.EmployeeId" >
<el-select class="w220" filterable v-model="addMsg.EmployeeId" >
<!-- <el-option label="不限" value=''></el-option> -->
<el-option v-for="item in EmployeeList" :label='item.EmName' :value='item.EmployeeId' :key='item.EmployeeId'></el-option>
</el-select>
</el-form-item>
<el-form-item label="描述" >
<el-input style="width:540px" type="textarea" :autosize="{ minRows: 2, maxRows: 4}" v-model="addMsg.Description"></el-input>
<el-input style="width:543px" type="textarea" :autosize="{ minRows: 2, maxRows: 4}" v-model="addMsg.Description"></el-input>
</el-form-item>
<div style="padding-left:100px" class="_addUpload_box clearfix">
<template v-for="(file,fIndex) in saveMsg">
......
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