Skip to content

Commit 7786a4c

Browse files
author
hikki
committed
v3 css
1 parent 64cfe77 commit 7786a4c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

resources/assets/component.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,12 @@
179179
animation-duration: .2s;
180180
}
181181
.dlp-input{
182+
padding: 1 2px!important;
182183
vertical-align: middle;
183184
display: inline-block;
184-
width: auto;
185-
height: 20px;
186-
padding-left: 4px;
187-
padding-right: 4px;
188-
background: #ededed;;
185+
width: calc(100% - 8px)!important;
186+
height: 20px!important;
187+
background: #ededed;
189188
color: #666;
190189
border: 1px solid #e5e5e5;
191190
transition: .2s ease-in-out;

0 commit comments

Comments
 (0)