lh-ui-next 0.1.9-beta.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/lib/lh-ui-next.mjs +905 -825
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +1 -1
- package/static/css/compact/compact.less +24 -0
- package/static/css/lhseer/class.less +1 -1
- package/static/css/package/button.less +11 -2
- package/static/css/package/countDown.less +5 -0
- package/static/css/package/pagination.less +0 -1
- package/static/css/package/select.less +4 -1
- package/static/css/package/tab.less +3 -1
- package/static/css/package/tree.less +6 -0
- package/static/css/theme-compact-blue/main.css +1 -1
- package/static/css/theme-compact-blue/main.less +3 -1
- package/static/css/theme-loose-blue/main.css +1 -1
- package/static/css/theme-loose-blue/main.less +2 -1
- package/static/css/theme-loose-orange/main.css +1 -1
- package/static/css/theme-loose-orange/main.less +2 -1
- package/static/iconFontComponent/iconfont.css +34 -6
- package/static/iconFontComponent/iconfont.eot +0 -0
- package/static/iconFontComponent/iconfont.js +1 -1
- package/static/iconFontComponent/iconfont.json +49 -0
- package/static/iconFontComponent/iconfont.svg +15 -1
- package/static/iconFontComponent/iconfont.ttf +0 -0
- package/static/iconFontComponent/iconfont.woff +0 -0
- package/static/iconFontComponent/iconfont.woff2 +0 -0
package/package.json
CHANGED
|
@@ -87,6 +87,17 @@
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
.lh-tab {
|
|
90
|
+
.lh-tab-div-n1 {
|
|
91
|
+
&.mini {
|
|
92
|
+
.lh-tab-content {
|
|
93
|
+
height: 22px;
|
|
94
|
+
line-height: 20px;
|
|
95
|
+
padding-left: 8px;
|
|
96
|
+
padding-right: 8px;
|
|
97
|
+
font-size: 12px;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
90
101
|
.lh-tab-div-n3 {
|
|
91
102
|
.lh-tab-content {
|
|
92
103
|
height: 28px;
|
|
@@ -202,6 +213,19 @@
|
|
|
202
213
|
line-height: 22px;
|
|
203
214
|
}
|
|
204
215
|
}
|
|
216
|
+
&.big {
|
|
217
|
+
.lh-input-cornInput {
|
|
218
|
+
height:36px;
|
|
219
|
+
font-size: 16px;
|
|
220
|
+
line-height: 36px;
|
|
221
|
+
}
|
|
222
|
+
.lh-input__prefix {
|
|
223
|
+
line-height: 36px;
|
|
224
|
+
}
|
|
225
|
+
.lh-input__suffix {
|
|
226
|
+
line-height: 36px;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
205
229
|
}
|
|
206
230
|
.lh-select-tile {
|
|
207
231
|
.lh-select-tile-ul {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
height: 40px;
|
|
26
26
|
padding-top: 2px;
|
|
27
27
|
}
|
|
28
|
-
|
|
28
|
+
//这段样式只会在火狐firefox下生效。之前遇到过一个BUG。就是edge浏览器既能让scrollbar-width生效 又能让 webkit-scrollbar生效。神奇TM的
|
|
29
29
|
@-moz-document url-prefix() {
|
|
30
30
|
.lh-scroll-common {
|
|
31
31
|
scrollbar-color: @color_b5 transparent; /* 第一个方块颜色,第二个轨道颜色(用于更改火狐浏览器样式) */
|
|
@@ -235,7 +235,16 @@
|
|
|
235
235
|
margin-left: 0;
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
|
|
238
|
+
&.lh-button-text-type6 {
|
|
239
|
+
cursor: auto;
|
|
240
|
+
color: @color_b1;
|
|
241
|
+
&:hover {
|
|
242
|
+
color:@color_b1;
|
|
243
|
+
}
|
|
244
|
+
&:active {
|
|
245
|
+
color:@color_b1;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
239
248
|
&:hover {
|
|
240
249
|
color:@color_theme5;
|
|
241
250
|
}
|
|
@@ -252,4 +261,4 @@
|
|
|
252
261
|
& + .lh-button-text{
|
|
253
262
|
margin-left: 16px;
|
|
254
263
|
}
|
|
255
|
-
}
|
|
264
|
+
}
|
|
@@ -144,6 +144,9 @@
|
|
|
144
144
|
margin-top: 3px;
|
|
145
145
|
margin-right: 2px;
|
|
146
146
|
line-height: 16px;
|
|
147
|
+
max-width: -moz-calc(~"100% - 38px");
|
|
148
|
+
max-width: -webkit-calc(~"100% - 38px");
|
|
149
|
+
max-width: calc(~"100% - 38px");
|
|
147
150
|
}
|
|
148
151
|
.dropdown-icon {
|
|
149
152
|
top: 4px;
|
|
@@ -257,4 +260,4 @@
|
|
|
257
260
|
// 下拉popover样式覆写
|
|
258
261
|
.lh-select-popover-content {
|
|
259
262
|
overflow: hidden;
|
|
260
|
-
}
|
|
263
|
+
}
|