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

提交

parent 21f79ec4
......@@ -23,7 +23,7 @@ export default {
? 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;
},
......
......@@ -82,6 +82,7 @@
v-model="form.remark"
:autosize="{ minRows: 2, maxRows: 8 }"
placeholder="请输入备注内容"
style="font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, STHeiTi, Arial, sans-serif;"
></el-input>
</span>
</el-col>
......@@ -296,5 +297,13 @@ export default {
height: 85%;
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>
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