Commit fa2fb4ad authored by 姬鋆屾's avatar 姬鋆屾

提交

parent 21f79ec4
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
? data.entity.remark && data.entity.remark != "" ? data.entity.remark && data.entity.remark != ""
? (data.entity.remark = data.entity.remark) ? (data.entity.remark = data.entity.remark)
: (data.entity.remark = : (data.entity.remark =
"迟到:0 次,\n早退:0 次,\n缺卡:0次,\n请假:0") "迟到:0 次,\n早退:0 次,\n缺卡:0 次,\n请假:0 ")
: ""; : "";
return data; return data;
}, },
......
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
v-model="form.remark" v-model="form.remark"
:autosize="{ minRows: 2, maxRows: 8 }" :autosize="{ minRows: 2, maxRows: 8 }"
placeholder="请输入备注内容" placeholder="请输入备注内容"
style="font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, STHeiTi, Arial, sans-serif;"
></el-input> ></el-input>
</span> </span>
</el-col> </el-col>
...@@ -296,5 +297,13 @@ export default { ...@@ -296,5 +297,13 @@ export default {
height: 85%; height: 85%;
overflow-y: auto; overflow-y: auto;
} }
/deep/.el-textarea input::-moz-input-placeholder {
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial,
sans-serif !important;
}
/deep/.el-textarea input::-webkit-input-placeholder {
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial,
sans-serif !important;
}
} }
</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