ls-pro-common 1.0.76 → 1.0.78
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/dist/common.css +168 -59
- package/dist/common.js +1 -1
- package/dist/common.min.css +168 -59
- package/dist/common.min.js +1 -1
- package/es/components/DtlLayout.d.ts +1 -0
- package/es/components/DtlLayout.js +7 -4
- package/es/components/IconSelector.js +3 -3
- package/es/components/ImageSelector.js +3 -3
- package/es/components/InputTable.js +7 -4
- package/es/components/common.less +6 -0
- package/es/http/index.js +2 -2
- package/es/utils/index.d.ts +1 -1
- package/es/utils/index.js +2 -2
- package/lib/components/DtlLayout.d.ts +1 -0
- package/lib/components/DtlLayout.js +7 -4
- package/lib/components/IconSelector.js +3 -3
- package/lib/components/ImageSelector.js +3 -3
- package/lib/components/InputTable.js +7 -4
- package/lib/components/common.less +6 -0
- package/lib/http/index.js +2 -2
- package/lib/utils/index.d.ts +1 -1
- package/lib/utils/index.js +2 -2
- package/package.json +3 -3
package/dist/common.css
CHANGED
|
@@ -223,6 +223,9 @@ a:hover {
|
|
|
223
223
|
max-height: calc(100vh - 180px);
|
|
224
224
|
overflow-y: auto;
|
|
225
225
|
}
|
|
226
|
+
.ant-input-has-value:hover .ant-input-clear-icon {
|
|
227
|
+
visibility: visible;
|
|
228
|
+
}
|
|
226
229
|
|
|
227
230
|
.pro-table-tooltip-text span {
|
|
228
231
|
color: #fff;
|
|
@@ -294,40 +297,68 @@ a:hover {
|
|
|
294
297
|
}
|
|
295
298
|
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
|
|
296
299
|
flex: 1;
|
|
297
|
-
overflow: auto !important;
|
|
298
|
-
}
|
|
299
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-title,
|
|
300
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-footer,
|
|
301
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
302
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-tbody > tr > td,
|
|
303
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > th,
|
|
304
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > td {
|
|
305
|
-
padding: 10px 5px;
|
|
306
|
-
white-space: nowrap;
|
|
307
|
-
text-overflow: ellipsis;
|
|
308
|
-
overflow: hidden;
|
|
309
|
-
}
|
|
310
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
|
|
311
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
|
|
312
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
|
|
313
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-right-first,
|
|
314
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-right-first,
|
|
315
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-right-first {
|
|
316
|
-
padding-left: 15px;
|
|
317
|
-
}
|
|
318
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-left-last,
|
|
319
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-left-last,
|
|
320
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-left-last,
|
|
321
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
|
|
322
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
|
|
323
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
324
|
-
padding-right: 15px;
|
|
325
300
|
}
|
|
326
301
|
.ant-pro-table-srcoll .ant-table-placeholder td {
|
|
327
302
|
border-bottom: none;
|
|
328
303
|
}
|
|
329
304
|
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
|
|
330
|
-
padding-right: 17px;
|
|
305
|
+
padding-right: 17px !important;
|
|
306
|
+
}
|
|
307
|
+
.ant-table.ant-table-small .ant-table-title,
|
|
308
|
+
.ant-table.ant-table-small .ant-table-footer,
|
|
309
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
310
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td,
|
|
311
|
+
.ant-table.ant-table-small tfoot > tr > th,
|
|
312
|
+
.ant-table.ant-table-small tfoot > tr > td {
|
|
313
|
+
padding: 10px 5px;
|
|
314
|
+
white-space: nowrap;
|
|
315
|
+
text-overflow: ellipsis;
|
|
316
|
+
}
|
|
317
|
+
.ant-table.ant-table-small .ant-table-title:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
318
|
+
.ant-table.ant-table-small .ant-table-footer:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
319
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
320
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
321
|
+
.ant-table.ant-table-small tfoot > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
322
|
+
.ant-table.ant-table-small tfoot > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
323
|
+
.ant-table.ant-table-small .ant-table-title:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
324
|
+
.ant-table.ant-table-small .ant-table-footer:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
325
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
326
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
327
|
+
.ant-table.ant-table-small tfoot > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
328
|
+
.ant-table.ant-table-small tfoot > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last) {
|
|
329
|
+
overflow: hidden;
|
|
330
|
+
}
|
|
331
|
+
.ant-table.ant-table-small .ant-table-title:first-child,
|
|
332
|
+
.ant-table.ant-table-small .ant-table-footer:first-child,
|
|
333
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th:first-child,
|
|
334
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
|
|
335
|
+
.ant-table.ant-table-small tfoot > tr > th:first-child,
|
|
336
|
+
.ant-table.ant-table-small tfoot > tr > td:first-child {
|
|
337
|
+
padding: 10px 5px 10px 16px;
|
|
338
|
+
}
|
|
339
|
+
.ant-table.ant-table-small .ant-table-title:last-child,
|
|
340
|
+
.ant-table.ant-table-small .ant-table-footer:last-child,
|
|
341
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th:last-child,
|
|
342
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
|
|
343
|
+
.ant-table.ant-table-small tfoot > tr > th:last-child,
|
|
344
|
+
.ant-table.ant-table-small tfoot > tr > td:last-child {
|
|
345
|
+
padding: 10px 16px 10px 5px;
|
|
346
|
+
}
|
|
347
|
+
.ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
|
|
348
|
+
.ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
|
|
349
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
|
|
350
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-right-first,
|
|
351
|
+
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-right-first,
|
|
352
|
+
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-right-first {
|
|
353
|
+
padding-left: 15px !important;
|
|
354
|
+
}
|
|
355
|
+
.ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-left-last,
|
|
356
|
+
.ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-left-last,
|
|
357
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-left-last,
|
|
358
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
|
|
359
|
+
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
|
|
360
|
+
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
361
|
+
padding-right: 15px !important;
|
|
331
362
|
}
|
|
332
363
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
|
|
333
364
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
|
|
@@ -338,6 +369,22 @@ a:hover {
|
|
|
338
369
|
padding: 7px 5px;
|
|
339
370
|
font-size: 12px;
|
|
340
371
|
}
|
|
372
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:first-child,
|
|
373
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:first-child,
|
|
374
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th:first-child,
|
|
375
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
|
|
376
|
+
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:first-child,
|
|
377
|
+
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:first-child {
|
|
378
|
+
padding: 7px 5px 7px 16px;
|
|
379
|
+
}
|
|
380
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:last-child,
|
|
381
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:last-child,
|
|
382
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th:last-child,
|
|
383
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
|
|
384
|
+
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:last-child,
|
|
385
|
+
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:last-child {
|
|
386
|
+
padding: 7px 16px 7px 5px;
|
|
387
|
+
}
|
|
341
388
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
|
|
342
389
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
|
|
343
390
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
|
|
@@ -382,13 +429,16 @@ a:hover {
|
|
|
382
429
|
.ls-pro-table .ant-table-thead tr th {
|
|
383
430
|
background-color: #f5f9ff;
|
|
384
431
|
}
|
|
432
|
+
.ls-pro-table .resizable-th,
|
|
385
433
|
.ls-pro-table .react-resizable {
|
|
386
434
|
position: relative;
|
|
387
435
|
}
|
|
436
|
+
.ls-pro-table .resizable-th::before,
|
|
388
437
|
.ls-pro-table .react-resizable::before {
|
|
389
438
|
height: 0 !important;
|
|
390
439
|
width: 0 !important;
|
|
391
440
|
}
|
|
441
|
+
.ls-pro-table .resizable-th-handle,
|
|
392
442
|
.ls-pro-table .react-resizable-handle {
|
|
393
443
|
cursor: col-resize;
|
|
394
444
|
border-left: solid 1px rgba(0, 0, 0, 0.12);
|
|
@@ -400,6 +450,12 @@ a:hover {
|
|
|
400
450
|
transition: background-color 0.3s;
|
|
401
451
|
width: 3px;
|
|
402
452
|
}
|
|
453
|
+
.ls-pro-table .resizable-th .resizable-th-handle {
|
|
454
|
+
visibility: hidden;
|
|
455
|
+
}
|
|
456
|
+
.ls-pro-table .resizable-th:hover .resizable-th-handle {
|
|
457
|
+
visibility: visible;
|
|
458
|
+
}
|
|
403
459
|
.theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
|
|
404
460
|
background-color: #fcfaf7;
|
|
405
461
|
}
|
|
@@ -2263,40 +2319,68 @@ html {
|
|
|
2263
2319
|
}
|
|
2264
2320
|
.ant-pro-table-srcoll .ant-card .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container div.ant-table-body {
|
|
2265
2321
|
flex: 1;
|
|
2266
|
-
overflow: auto !important;
|
|
2267
|
-
}
|
|
2268
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-title,
|
|
2269
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-footer,
|
|
2270
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
2271
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-tbody > tr > td,
|
|
2272
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > th,
|
|
2273
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > td {
|
|
2274
|
-
padding: 10px 5px;
|
|
2275
|
-
white-space: nowrap;
|
|
2276
|
-
text-overflow: ellipsis;
|
|
2277
|
-
overflow: hidden;
|
|
2278
|
-
}
|
|
2279
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
|
|
2280
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
|
|
2281
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
|
|
2282
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-right-first,
|
|
2283
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-right-first,
|
|
2284
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-right-first {
|
|
2285
|
-
padding-left: 15px;
|
|
2286
|
-
}
|
|
2287
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-left-last,
|
|
2288
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-left-last,
|
|
2289
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-left-last,
|
|
2290
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
|
|
2291
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
|
|
2292
|
-
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
2293
|
-
padding-right: 15px;
|
|
2294
2322
|
}
|
|
2295
2323
|
.ant-pro-table-srcoll .ant-table-placeholder td {
|
|
2296
2324
|
border-bottom: none;
|
|
2297
2325
|
}
|
|
2298
2326
|
.ant-pro-table-srcoll .ant-table.ant-table-small tfoot.ant-table-summary tr td:last-child {
|
|
2299
|
-
padding-right: 17px;
|
|
2327
|
+
padding-right: 17px !important;
|
|
2328
|
+
}
|
|
2329
|
+
.ant-table.ant-table-small .ant-table-title,
|
|
2330
|
+
.ant-table.ant-table-small .ant-table-footer,
|
|
2331
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
2332
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td,
|
|
2333
|
+
.ant-table.ant-table-small tfoot > tr > th,
|
|
2334
|
+
.ant-table.ant-table-small tfoot > tr > td {
|
|
2335
|
+
padding: 10px 5px;
|
|
2336
|
+
white-space: nowrap;
|
|
2337
|
+
text-overflow: ellipsis;
|
|
2338
|
+
}
|
|
2339
|
+
.ant-table.ant-table-small .ant-table-title:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2340
|
+
.ant-table.ant-table-small .ant-table-footer:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2341
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2342
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2343
|
+
.ant-table.ant-table-small tfoot > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2344
|
+
.ant-table.ant-table-small tfoot > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2345
|
+
.ant-table.ant-table-small .ant-table-title:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2346
|
+
.ant-table.ant-table-small .ant-table-footer:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2347
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2348
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2349
|
+
.ant-table.ant-table-small tfoot > tr > th:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last),
|
|
2350
|
+
.ant-table.ant-table-small tfoot > tr > td:not(.ant-table-cell-fix-right-first, .ant-table-cell-fix-left-last) {
|
|
2351
|
+
overflow: hidden;
|
|
2352
|
+
}
|
|
2353
|
+
.ant-table.ant-table-small .ant-table-title:first-child,
|
|
2354
|
+
.ant-table.ant-table-small .ant-table-footer:first-child,
|
|
2355
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th:first-child,
|
|
2356
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
|
|
2357
|
+
.ant-table.ant-table-small tfoot > tr > th:first-child,
|
|
2358
|
+
.ant-table.ant-table-small tfoot > tr > td:first-child {
|
|
2359
|
+
padding: 10px 5px 10px 16px;
|
|
2360
|
+
}
|
|
2361
|
+
.ant-table.ant-table-small .ant-table-title:last-child,
|
|
2362
|
+
.ant-table.ant-table-small .ant-table-footer:last-child,
|
|
2363
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th:last-child,
|
|
2364
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
|
|
2365
|
+
.ant-table.ant-table-small tfoot > tr > th:last-child,
|
|
2366
|
+
.ant-table.ant-table-small tfoot > tr > td:last-child {
|
|
2367
|
+
padding: 10px 16px 10px 5px;
|
|
2368
|
+
}
|
|
2369
|
+
.ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
|
|
2370
|
+
.ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
|
|
2371
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
|
|
2372
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-right-first,
|
|
2373
|
+
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-right-first,
|
|
2374
|
+
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-right-first {
|
|
2375
|
+
padding-left: 15px !important;
|
|
2376
|
+
}
|
|
2377
|
+
.ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-left-last,
|
|
2378
|
+
.ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-left-last,
|
|
2379
|
+
.ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-left-last,
|
|
2380
|
+
.ant-table.ant-table-small .ant-table-tbody > tr > td.ant-table-cell-fix-left-last,
|
|
2381
|
+
.ant-table.ant-table-small tfoot > tr > th.ant-table-cell-fix-left-last,
|
|
2382
|
+
.ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
|
|
2383
|
+
padding-right: 15px !important;
|
|
2300
2384
|
}
|
|
2301
2385
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title,
|
|
2302
2386
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer,
|
|
@@ -2307,6 +2391,22 @@ html {
|
|
|
2307
2391
|
padding: 7px 5px;
|
|
2308
2392
|
font-size: 12px;
|
|
2309
2393
|
}
|
|
2394
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:first-child,
|
|
2395
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:first-child,
|
|
2396
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th:first-child,
|
|
2397
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
|
|
2398
|
+
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:first-child,
|
|
2399
|
+
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:first-child {
|
|
2400
|
+
padding: 7px 5px 7px 16px;
|
|
2401
|
+
}
|
|
2402
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:last-child,
|
|
2403
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:last-child,
|
|
2404
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th:last-child,
|
|
2405
|
+
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
|
|
2406
|
+
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:last-child,
|
|
2407
|
+
.ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:last-child {
|
|
2408
|
+
padding: 7px 16px 7px 5px;
|
|
2409
|
+
}
|
|
2310
2410
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
|
|
2311
2411
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
|
|
2312
2412
|
.ls-pro-table-mini .ant-table.ant-table-small .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
|
|
@@ -2351,13 +2451,16 @@ html {
|
|
|
2351
2451
|
.ls-pro-table .ant-table-thead tr th {
|
|
2352
2452
|
background-color: #f5f9ff;
|
|
2353
2453
|
}
|
|
2454
|
+
.ls-pro-table .resizable-th,
|
|
2354
2455
|
.ls-pro-table .react-resizable {
|
|
2355
2456
|
position: relative;
|
|
2356
2457
|
}
|
|
2458
|
+
.ls-pro-table .resizable-th::before,
|
|
2357
2459
|
.ls-pro-table .react-resizable::before {
|
|
2358
2460
|
height: 0 !important;
|
|
2359
2461
|
width: 0 !important;
|
|
2360
2462
|
}
|
|
2463
|
+
.ls-pro-table .resizable-th-handle,
|
|
2361
2464
|
.ls-pro-table .react-resizable-handle {
|
|
2362
2465
|
cursor: col-resize;
|
|
2363
2466
|
border-left: solid 1px rgba(0, 0, 0, 0.12);
|
|
@@ -2369,6 +2472,12 @@ html {
|
|
|
2369
2472
|
transition: background-color 0.3s;
|
|
2370
2473
|
width: 3px;
|
|
2371
2474
|
}
|
|
2475
|
+
.ls-pro-table .resizable-th .resizable-th-handle {
|
|
2476
|
+
visibility: hidden;
|
|
2477
|
+
}
|
|
2478
|
+
.ls-pro-table .resizable-th:hover .resizable-th-handle {
|
|
2479
|
+
visibility: visible;
|
|
2480
|
+
}
|
|
2372
2481
|
.theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
|
|
2373
2482
|
background-color: #fcfaf7;
|
|
2374
2483
|
}
|
|
@@ -2634,7 +2743,7 @@ html {
|
|
|
2634
2743
|
.ant-pro-table-alert {
|
|
2635
2744
|
position: absolute;
|
|
2636
2745
|
bottom: 24px;
|
|
2637
|
-
margin-left:
|
|
2746
|
+
margin-left: 16px;
|
|
2638
2747
|
}
|
|
2639
2748
|
.ant-pro-table-alert .ant-alert.ant-alert-no-icon {
|
|
2640
2749
|
height: 32px;
|