Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2019-01-22 17:06:31 +0800
Commit
65b53b24c89c10dc436e75a941283d863fef5b67
1 parent
3ca83adc
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
apps/pages/single/license/components/date-pick.vue
apps/pages/single/license/components/input.vue
apps/pages/single/license/components/date-pick.vue
View file @
65b53b2
@@ -125,6 +125,7 @@ export default {
@@ -125,6 +125,7 @@ export default {
125
125
126
.input-wrapper {
126
.input-wrapper {
127
display: inline-block;
127
display: inline-block;
128
+
line-height: 1;
128
}
129
}
129
130
130
.cube-picker-panel {
131
.cube-picker-panel {
apps/pages/single/license/components/input.vue
View file @
65b53b2
@@ -76,6 +76,7 @@ export default {
@@ -76,6 +76,7 @@ export default {
76
.wrapper-input {
76
.wrapper-input {
77
font-size: 28px;
77
font-size: 28px;
78
width: 100%;
78
width: 100%;
79
+
line-height: 1;
79
}
80
}
80
81
81
.error {
82
.error {
Please
register
or
login
to post a comment