Commit 5757fe6 1 parent 5e16cbe commit 5757fe6 Copy full SHA for 5757fe6
File tree 3 files changed +12
-8
lines changed
examples/sites/demos/pc/app/autocomplete
packages/theme/src/ip-address
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,15 @@ function loadAll() {
78
78
79
79
<style scoped>
80
80
.demo-autocomplete .tiny-autocomplete {
81
- width : 270 px ;
81
+ width : 300 px ;
82
82
}
83
- .pend-slot , .fix-slot {
83
+ .pend-slot ,
84
+ .fix-slot {
84
85
margin-right : 12px ;
85
86
}
86
87
87
88
.default-slot-buttom {
88
89
font-size : 12px ;
89
- color : #a29b91
90
+ color : #a29b91 ;
90
91
}
91
92
</style >
Original file line number Diff line number Diff line change @@ -85,14 +85,15 @@ export default {
85
85
86
86
<style scoped>
87
87
.demo-autocomplete .tiny-autocomplete {
88
- width : 270 px ;
88
+ width : 300 px ;
89
89
}
90
- .pend-slot , .fix-slot {
90
+ .pend-slot ,
91
+ .fix-slot {
91
92
margin-right : 12px ;
92
93
}
93
94
94
95
.default-slot-buttom {
95
96
font-size : 12px ;
96
- color : #a29b91
97
+ color : #a29b91 ;
97
98
}
98
99
</style >
Original file line number Diff line number Diff line change 27
27
text-align : left ;
28
28
box-sizing : border-box ;
29
29
30
+ & :has(> ul .disabled ) {
31
+ cursor : not-allowed ;
32
+ }
33
+
30
34
&__input {
31
35
position : relative ;
32
36
width : 100% ;
48
52
.placeholder (@color : var (--tv-IpAddress-normal-disabled-text-color )); // placeholder属性兼容处理
49
53
50
54
& :hover {
51
- cursor : pointer ;
52
55
border : 1px solid var (--tv-IpAddress-border-color-hover );
53
56
color : var (--tv-IpAddress-normal-text-color );
54
57
.placeholder (@color : var (--tv-IpAddress-normal-disabled-text-color ));
106
109
}
107
110
108
111
& :hover {
109
- cursor : pointer ;
110
112
color : var (--tv-IpAddress-normal-text-color );
111
113
}
112
114
You can’t perform that action at this time.
0 commit comments