Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
92017a39
Commit
92017a39
authored
Sep 15, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66896 【UI】列表样式、按钮icon、间距、边距、对齐、进度样式问题
parent
d9d4fa66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
1 deletion
+18
-1
element-ui.scss
src/assets/styles/element-ui.scss
+10
-0
prescribing-modle.vue
...ement/registration-queue/components/prescribing-modle.vue
+1
-0
registration-detail.vue
...ice-management/registration-queue/registration-detail.vue
+7
-1
No files found.
src/assets/styles/element-ui.scss
View file @
92017a39
...
...
@@ -517,6 +517,16 @@ input::-webkit-input-placeholder {
.el-input-number__increase
:hover
{
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
{
...
...
src/views/service-management/registration-queue/components/prescribing-modle.vue
View file @
92017a39
...
...
@@ -1032,3 +1032,4 @@ export default {
}
</
style
>
src/views/service-management/registration-queue/registration-detail.vue
View file @
92017a39
...
...
@@ -479,7 +479,7 @@
>
<el-input
v-model
.
trim=
"visitForm.doctorAdvice"
style=
"width:100% !important;"
style=
"
font-family:Microsoft Microsoft YaHei-Regular, Microsoft YaHei !important;
width:100% !important;"
maxlength=
"200"
placeholder=
"请输入医嘱"
show-word-limit
...
...
@@ -1177,3 +1177,9 @@ export default {
margin-left
:
6rem
!
important
;
}
</
style
>
<
style
lang=
"scss"
>
//解决输入框(text)与文本域(textarea)字体不一致问题
.el-textarea__inner
{
font-family
:
Microsoft
YaHei-Regular
,
Microsoft
YaHei
;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment