Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
e2fcec46
Commit
e2fcec46
authored
Feb 14, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数字类型
parent
71d53ef1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
FormItemSelf.vue
src/components/DentalTabForm/FormItemSelf.vue
+1
-0
FormItemSelf.vue
src/components/FormComponents/CustomForm/FormItemSelf.vue
+3
-2
No files found.
src/components/DentalTabForm/FormItemSelf.vue
View file @
e2fcec46
...
...
@@ -408,6 +408,7 @@ export default {
}
::v-deep
.el-input-number
.el-input__inner
{
text-align
:
left
;
padding
:
0
2px
!
important
;
}
::v-deep
.el-input
.el-input__inner
{
...
...
src/components/FormComponents/CustomForm/FormItemSelf.vue
View file @
e2fcec46
...
...
@@ -159,7 +159,7 @@
:precision=
"item.precision"
:min=
"item.minRows"
:max=
"item.maxRows"
style=
"display: table-cell"
style=
"display: table-cell
; text-align: left
"
@
blur=
"handleBlur"
></el-input-number>
<span
...
...
@@ -960,7 +960,8 @@ export default {
}
::v-deep
.el-input-number
.el-input__inner
{
padding
:
0
2px
!
important
;
padding
:
0
15px
!
important
;
text-align
:
left
;
}
.el-radio
{
...
...
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