Commit 92017a39 authored by 小费同学阿's avatar 小费同学阿 💬

66896 【UI】列表样式、按钮icon、间距、边距、对齐、进度样式问题

parent d9d4fa66
...@@ -517,6 +517,16 @@ input::-webkit-input-placeholder { ...@@ -517,6 +517,16 @@ input::-webkit-input-placeholder {
.el-input-number__increase:hover { .el-input-number__increase:hover {
color: #5bb647; color: #5bb647;
} }
/*输入框*/
.el-input__inner{
color: #333333;
font-family:Microsoft YaHei !important;
}
/*文本框*/
.el-textarea__inner {
color: #333333;
font-family:Microsoft YaHei !important;
}
// 下拉选多选 // 下拉选多选
.el-select .el-select__tags > span { .el-select .el-select__tags > span {
......
...@@ -1032,3 +1032,4 @@ export default { ...@@ -1032,3 +1032,4 @@ export default {
} }
</style> </style>
...@@ -479,7 +479,7 @@ ...@@ -479,7 +479,7 @@
> >
<el-input <el-input
v-model.trim="visitForm.doctorAdvice" v-model.trim="visitForm.doctorAdvice"
style="width:100% !important;" style="font-family:Microsoft Microsoft YaHei-Regular, Microsoft YaHei !important;width:100% !important;"
maxlength="200" maxlength="200"
placeholder="请输入医嘱" placeholder="请输入医嘱"
show-word-limit show-word-limit
...@@ -1177,3 +1177,9 @@ export default { ...@@ -1177,3 +1177,9 @@ export default {
margin-left: 6rem !important; margin-left: 6rem !important;
} }
</style> </style>
<style lang="scss">
//解决输入框(text)与文本域(textarea)字体不一致问题
.el-textarea__inner {
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
</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