File tree 6 files changed +11
-5
lines changed
examples/sites/demos/pc/app/select
6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 16
16
<br />
17
17
<br />
18
18
<br />
19
+ <br />
20
+ <br />
21
+ <br />
19
22
<div >场景 3:click-expand 折叠</div >
20
23
<br />
21
24
<tiny-select v-model =" value3" :max-visible-rows =" 2" :options =" options" multiple click-expand > </tiny-select >
Original file line number Diff line number Diff line change 16
16
<br />
17
17
<br />
18
18
<br />
19
+ <br />
20
+ <br />
21
+ <br />
19
22
<div >场景 3:click-expand 折叠</div >
20
23
<br />
21
24
<tiny-select v-model =" value3" :max-visible-rows =" 2" :options =" options" multiple click-expand > </tiny-select >
Original file line number Diff line number Diff line change 10
10
<tiny-form-item label =" 多选只读" >
11
11
<tiny-select v-model =" formData.select1" multiple :options =" options" hover-expand > </tiny-select >
12
12
</tiny-form-item >
13
+ <br />
14
+ <br />
13
15
</tiny-form >
14
16
</div >
15
17
</template >
Original file line number Diff line number Diff line change 10
10
<tiny-form-item label =" 多选只读" >
11
11
<tiny-select v-model =" formData.select1" multiple :options =" options" hover-expand > </tiny-select >
12
12
</tiny-form-item >
13
+ <br />
14
+ <br />
13
15
</tiny-form >
14
16
</div >
15
17
</template >
Original file line number Diff line number Diff line change 51
51
path :first-child {
52
52
fill : var (--tv-Option-icon-color-checked );
53
53
}
54
-
55
- path :last-child {
56
- fill : var (--tv-Option-icon-inverse-disabled );
57
- }
58
54
}
59
55
60
56
.check.tiny-svg {
Original file line number Diff line number Diff line change 456
456
<slot name="dropdown"></slot>
457
457
<li
458
458
v-if="multiple && showCheck && showAlloption && !state.multipleLimit && !state.query && !remote"
459
- class="tiny-option tiny-select-dropdown__item"
459
+ class="tiny-option tiny-option_all tiny- select-dropdown__item"
460
460
data-tag="tiny-option"
461
461
:class="[
462
462
{
You can’t perform that action at this time.
0 commit comments