Skip to content

Commit 87d7c95

Browse files
author
sheepzh
committed
Fix input shaking (#123)
1 parent 6f9ae93 commit 87d7c95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/app/components/limit/modify/style/el-input.sass

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ $prefixWidth: 110px
1414
// Hide the cursor, but show the text
1515
color: transparent
1616
text-shadow: 0 0 0 #606266
17+
.limit-modify-time-limit-input
18+
.el-input__suffix
19+
// Fix shaking of clear button
20+
// @see https://github.com/sheepzh/timer/issues/123
21+
position: absolute
22+
right: 59px
23+
.el-input-group__append
24+
width: 12px
1725
.el-input__prefix
1826
// The origin is 5px
1927
left: 0

0 commit comments

Comments
 (0)