Skip to content

Commit 0d01b27

Browse files
author
hikki
committed
v3.8
1 parent 7e5f895 commit 0d01b27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/assets/component.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@
137137
.dlp-dot-menu-select>div:first-child span{
138138
background: #ffffff;
139139
color: #4c4c4c;
140-
display: inline-block;
140+
display: inline-flex;
141141
border-radius: 2px;
142142
padding: 0 2px!important;
143-
height: 22px;
144-
line-height: 22px;
143+
height: 85%;
144+
align-items: center;
145145
margin-right: 2px!important;
146146
max-width: 5em;
147147
}

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"31": "AIKA -",
249249
"33": "永井みひな",
250250
"36": "河北彩花"
251-
},[2],1,{mode:true,placeholder: '选择女优',height:'120px'});
251+
},[2],3,{mode:true,placeholder: '选择女优',height:'120px'});
252252

253253
new ComponentLine("test2", {
254254
"name": {"name": "名称", "type": "input"},

0 commit comments

Comments
 (0)