lh-ui-next 0.1.9-beta.9 → 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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lh-ui-next",
3
3
  "description": "a friendly ui for vue3",
4
- "version": "0.1.9-beta.9",
4
+ "version": "0.1.9",
5
5
  "author": "Tinylj(lujin.pt@163.com)",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -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
- //这段样式只会在火狐下生效。之前遇到过一个BUG。就是edge浏览器既能让scrollbar-width生效 又能让 webkit-scrollbar生效。神奇TM的
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
+ }
@@ -0,0 +1,5 @@
1
+ .lh-count-down {
2
+ font-weight: bold;
3
+ font-size: 36px;
4
+ color:@color_b1;
5
+ }
@@ -345,7 +345,6 @@
345
345
  }
346
346
  }
347
347
  .lh-pagination__quickjump {
348
- margin-left: 24px;
349
348
  .lh-input__original {
350
349
  margin: 0 4px;
351
350
  line-height: 1px !important;
@@ -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
+ }
@@ -93,7 +93,9 @@
93
93
  font-size: 14px;
94
94
  cursor: pointer;
95
95
  position: relative;
96
- margin-right: 7px;
96
+ & + .lh-tab-content{
97
+ margin-left: 7px;
98
+ }
97
99
  border: 1px solid transparent;
98
100
  &:hover {
99
101
  color: @color_theme5;
@@ -67,6 +67,12 @@
67
67
  color:@color_b1;
68
68
  font-size: 14px;
69
69
  display: inline-block;
70
+ &.checked {
71
+ color: @color_theme6;
72
+ }
73
+ &.disabled {
74
+ cursor: auto;
75
+ }
70
76
  }
71
77
  &.active {
72
78
  .node-base-icon-wapper {