We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9ae93 commit 87d7c95Copy full SHA for 87d7c95
src/app/components/limit/modify/style/el-input.sass
@@ -14,6 +14,14 @@ $prefixWidth: 110px
14
// Hide the cursor, but show the text
15
color: transparent
16
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
25
.el-input__prefix
26
// The origin is 5px
27
left: 0
0 commit comments