@steedos-widgets/amis-object 6.10.1-beta.34 → 6.10.1-beta.36

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.
@@ -15,6 +15,9 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
15
15
  className: string;
16
16
  };
17
17
  css: {
18
+ ".steedos-amis-instance-view-body": {
19
+ height: string;
20
+ };
18
21
  ".instance-approve-history .antd-Table-table thead": {
19
22
  display: string;
20
23
  };
@@ -36,6 +39,9 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
36
39
  ".antd-List-placeholder": {
37
40
  display: string;
38
41
  };
42
+ ".steedos-amis-instance-view .antd-Table-fixedTop": {
43
+ top: string;
44
+ };
39
45
  ".steedos-amis-instance-view .antd-Table-fixedTop:after": {
40
46
  "box-shadow": string;
41
47
  };
@@ -572,31 +578,18 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
572
578
  className: string;
573
579
  trs: {
574
580
  background: string;
575
- tds: ({
581
+ tds: {
576
582
  className: string;
577
583
  background: string;
578
584
  align: string;
579
585
  width: string;
580
586
  colspan: string;
581
- body: {
582
- type: string;
583
- tpl: string;
584
- id: string;
585
- }[];
587
+ body: any[];
586
588
  id: string;
587
589
  style: {
588
590
  padding: string;
589
591
  };
590
- } | {
591
- background: string;
592
- colspan: number;
593
- align: string;
594
- className: string;
595
- width: string;
596
- body: any[];
597
- id: string;
598
- style?: undefined;
599
- })[];
592
+ }[];
600
593
  }[];
601
594
  id: string;
602
595
  style: {
@@ -430,6 +430,10 @@ fieldset.antd-Collapse > legend{
430
430
  --Nav-item-onActive-color: var(--Layout-light--onActive);
431
431
  --Nav-Item-maxWidth--tabs: 200px;
432
432
  }
433
+ .antd-Nav-Menu.antd-Nav-Menu-horizontal {
434
+ --Menu-light-backgroundColor-onHover: rgba(151, 151, 151, 0.1);
435
+ --Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
436
+ }
433
437
 
434
438
  .antd-Nav {
435
439
  --Nav-item-onActive-color: #000;
@@ -459,7 +463,7 @@ fieldset.antd-Collapse > legend{
459
463
  }
460
464
 
461
465
  .antd-Nav-Menu-horizontal .antd-Nav-Menu-item.antd-Nav-Menu-item-selected:after {
462
- height: 3px;
466
+ height: 8px;
463
467
  top: 0;
464
468
  bottom: unset;
465
469
  background: rgb(14 165 233);
@@ -469,6 +473,21 @@ fieldset.antd-Collapse > legend{
469
473
  padding-right: 0.5rem;
470
474
  }
471
475
 
476
+ .antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected {
477
+ background: rgba(21,137,238,.1);
478
+ }
479
+
480
+ .antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected.antd-Nav-Menu-item-active {
481
+ background: var(--Menu-light-backgroundColor-onHover);
482
+ }
483
+
484
+ .antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-selected .antd-Nav-Menu-item-label{
485
+ color: var(--Menu-light-fontColor-onHover);
486
+ }
487
+
488
+ .antd-Nav-Menu-horizontal.antd-Nav-Menu-light .antd-Nav-Menu-item.antd-Nav-Menu-item-active .antd-Nav-Menu-item-label{
489
+ color: var(--Menu-light-fontColor-onHover);
490
+ }
472
491
 
473
492
  .antd-Nav-Menu-horizontal > .antd-Nav-Menu-item-tooltip-wrap > .antd-Nav-Menu-item {
474
493
  padding: 0 15px;
@@ -2275,16 +2294,19 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2275
2294
  height: 50px;
2276
2295
  }
2277
2296
 
2278
- .lookup-left {
2297
+ .amis-object-field-lookup .lookup-left {
2279
2298
  max-width: 50% !important;
2280
2299
  }
2281
- .lookup-left .antd-Select-popover {
2300
+ .amis-object-field-lookup .lookup-left .antd-Select-popover {
2282
2301
  width: auto !important;
2283
2302
  }
2284
- .antd-InputGroup .antd-SelectControl.lookup-left .antd-Select {
2285
- border-right-width: 1px;
2286
- border-top-right-radius: 5px;
2287
- border-bottom-right-radius: 5px;
2303
+ .amis-object-field-lookup .antd-InputGroup .antd-SelectControl.lookup-left .antd-Select {
2304
+ border-top-right-radius: 0;
2305
+ border-bottom-right-radius: 0;
2306
+ }
2307
+ .amis-object-field-lookup .antd-InputGroup .antd-PickerControl .antd-Picker-input {
2308
+ border-top-left-radius: 0;
2309
+ border-bottom-left-radius: 0;
2288
2310
  }
2289
2311
 
2290
2312
  @media (min-width: 767px) {
@@ -3015,6 +3037,9 @@ body.sidebar #sidebar {
3015
3037
  }
3016
3038
  .steedos-amis-instance-view .instance-name {
3017
3039
  font-size: 20px;
3040
+ position: sticky;
3041
+ top: -13px;
3042
+ background: #fff;
3018
3043
  }
3019
3044
  .steedos-amis-instance-view .instance-form-view {
3020
3045
  width: 100%;