super-page-designer 2.2.73 → 2.2.77-sit3

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.
Files changed (120) hide show
  1. package/dist/es/components/design/utils/assemblys-config.js +6 -6
  2. package/dist/es/components/design/utils/common-util.js +18 -7
  3. package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +33 -33
  4. package/dist/es/components/design/views/assemblys/button/button/button-design.vue2.js +21 -21
  5. package/dist/es/components/design/views/assemblys/button/button-group/buttongroup-attr-base.vue.js +8 -8
  6. package/dist/es/components/design/views/assemblys/button/button-group/buttongroup-design.vue.js +4 -1
  7. package/dist/es/components/design/views/assemblys/button/button-group/buttongroup-design.vue2.js +38 -34
  8. package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +2 -2
  9. package/dist/es/components/design/views/assemblys/button/component/condition-dialog.vue.js +3 -3
  10. package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue.js +1 -1
  11. package/dist/es/components/design/views/assemblys/button/component/journal-set-dialog.vue2.js +8 -8
  12. package/dist/es/components/design/views/assemblys/button/component/set-dialog.vue.js +1 -1
  13. package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-base.vue.js +1 -1
  14. package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-base.vue.js +20 -19
  15. package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-design.vue2.js +19 -19
  16. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +9 -8
  17. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-design.vue2.js +19 -19
  18. package/dist/es/components/design/views/assemblys/chart/column-line/column-line-design.vue2.js +9 -9
  19. package/dist/es/components/design/views/assemblys/chart/gauge/gauge-design.vue2.js +9 -9
  20. package/dist/es/components/design/views/assemblys/chart/pie/pie-design.vue2.js +8 -8
  21. package/dist/es/components/design/views/assemblys/chart/radar/radar-design.vue2.js +12 -12
  22. package/dist/es/components/design/views/assemblys/chart/scatter/scatter-design.vue2.js +11 -11
  23. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue.js +1 -1
  24. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/data-origin.vue2.js +39 -36
  25. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/font-style-dialog.vue.js +12 -12
  26. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/style-table.vue.js +14 -14
  27. package/dist/es/components/design/views/assemblys/chart/statistical-table/component/table-showcondition.vue.js +12 -12
  28. package/dist/es/components/design/views/assemblys/chart/statistical-table/statisticalTable-design.vue2.js +24 -23
  29. package/dist/es/components/design/views/assemblys/common/common-advanced-basic-showcondition.vue.js +6 -6
  30. package/dist/es/components/design/views/assemblys/common/common-attr-size.vue.js +1 -1
  31. package/dist/es/components/design/views/assemblys/common/common-i18n-key-input.vue.js +11 -11
  32. package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue.js +53 -53
  33. package/dist/es/components/design/views/assemblys/common/common-select-page.vue.js +1 -1
  34. package/dist/es/components/design/views/assemblys/common/common-select-table.vue.js +3 -3
  35. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +3 -3
  36. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +11 -11
  37. package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +59 -59
  38. package/dist/es/components/design/views/assemblys/container/card/card-design.vue.js +4 -1
  39. package/dist/es/components/design/views/assemblys/container/card/card-design.vue2.js +43 -38
  40. package/dist/es/components/design/views/assemblys/container/iframe/iframe-attr-base.vue.js +4 -4
  41. package/dist/es/components/design/views/assemblys/container/tabs/tabs-attr-base.vue.js +31 -31
  42. package/dist/es/components/design/views/assemblys/container/tabs/tabs-attr.vue2.js +10 -10
  43. package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue.js +1 -1
  44. package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue2.js +19 -19
  45. package/dist/es/components/design/views/assemblys/container/tools/tools-design.vue2.js +1 -1
  46. package/dist/es/components/design/views/assemblys/data/component/column-config.vue.js +2 -2
  47. package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
  48. package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +30 -30
  49. package/dist/es/components/design/views/assemblys/data/component/configuration-value.vue.js +7 -7
  50. package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue.js +1 -1
  51. package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue2.js +4 -4
  52. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
  53. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +10 -10
  54. package/dist/es/components/design/views/assemblys/data/component/dynamic-column.vue.js +1 -1
  55. package/dist/es/components/design/views/assemblys/data/component/formatting.vue.js +5 -5
  56. package/dist/es/components/design/views/assemblys/data/component/querySetting.vue.js +6 -6
  57. package/dist/es/components/design/views/assemblys/data/component/return-set-table.vue.js +8 -8
  58. package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +11 -11
  59. package/dist/es/components/design/views/assemblys/data/component/variate-select.vue.js +5 -5
  60. package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +2 -2
  61. package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +9 -9
  62. package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +14 -11
  63. package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
  64. package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +83 -80
  65. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
  66. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +29 -9
  67. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-dynamic-column.vue.js +2 -2
  68. package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +1 -1
  69. package/dist/es/components/design/views/assemblys/data/tree/tree-attr-context-menu.vue.js +3 -3
  70. package/dist/es/components/design/views/assemblys/data/tree/tree-design.vue2.js +10 -10
  71. package/dist/es/components/design/views/assemblys/form/common/bar-code-rule.vue.js +1 -1
  72. package/dist/es/components/design/views/assemblys/form/common/condition.vue.js +2 -2
  73. package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +3 -3
  74. package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +4 -4
  75. package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +1 -1
  76. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +9 -9
  77. package/dist/es/components/design/views/assemblys/form/common/hyperlink-mult-config.vue.js +12 -12
  78. package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue.js +1 -1
  79. package/dist/es/components/design/views/assemblys/form/common/icon-set-dialog.vue2.js +6 -6
  80. package/dist/es/components/design/views/assemblys/form/common/parameter-table.vue.js +33 -30
  81. package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +14 -14
  82. package/dist/es/components/design/views/assemblys/form/common/verification-custom.vue.js +1 -1
  83. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +3 -3
  84. package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +1 -1
  85. package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +1 -1
  86. package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +14 -14
  87. package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +1 -1
  88. package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +2 -2
  89. package/dist/es/components/design/views/assemblys/object-design.vue.d.ts +4 -0
  90. package/dist/es/components/design/views/assemblys/object-design.vue.js +5 -138
  91. package/dist/es/components/design/views/assemblys/object-design.vue3.js +140 -0
  92. package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.js +2 -2
  93. package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +1 -1
  94. package/dist/es/components/design/views/assemblys/page/create-workflow-dialog.vue.js +8 -8
  95. package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +8 -8
  96. package/dist/es/components/design/views/assemblys/page/variable-dialog.vue.js +1 -1
  97. package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +9 -20
  98. package/dist/es/components/design/views/assemblys/workflow/workflow-button/workflowbutton-attr-base.vue.js +7 -7
  99. package/dist/es/components/design/views/assemblys/workflow/workflow-button/workflowbutton-design.vue.js +4 -1
  100. package/dist/es/components/design/views/assemblys/workflow/workflow-button/workflowbutton-design.vue2.js +22 -18
  101. package/dist/es/components/design/views/design/page-event/page-event-container.vue.js +36 -36
  102. package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +64 -64
  103. package/dist/es/components/design/views/design/page-event/page-event-view.vue.js +10 -9
  104. package/dist/es/components/design/views/design/view/attr-container.vue.js +24 -24
  105. package/dist/es/components/design/views/design/view/components/el-aside-expand-component.vue.js +24 -0
  106. package/dist/es/components/design/views/design/view/components/i18n-setting-enabled.vue.js +2 -2
  107. package/dist/es/components/design/views/design/view/components/i18n-setting-page.vue.js +1 -1
  108. package/dist/es/components/design/views/design/view/components/i18n-setting-page.vue2.js +4 -4
  109. package/dist/es/components/design/views/design/view/components/i18n-setting.vue.js +4 -4
  110. package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +10 -9
  111. package/dist/es/components/design/views/design/view/components/translate-error-dialog.vue.js +8 -8
  112. package/dist/es/components/design/views/design/view/page-switch.vue.js +1 -1
  113. package/dist/es/components/design/views/design/view/page-switch.vue2.js +1 -1
  114. package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
  115. package/dist/es/components/design/views/design/view/view-design-preview.vue.js +1 -1
  116. package/dist/es/components/design/views/design/view/view-design-preview.vue2.js +2 -2
  117. package/dist/es/components/design/views/design/view/view-design.vue.js +27 -26
  118. package/dist/es/style.css +1834 -737
  119. package/package.json +4 -4
  120. package/dist/es/components/design/views/assemblys/object-design.vue2.js +0 -4
package/dist/es/style.css CHANGED
@@ -1,4 +1,4 @@
1
- .el-tree-node__content {
1
+ @charset "UTF-8";.el-tree-node__content {
2
2
  height: 34px !important;
3
3
  }
4
4
  .amb-page-container-header {
@@ -47,22 +47,17 @@
47
47
  height: 100%;
48
48
  }
49
49
 
50
- .amb-container-left {
51
- width: 280px !important;
52
- overflow-y: auto;
53
- }
54
50
  .amb-container-main {
51
+ position: relative;
55
52
  padding: 0px !important;
56
53
  user-select: none;
57
54
  overflow: hidden;
58
55
  background-color: #f5f7fa;
56
+ z-index: 0;
59
57
  }
60
58
  .amb-container-main::-webkit-scrollbar {
61
59
  width: 1px;
62
60
  }
63
- .amb-container-attr {
64
- width: 280px !important;
65
- }
66
61
  .amb-design-attr-base-content {
67
62
  background: #ffffff;
68
63
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -414,14 +409,17 @@
414
409
  }
415
410
 
416
411
  .amb-design-item-default {
417
- border: 1px dashed #c0c4cc !important;
412
+ /* border: 1px dashed #c0c4cc !important; */
418
413
  /* border: 2px dashed transparent !important; */
419
414
  color: #c0c4cc;
420
415
  position: relative !important;
421
416
  }
422
417
  .amb-design-item-default:hover {
423
418
  cursor: pointer;
424
- border: 1px solid #e6a23c !important;
419
+ /* border: 1px solid #e6a23c !important; */
420
+ outline-offset: 1px;
421
+ outline: 1px solid #e6a23c !important;
422
+ z-index: 10;
425
423
  /* background-color: rgba(205, 210, 216, 0.105); */
426
424
  }
427
425
  .amb-design-item-default > div {
@@ -439,12 +437,26 @@
439
437
  .el-table__cell > .cell {
440
438
  white-space: nowrap !important;
441
439
  }
442
- .amb-design-item {
440
+ /* .amb-design-item {
443
441
  border: 1px solid #ffffff;
444
- /* align-items:center; */
442
+ } */
443
+ .amb-design-item:hover {
444
+ outline-offset: 1px;
445
+ outline: 1px solid rgb(88, 147, 239);
446
+ z-index: 10;
445
447
  }
446
448
  .amb-design-item-selected {
447
- border: 1px solid #e6a23c !important;
449
+ outline-offset: 1px;
450
+ outline: 1px solid #e6a23c !important;
451
+ z-index: 10;
452
+ /* border: 1px solid #e6a23c !important; */
453
+ }
454
+ .amb-design-item-title {
455
+ position: absolute;
456
+ top: 0px;
457
+ right: 60px;
458
+ text-align: center;
459
+ line-height: 1;
448
460
  }
449
461
  fieldset.amb-design-item-selected {
450
462
  color: #e6a23c !important;
@@ -460,13 +472,16 @@ fieldset.amb-design-item-selected {
460
472
  height: 16px;
461
473
  }
462
474
  .amb-design-chart-series {
475
+ display: inline-block;
463
476
  background-color: #e6a23c;
464
- border: 1px dashed #e6a23c;
465
- padding: 0px 6px 8px 6px;
477
+ padding: 4px 6px;
466
478
  color: #ffffff;
467
479
  cursor: pointer;
468
480
  border-radius: 0px 0px 4px 4px;
469
- margin-right: 4px;
481
+ overflow: hidden;
482
+ }
483
+ .amb-design-chart-series ~ .amb-design-chart-series {
484
+ margin-left: 5px;
470
485
  }
471
486
  .amb-design-chart-series-selected {
472
487
  background-color: #5893ef;
@@ -479,10 +494,11 @@ fieldset.amb-design-item-selected {
479
494
  height: 22px;
480
495
  right: 0;
481
496
  top: 0;
482
- z-index: 2;
483
- padding: 6px;
484
- padding-top: 2px;
485
- padding-left: 0px;
497
+ display: flex;
498
+ align-items: center;
499
+ padding: 0 5px;
500
+ gap: 5px;
501
+ z-index: 10;
486
502
  }
487
503
  .amb-widget-item-tool > i {
488
504
  cursor: pointer;
@@ -593,9 +609,6 @@ fieldset.amb-design-item-selected {
593
609
  .amb-design-item > .el-dropdown > .el-button-group {
594
610
  display: flex;
595
611
  }
596
- .el-table td.el-table__cell .cell {
597
- padding: 1px;
598
- }
599
612
 
600
613
  /*去除表单组件 el-item label留白*/
601
614
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -615,7 +628,29 @@ fieldset.amb-design-item-selected {
615
628
  padding: 10px;
616
629
  font-weight: bold;
617
630
  }
618
- @font-face {
631
+
632
+ .amb-component-popover-left-menu-main {
633
+ position: relative;
634
+ height: 100%;
635
+ border-right: solid 1px var(--el-menu-border-color);
636
+ background-color: var(--el-menu-bg-color);
637
+ overflow: auto;
638
+ }
639
+
640
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
641
+ font-size: var(--el-menu-item-font-size);
642
+ color: var(--el-menu-text-color);
643
+ padding: 10px 0;
644
+ display: flex;
645
+ align-items: center;
646
+ cursor: pointer;
647
+ gap: 10px;
648
+ }
649
+
650
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
651
+ color: var(--el-menu-active-color);
652
+ background-color: var(--el-menu-hover-bg-color);
653
+ }@font-face {
619
654
  font-family: "iconfont"; /* Project id 4592602 */
620
655
  src: url('data:font/woff2;base64,d09GMgABAAAAAAPUAAsAAAAACBgAAAOIAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCfgqDbIMoATYCJAMMCwgABCAFhGcHQRsHBxHVm0/Jfhy4sdOg9a44KVEXKjVJ/xwEiJtdmpSVMnF/MRlvZsrLaalyCNUla3/56TOg3eQInQHg81yO7zbJB/BbNmZjbFscHmbnAR1Ye1IWYS9wTKlh7MqLeAUBmKRTEK14yfJVcW3bqGt7AlEYfgFxr2jbqkUjDO6ianoFBgJL272qs5iIDtoo7Swwwf+8eEOmMEBDlxiX2JuXaMrB5+q5Lgc6BiLv4voQwPkaoAMSSF5ZWFSvT9qRYTMZiVmWVESj6QoBz3WH47ly5XX/4YFAA2HB6HYGIB62NHiubJVTU2ALDTj3Eli4hfY84CRmvO+XaGV8RbxPj+WmKQatj/UdbU6NbjrV29sSjJTPNB84qdmqHRuEsI3JkWNaurDMJ2aZy/usmrAvY5bfmBnievXr6JKaJtN9m88PazHDD9uYatcqXatWMsWMmz7bTyzIdqOGeY0YNGPFMp9m0wZ6N526dPl0Ia5WBQNTp5qjezBwJRbixNrkK81+INuYVdDiU+pkP2NtaLRm17XPzsureHhGNo+slcM/xuIWIrzL5Srh0avYYru9W/egnYXDZInPl5d8UZ3H5Br2q93OmY3ORY2+dmSR3soQ9aMaRTbot7Ri9iq5KjkN+TVl65328WH/bM26vCtXulRIseCrXUaGdy1UtkFcvZhOlFiyNVGud4+sm61ihR6ti/esMN2yytxgiWw+oMXKkJ0DsppFOi2wnhhIedcmniXTsnLmbprzpVVvsqy/a4TLqFu9s3rO9NpUNqiYX01raafOLpEuC9OsNATAcUNtkzGO/0Y6pO/ffI4/rkyPBm75vxk2BcDjWaOf+CHH//ZlwLjVpIB/l6irVxtllNqmFkAqsV4NlKjtzgBJw9ewVANMTMCBkfXkfn/Na3TZTRt4xdBwIggSg0hCMYnQsZEJCwYFYJJEicM2vOiIRCgrEMsQAIE7q6Dhyi5I3DlBKOYGdHx5AQvu/INJdeFyno1YIfmboFUM4E7oPS9kGeoHfWO7TlaKan+U1MMKVHmZ7bxwQRliQ9raWpWAhGd40sdwmhii8IBe8041NkVBZW/JPc/mJmgVA7gTes8Lud6a/r43tutkpSXxb0rqYXCo8rIF8VKXVkNXckna2lqVgAS0Z3jyOE5KkyGWzxrQa971qMemML2orZrPr88PdwwwjfGMzDQhhcL0HR695WvlqHHyagw=') format('woff2'),
621
656
  url('data:font/woff;base64,d09GRgABAAAAAAWMAAsAAAAACBgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA8GUlHY21hcAAAAYgAAABQAAABfn5X6q1nbHlmAAAB2AAAAb8AAAHsKvJzzWhlYWQAAAOYAAAAMQAAADYpBVm/aGhlYQAAA8wAAAAgAAAAJAiRBNlobXR4AAAD7AAAAAwAAAAMDVb//mxvY2EAAAP4AAAACAAAAAgAlgD2bWF4cAAABAAAAAAeAAAAIAEQAGxuYW1lAAAEIAAAAUAAAAJnEKM8sHBvc3QAAAVgAAAAKgAAAEHSS4MSeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGEpYpzAwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHnrE8Y2Vu+N/AwMB8hwFIMjCiKGICAIy4DNt4nO2QsQ2AMAwEz4lDgRiDgoJhqNi/Yo3wthmDl+6kf7kyMIAuTuFgN0bk0mq5d9bcnT1vPPZnzCl7WN3TTVr4s6WPr7X4U1GfK2gv0hQLaXicPZDPahNRFMbvuefOvXfuZCYzmcxMrSYhmWampZDESSajUEMXFSOhfxA3XfQPpa5cKQoWoVbERZ9Al4IoCAXdCL6BjyD4Dm5c6WbipAHP99uc7xy+xUeQkOkP9hXbZEz2yQEhEK1COoi60Aq5AF6eg4HfgBkB+CO4Bf2kAXWYW/8J/CwZplHcgTjC0ItiiDIYZl4/CYpbEMVRSH8vBtJ1uEZtJ9+lFAVyRhGAAtWYRqUG7/3lhfVGs21bhu3IK1XdDkoqMHGlbhqaoEvh6fb9e6+UzF/bZXgh5GQ83hg9aa4f7j+iXbyotxHQzC8oFtmK61zYFtVKklPF8s8Oj69+YxyRMQ0LU1m6XrHY6rBKlTw4OvyQ3sj//GUCes0mDDj7Va+l508nyxEphk5zQnCKPonJGiFZB7J0mM2VDkaX5VQFWNApGuJiJgvCFnhVHrZm2+VrP/FrAJ5RQqMSDrYenrwxHFfAmVHKz4TrqJebx3d2brKyrtFj1zz/ubNYWZts7N59bLrQ48wzsHt9b/vZ7S3xSdkCRf5Wr+n5F47S1r9D2e1lD4ROP55alecnK0vJtQUlXfMdKPIPkGJNJwB4nGNgZGBgAGLuJM/yeH6brwzcLAwg8Ghm12MY/f/f/+ssW5lVgVwOBiaQKABQbg1sAAAAeJxjYGRgYG7438AQwxr6/x8DA8tWBqAICmAGAIuZBXQEAAAABVUAAAQB//4AAAAAAJYA9nicY2BkYGBgZkgAYhBgAmIuIGRg+A/mMwAAEkABfQAAeJyFkT1uwkAQhZ/BkASUKEqkNGlWKSgSyfyUSKlQoKegB7PmR7bXWi9I1DlNjpAT5AjpaHOKSHnYQwNFvNrZb96+mR3JAO6wh4fyu+cu2cMls5IruMCjcJX6k7BPfhauoYmecJ36q3ADL3gTbrJjxg6ef8WshXdhD7f4EK7gBp/CVepfwj75W7iGB/wI16n/Cjcw8a6Fm2h54cDqqdNzNdupVWjSyKTueI71YhNP7ak80TZfmVR1g85RGulU22ObfLvoORepyJpEDXmr49iozJq1Dl2wdC7rt9uR6EFoEgxgoTGFY5xDYYYd4wohDFJERXRn+ZjuBTaIWWn/dU/otsipH3KFLgJ0zlwjutLCeTpNji1f61F1dCtuy5qENJRazUlisuIPPNytqYTUAyyLqgx9tLmiE39QzJD8AdiTb1d4nGNgYoAALgbsgJmRiZGZkYWBKzkjtSIzMb+qNB/GrMwvZWAAAHNgCK0AAA==') format('woff'),
@@ -638,7 +673,10 @@ fieldset.amb-design-item-selected {
638
673
  content: "\e605";
639
674
  }
640
675
 
641
- .runtime-page-container[data-v-3e4e707a] {
676
+ .amb-object-design-ref[data-v-e7e64fd1] .el-table td.el-table__cell > .cell {
677
+ padding-left: 2px;
678
+ padding-right: 2px;
679
+ }.runtime-page-container[data-v-f796b484] {
642
680
  height: calc(100vh - 73px);
643
681
  }
644
682
  .editorTool[data-v-8dba0ddd] {
@@ -654,53 +692,108 @@ fieldset.amb-design-item-selected {
654
692
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
655
693
  }
656
694
 
657
- [data-v-f1126e5e] .el-cascader-menu {
695
+ [data-v-3324003e] .el-cascader-menu {
658
696
  min-width: 120px !important;
659
697
  }
660
698
 
661
- [data-v-8e6fbc57] .centered-input .el-input__inner {
699
+ [data-v-68ce085a] .centered-input .el-input__inner {
662
700
  text-align: center;
663
701
  }
664
- .el-aside[data-v-82c28039] {
702
+ .el-aside[data-v-f5b621c2] {
665
703
  width: 285px;
666
704
  }
667
- .amb-design-board[data-v-82c28039] {
668
- padding: 15px;
705
+ .amb-design-board[data-v-f5b621c2] {
669
706
  display: flex;
670
- flex-direction: column;
707
+ padding: 15px;
708
+ flex-direction: row;
709
+ align-items: flex-start;
671
710
  align-content: flex-start;
672
- gap: var(--runtime-page-container-view-gap, 15px);
711
+ flex-wrap: wrap;
712
+ gap: var(--runtime-page-container-view-gap, 15px) 0;
673
713
  }
674
- .amb-design-board[data-v-82c28039] > div {
714
+ .amb-design-board[data-v-f5b621c2] > div {
675
715
  width: 100%;
676
716
  }
677
- .amb-design-board[data-v-82c28039] [draggable] {
678
- overflow: hidden;
717
+ .amb-design-board[data-v-f5b621c2] > div[style*="display: inline-block"] {
718
+ width: auto;
719
+ }
720
+ .amb-design-board[data-v-f5b621c2] div[style*="display: inline-block"] {
721
+ width: auto;
679
722
  }
680
- .amb-design-board[data-v-82c28039] [draggable][style*="flex: 0 1 0%"] {
723
+ .amb-design-board[data-v-f5b621c2] div[style*="display: inline-block"][style*="flex: 0 1 0%"] {
681
724
  flex: none !important;
682
725
  }
726
+ .amb-design-board[data-v-f5b621c2] .el-table .cell {
727
+ overflow: inherit !important;
728
+ }
729
+ .amb-design-board[data-v-f5b621c2] [draggable][style*="flex: 0 1 0%"] {
730
+ flex: none !important;
731
+ }
732
+ .amb-design-board[data-v-f5b621c2] [draggable] > .el-button ~ .amb-widget-item-tool, .amb-design-board[data-v-f5b621c2] [draggable] > .el-button-group ~ .amb-widget-item-tool, .amb-design-board[data-v-f5b621c2] [draggable] > .el-link ~ .amb-widget-item-tool {
733
+ bottom: 100%;
734
+ top: auto;
735
+ }
683
736
  .event-item[data-v-18fb54c3] {
684
737
  font-size: 12px;
685
738
  border-bottom: 2px dashed #f5f6f8;
686
739
  padding-top: 5px;
687
740
  padding-bottom: 5px;
688
741
  }
689
-
742
+
743
+ .el-aside-expand-container[data-v-51944ec4] {
744
+ position: relative;
745
+ max-width: 280px;
746
+ width: auto !important;
747
+ height: 100%;
748
+ overflow: initial;
749
+ background-color: #fff;
750
+ z-index: 10;
751
+ }
752
+ .toggle-btn[data-v-51944ec4] {
753
+ position: absolute;
754
+ top: 0;
755
+ bottom: 0;
756
+ margin-top: auto;
757
+ margin-bottom: auto;
758
+ padding: 20px 0px;
759
+ width: 12px;
760
+ opacity: 0.5;
761
+ z-index: 10;
762
+ cursor: pointer;
763
+ /* 左侧切换按钮样式 */
764
+ /* 右侧切换按钮样式 */
765
+ }
766
+ .toggle-btn.left-toggle-btn[data-v-51944ec4] {
767
+ right: 100%;
768
+ border-radius: 4px 0 0 4px !important;
769
+ }
770
+ .toggle-btn.right-toggle-btn[data-v-51944ec4] {
771
+ left: 100%;
772
+ border-radius: 0 4px 4px 0 !important;
773
+ }
774
+ .amd-el-aside-content-scrollbar[data-v-51944ec4] {
775
+ width: 100%;
776
+ }
777
+ .amd-el-aside-content-scrollbar[data-v-51944ec4] .el-scrollbar__wrap > .el-scrollbar__view {
778
+ height: 100%;
779
+ }
780
+ .amd-el-aside-content[data-v-51944ec4] {
781
+ height: 100%;
782
+ }
690
783
  /* 定义滚动条的轨道 */
691
- [data-v-2076fde4]::-webkit-scrollbar {
784
+ [data-v-e8f0bd36]::-webkit-scrollbar {
692
785
  height: 6px;
693
786
  width: 6px; /* 宽度 */
694
787
  }
695
788
 
696
789
  /* 定义滑块 */
697
- [data-v-2076fde4]::-webkit-scrollbar-thumb {
790
+ [data-v-e8f0bd36]::-webkit-scrollbar-thumb {
698
791
  background-color: darkgrey; /* 滑块颜色 */
699
792
  border-radius: 5px; /* 圆角 */
700
793
  }
701
794
 
702
795
  /* 当滑块hover时改变颜色 */
703
- [data-v-2076fde4]::-webkit-scrollbar-thumb:hover {
796
+ [data-v-e8f0bd36]::-webkit-scrollbar-thumb:hover {
704
797
  background-color: grey;
705
798
  }
706
799
  ._amb-page-container_1k9lg_1 {
@@ -713,21 +806,95 @@ fieldset.amb-design-item-selected {
713
806
  }
714
807
  ._amb-page-container_1k9lg_1 ._amb-page-container-header_1k9lg_6 ~ ._amb-page-container-main_1k9lg_9 {
715
808
  height: calc(100vh - 60px);
716
- }.runtime-page-container-tabs-view[data-v-96609f3b] > .el-tabs__content > .el-tab-pane {
809
+ }.runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane {
717
810
  display: flex;
718
- flex-direction: column;
811
+ flex-direction: row;
812
+ align-items: flex-start;
719
813
  align-content: flex-start;
814
+ flex-wrap: wrap;
720
815
  gap: var(--runtime-page-container-view-gap, 15px);
721
816
  }
722
- .runtime-page-container-tabs-view[data-v-96609f3b] > .el-tabs__content > .el-tab-pane > .amb-design-item-default {
817
+ .runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane > div {
818
+ width: 100%;
819
+ }
820
+ .runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane > div[style*="display: inline-block"] {
821
+ width: auto;
822
+ }
823
+ .runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane > [style*="display: inline-block"] {
824
+ width: auto;
825
+ }
826
+ .runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane > .amb-design-item-default {
723
827
  display: flex;
724
- flex-direction: column;
828
+ flex-direction: row;
829
+ align-items: flex-start;
725
830
  align-content: flex-start;
831
+ flex-wrap: wrap;
726
832
  gap: var(--runtime-page-container-view-gap, 15px);
727
833
  }
728
- .runtime-page-container-tabs-view[data-v-96609f3b] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div {
834
+ .runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div {
835
+ width: 100%;
836
+ }
837
+ .runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div[draggable] {
838
+ width: auto;
839
+ }
840
+ .runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div[style*="display: inline-block"] {
841
+ width: auto;
842
+ }
843
+ .runtime-page-container-tabs-view[data-v-eca0c768] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > [style*="display: inline-block"] {
844
+ width: auto;
845
+ }.yx-card-box-view-main[data-v-65a008af] > .el-card__header {
846
+ position: relative;
847
+ }
848
+ .yx-card-box-view-main .yx-card-box-view-header[data-v-65a008af] {
849
+ display: flex;
850
+ flex-direction: row;
851
+ justify-content: space-between;
852
+ align-items: center;
853
+ gap: 15px;
854
+ flex: 1 1 auto;
855
+ }
856
+ .yx-card-box-view-main .yx-card-box-view-title[data-v-65a008af] {
857
+ position: relative;
858
+ z-index: 2;
859
+ flex: 1 1 auto;
860
+ }
861
+ .yx-card-box-view-main .yx-card-box-view-title[data-v-65a008af]::after {
862
+ content: " ";
863
+ position: absolute;
864
+ left: 0;
865
+ top: 0;
866
+ bottom: 0;
867
+ right: 0;
868
+ z-index: 0;
869
+ }
870
+ .yx-card-box-view-context[data-v-65a008af] {
871
+ gap: var(--layout-form-flex-gap, 15px);
872
+ }
873
+ .yx-card-box-view-context[data-v-65a008af] > div {
729
874
  width: 100%;
730
875
  }
876
+ .yx-card-box-view-context[data-v-65a008af] > div[style*="display: inline-block"] {
877
+ width: auto;
878
+ }
879
+ .yx-card-box-view-context[data-v-65a008af] > .el-form-item {
880
+ margin: 0;
881
+ }
882
+ .yx-card-box-view-context[data-v-65a008af] > .el-form-item[class*=el-col-8] {
883
+ flex: 0 0 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
884
+ }
885
+ @media (max-width: 768px) {
886
+ .yx-card-box-view-context[data-v-65a008af] > .el-form-item[class*=el-col-8] {
887
+ max-width: none;
888
+ flex: 0 0 calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
889
+ }
890
+ }
891
+ @media (max-width: 600px) {
892
+ .yx-card-box-view-context[data-v-65a008af] > .el-form-item[class*=el-col-8] {
893
+ width: 100%;
894
+ max-width: none;
895
+ flex: auto;
896
+ }
897
+ }
731
898
  .amb-design-attr-header[data-v-226997f7] {
732
899
  position: sticky;
733
900
  position: -webkit-sticky;
@@ -799,22 +966,17 @@ fieldset.amb-design-item-selected {
799
966
  .amb-page-container-main > .el-container {
800
967
  height: 100%;
801
968
  }
802
- .amb-container-left {
803
- width: 280px !important;
804
- overflow-y: auto;
805
- }
806
969
  .amb-container-main {
970
+ position: relative;
807
971
  padding: 0px !important;
808
972
  user-select: none;
809
973
  overflow: hidden;
810
- background-color: #f5f7fa;
974
+ background-color: #f5f7fa;
975
+ z-index: 0;
811
976
  }
812
977
  .amb-container-main::-webkit-scrollbar {
813
978
  width: 1px;
814
979
  }
815
- .amb-container-attr {
816
- width: 280px !important;
817
- }
818
980
  .amb-design-attr-base-content {
819
981
  background: #ffffff;
820
982
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -1162,14 +1324,17 @@ fieldset.amb-design-item-selected {
1162
1324
  transition: var(--el-transition-duration); */
1163
1325
  }
1164
1326
  .amb-design-item-default {
1165
- border: 1px dashed #c0c4cc !important;
1327
+ /* border: 1px dashed #c0c4cc !important; */
1166
1328
  /* border: 2px dashed transparent !important; */
1167
1329
  color: #c0c4cc;
1168
1330
  position: relative !important;
1169
1331
  }
1170
1332
  .amb-design-item-default:hover {
1171
1333
  cursor: pointer;
1172
- border: 1px solid #e6a23c !important;
1334
+ /* border: 1px solid #e6a23c !important; */
1335
+ outline-offset: 1px;
1336
+ outline: 1px solid #e6a23c !important;
1337
+ z-index: 10;
1173
1338
  /* background-color: rgba(205, 210, 216, 0.105); */
1174
1339
  }
1175
1340
  .amb-design-item-default > div {
@@ -1186,13 +1351,27 @@ fieldset.amb-design-item-selected {
1186
1351
  }
1187
1352
  .el-table__cell > .cell {
1188
1353
  white-space: nowrap !important;
1189
- }
1190
- .amb-design-item {
1354
+ }
1355
+ /* .amb-design-item {
1191
1356
  border: 1px solid #ffffff;
1192
- /* align-items:center; */
1357
+ } */
1358
+ .amb-design-item:hover {
1359
+ outline-offset: 1px;
1360
+ outline: 1px solid rgb(88, 147, 239);
1361
+ z-index: 10;
1193
1362
  }
1194
1363
  .amb-design-item-selected {
1195
- border: 1px solid #e6a23c !important;
1364
+ outline-offset: 1px;
1365
+ outline: 1px solid #e6a23c !important;
1366
+ z-index: 10;
1367
+ /* border: 1px solid #e6a23c !important; */
1368
+ }
1369
+ .amb-design-item-title {
1370
+ position: absolute;
1371
+ top: 0px;
1372
+ right: 60px;
1373
+ text-align: center;
1374
+ line-height: 1;
1196
1375
  }
1197
1376
  fieldset.amb-design-item-selected {
1198
1377
  color: #e6a23c !important;
@@ -1208,13 +1387,16 @@ fieldset.amb-design-item-selected {
1208
1387
  height: 16px;
1209
1388
  }
1210
1389
  .amb-design-chart-series {
1390
+ display: inline-block;
1211
1391
  background-color: #e6a23c;
1212
- border: 1px dashed #e6a23c;
1213
- padding: 0px 6px 8px 6px;
1392
+ padding: 4px 6px;
1214
1393
  color: #ffffff;
1215
1394
  cursor: pointer;
1216
1395
  border-radius: 0px 0px 4px 4px;
1217
- margin-right: 4px;
1396
+ overflow: hidden;
1397
+ }
1398
+ .amb-design-chart-series ~ .amb-design-chart-series {
1399
+ margin-left: 5px;
1218
1400
  }
1219
1401
  .amb-design-chart-series-selected {
1220
1402
  background-color: #5893ef;
@@ -1226,10 +1408,11 @@ fieldset.amb-design-item-selected {
1226
1408
  height: 22px;
1227
1409
  right: 0;
1228
1410
  top: 0;
1229
- z-index: 2;
1230
- padding: 6px;
1231
- padding-top: 2px;
1232
- padding-left: 0px;
1411
+ display: flex;
1412
+ align-items: center;
1413
+ padding: 0 5px;
1414
+ gap: 5px;
1415
+ z-index: 10;
1233
1416
  }
1234
1417
  .amb-widget-item-tool > i {
1235
1418
  cursor: pointer;
@@ -1331,9 +1514,6 @@ fieldset.amb-design-item-selected {
1331
1514
  /* 设计时样式 */
1332
1515
  .amb-design-item > .el-dropdown > .el-button-group {
1333
1516
  display: flex;
1334
- }
1335
- .el-table td.el-table__cell .cell {
1336
- padding: 1px;
1337
1517
  }
1338
1518
  /*去除表单组件 el-item label留白*/
1339
1519
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -1350,13 +1530,33 @@ fieldset.amb-design-item-selected {
1350
1530
  font-size: 22px;
1351
1531
  padding: 10px;
1352
1532
  font-weight: bold;
1533
+ }
1534
+ .amb-component-popover-left-menu-main {
1535
+ position: relative;
1536
+ height: 100%;
1537
+ border-right: solid 1px var(--el-menu-border-color);
1538
+ background-color: var(--el-menu-bg-color);
1539
+ overflow: auto;
1540
+ }
1541
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
1542
+ font-size: var(--el-menu-item-font-size);
1543
+ color: var(--el-menu-text-color);
1544
+ padding: 10px 0;
1545
+ display: flex;
1546
+ align-items: center;
1547
+ cursor: pointer;
1548
+ gap: 10px;
1549
+ }
1550
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
1551
+ color: var(--el-menu-active-color);
1552
+ background-color: var(--el-menu-hover-bg-color);
1353
1553
  }
1354
1554
 
1355
1555
  .el-select__wrapper.is-disabled {
1356
1556
  cursor: default;
1357
1557
  }
1358
1558
 
1359
- .seleteSort[data-v-8aacbe0c] {
1559
+ .seleteSort[data-v-30496704] {
1360
1560
  border-radius: 5px;
1361
1561
  border: 1px solid rgba(88, 147, 239);
1362
1562
  }
@@ -1406,22 +1606,17 @@ fieldset.amb-design-item-selected {
1406
1606
  .amb-page-container-main > .el-container {
1407
1607
  height: 100%;
1408
1608
  }
1409
- .amb-container-left {
1410
- width: 280px !important;
1411
- overflow-y: auto;
1412
- }
1413
1609
  .amb-container-main {
1610
+ position: relative;
1414
1611
  padding: 0px !important;
1415
1612
  user-select: none;
1416
1613
  overflow: hidden;
1417
- background-color: #f5f7fa;
1614
+ background-color: #f5f7fa;
1615
+ z-index: 0;
1418
1616
  }
1419
1617
  .amb-container-main::-webkit-scrollbar {
1420
1618
  width: 1px;
1421
1619
  }
1422
- .amb-container-attr {
1423
- width: 280px !important;
1424
- }
1425
1620
  .amb-design-attr-base-content {
1426
1621
  background: #ffffff;
1427
1622
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -1769,14 +1964,17 @@ fieldset.amb-design-item-selected {
1769
1964
  transition: var(--el-transition-duration); */
1770
1965
  }
1771
1966
  .amb-design-item-default {
1772
- border: 1px dashed #c0c4cc !important;
1967
+ /* border: 1px dashed #c0c4cc !important; */
1773
1968
  /* border: 2px dashed transparent !important; */
1774
1969
  color: #c0c4cc;
1775
1970
  position: relative !important;
1776
1971
  }
1777
1972
  .amb-design-item-default:hover {
1778
1973
  cursor: pointer;
1779
- border: 1px solid #e6a23c !important;
1974
+ /* border: 1px solid #e6a23c !important; */
1975
+ outline-offset: 1px;
1976
+ outline: 1px solid #e6a23c !important;
1977
+ z-index: 10;
1780
1978
  /* background-color: rgba(205, 210, 216, 0.105); */
1781
1979
  }
1782
1980
  .amb-design-item-default > div {
@@ -1793,13 +1991,27 @@ fieldset.amb-design-item-selected {
1793
1991
  }
1794
1992
  .el-table__cell > .cell {
1795
1993
  white-space: nowrap !important;
1796
- }
1797
- .amb-design-item {
1994
+ }
1995
+ /* .amb-design-item {
1798
1996
  border: 1px solid #ffffff;
1799
- /* align-items:center; */
1997
+ } */
1998
+ .amb-design-item:hover {
1999
+ outline-offset: 1px;
2000
+ outline: 1px solid rgb(88, 147, 239);
2001
+ z-index: 10;
1800
2002
  }
1801
2003
  .amb-design-item-selected {
1802
- border: 1px solid #e6a23c !important;
2004
+ outline-offset: 1px;
2005
+ outline: 1px solid #e6a23c !important;
2006
+ z-index: 10;
2007
+ /* border: 1px solid #e6a23c !important; */
2008
+ }
2009
+ .amb-design-item-title {
2010
+ position: absolute;
2011
+ top: 0px;
2012
+ right: 60px;
2013
+ text-align: center;
2014
+ line-height: 1;
1803
2015
  }
1804
2016
  fieldset.amb-design-item-selected {
1805
2017
  color: #e6a23c !important;
@@ -1815,13 +2027,16 @@ fieldset.amb-design-item-selected {
1815
2027
  height: 16px;
1816
2028
  }
1817
2029
  .amb-design-chart-series {
2030
+ display: inline-block;
1818
2031
  background-color: #e6a23c;
1819
- border: 1px dashed #e6a23c;
1820
- padding: 0px 6px 8px 6px;
2032
+ padding: 4px 6px;
1821
2033
  color: #ffffff;
1822
2034
  cursor: pointer;
1823
2035
  border-radius: 0px 0px 4px 4px;
1824
- margin-right: 4px;
2036
+ overflow: hidden;
2037
+ }
2038
+ .amb-design-chart-series ~ .amb-design-chart-series {
2039
+ margin-left: 5px;
1825
2040
  }
1826
2041
  .amb-design-chart-series-selected {
1827
2042
  background-color: #5893ef;
@@ -1833,10 +2048,11 @@ fieldset.amb-design-item-selected {
1833
2048
  height: 22px;
1834
2049
  right: 0;
1835
2050
  top: 0;
1836
- z-index: 2;
1837
- padding: 6px;
1838
- padding-top: 2px;
1839
- padding-left: 0px;
2051
+ display: flex;
2052
+ align-items: center;
2053
+ padding: 0 5px;
2054
+ gap: 5px;
2055
+ z-index: 10;
1840
2056
  }
1841
2057
  .amb-widget-item-tool > i {
1842
2058
  cursor: pointer;
@@ -1938,9 +2154,6 @@ fieldset.amb-design-item-selected {
1938
2154
  /* 设计时样式 */
1939
2155
  .amb-design-item > .el-dropdown > .el-button-group {
1940
2156
  display: flex;
1941
- }
1942
- .el-table td.el-table__cell .cell {
1943
- padding: 1px;
1944
2157
  }
1945
2158
  /*去除表单组件 el-item label留白*/
1946
2159
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -1957,6 +2170,26 @@ fieldset.amb-design-item-selected {
1957
2170
  font-size: 22px;
1958
2171
  padding: 10px;
1959
2172
  font-weight: bold;
2173
+ }
2174
+ .amb-component-popover-left-menu-main {
2175
+ position: relative;
2176
+ height: 100%;
2177
+ border-right: solid 1px var(--el-menu-border-color);
2178
+ background-color: var(--el-menu-bg-color);
2179
+ overflow: auto;
2180
+ }
2181
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
2182
+ font-size: var(--el-menu-item-font-size);
2183
+ color: var(--el-menu-text-color);
2184
+ padding: 10px 0;
2185
+ display: flex;
2186
+ align-items: center;
2187
+ cursor: pointer;
2188
+ gap: 10px;
2189
+ }
2190
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
2191
+ color: var(--el-menu-active-color);
2192
+ background-color: var(--el-menu-hover-bg-color);
1960
2193
  }
1961
2194
  .el-tree-node__content {
1962
2195
  height: 34px !important;
@@ -2004,22 +2237,17 @@ fieldset.amb-design-item-selected {
2004
2237
  .amb-page-container-main > .el-container {
2005
2238
  height: 100%;
2006
2239
  }
2007
- .amb-container-left {
2008
- width: 280px !important;
2009
- overflow-y: auto;
2010
- }
2011
2240
  .amb-container-main {
2241
+ position: relative;
2012
2242
  padding: 0px !important;
2013
2243
  user-select: none;
2014
2244
  overflow: hidden;
2015
- background-color: #f5f7fa;
2245
+ background-color: #f5f7fa;
2246
+ z-index: 0;
2016
2247
  }
2017
2248
  .amb-container-main::-webkit-scrollbar {
2018
2249
  width: 1px;
2019
2250
  }
2020
- .amb-container-attr {
2021
- width: 280px !important;
2022
- }
2023
2251
  .amb-design-attr-base-content {
2024
2252
  background: #ffffff;
2025
2253
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -2367,14 +2595,17 @@ fieldset.amb-design-item-selected {
2367
2595
  transition: var(--el-transition-duration); */
2368
2596
  }
2369
2597
  .amb-design-item-default {
2370
- border: 1px dashed #c0c4cc !important;
2598
+ /* border: 1px dashed #c0c4cc !important; */
2371
2599
  /* border: 2px dashed transparent !important; */
2372
2600
  color: #c0c4cc;
2373
2601
  position: relative !important;
2374
2602
  }
2375
2603
  .amb-design-item-default:hover {
2376
2604
  cursor: pointer;
2377
- border: 1px solid #e6a23c !important;
2605
+ /* border: 1px solid #e6a23c !important; */
2606
+ outline-offset: 1px;
2607
+ outline: 1px solid #e6a23c !important;
2608
+ z-index: 10;
2378
2609
  /* background-color: rgba(205, 210, 216, 0.105); */
2379
2610
  }
2380
2611
  .amb-design-item-default > div {
@@ -2391,13 +2622,27 @@ fieldset.amb-design-item-selected {
2391
2622
  }
2392
2623
  .el-table__cell > .cell {
2393
2624
  white-space: nowrap !important;
2394
- }
2395
- .amb-design-item {
2625
+ }
2626
+ /* .amb-design-item {
2396
2627
  border: 1px solid #ffffff;
2397
- /* align-items:center; */
2628
+ } */
2629
+ .amb-design-item:hover {
2630
+ outline-offset: 1px;
2631
+ outline: 1px solid rgb(88, 147, 239);
2632
+ z-index: 10;
2398
2633
  }
2399
2634
  .amb-design-item-selected {
2400
- border: 1px solid #e6a23c !important;
2635
+ outline-offset: 1px;
2636
+ outline: 1px solid #e6a23c !important;
2637
+ z-index: 10;
2638
+ /* border: 1px solid #e6a23c !important; */
2639
+ }
2640
+ .amb-design-item-title {
2641
+ position: absolute;
2642
+ top: 0px;
2643
+ right: 60px;
2644
+ text-align: center;
2645
+ line-height: 1;
2401
2646
  }
2402
2647
  fieldset.amb-design-item-selected {
2403
2648
  color: #e6a23c !important;
@@ -2413,13 +2658,16 @@ fieldset.amb-design-item-selected {
2413
2658
  height: 16px;
2414
2659
  }
2415
2660
  .amb-design-chart-series {
2661
+ display: inline-block;
2416
2662
  background-color: #e6a23c;
2417
- border: 1px dashed #e6a23c;
2418
- padding: 0px 6px 8px 6px;
2663
+ padding: 4px 6px;
2419
2664
  color: #ffffff;
2420
2665
  cursor: pointer;
2421
2666
  border-radius: 0px 0px 4px 4px;
2422
- margin-right: 4px;
2667
+ overflow: hidden;
2668
+ }
2669
+ .amb-design-chart-series ~ .amb-design-chart-series {
2670
+ margin-left: 5px;
2423
2671
  }
2424
2672
  .amb-design-chart-series-selected {
2425
2673
  background-color: #5893ef;
@@ -2431,10 +2679,11 @@ fieldset.amb-design-item-selected {
2431
2679
  height: 22px;
2432
2680
  right: 0;
2433
2681
  top: 0;
2434
- z-index: 2;
2435
- padding: 6px;
2436
- padding-top: 2px;
2437
- padding-left: 0px;
2682
+ display: flex;
2683
+ align-items: center;
2684
+ padding: 0 5px;
2685
+ gap: 5px;
2686
+ z-index: 10;
2438
2687
  }
2439
2688
  .amb-widget-item-tool > i {
2440
2689
  cursor: pointer;
@@ -2536,9 +2785,6 @@ fieldset.amb-design-item-selected {
2536
2785
  /* 设计时样式 */
2537
2786
  .amb-design-item > .el-dropdown > .el-button-group {
2538
2787
  display: flex;
2539
- }
2540
- .el-table td.el-table__cell .cell {
2541
- padding: 1px;
2542
2788
  }
2543
2789
  /*去除表单组件 el-item label留白*/
2544
2790
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -2555,6 +2801,26 @@ fieldset.amb-design-item-selected {
2555
2801
  font-size: 22px;
2556
2802
  padding: 10px;
2557
2803
  font-weight: bold;
2804
+ }
2805
+ .amb-component-popover-left-menu-main {
2806
+ position: relative;
2807
+ height: 100%;
2808
+ border-right: solid 1px var(--el-menu-border-color);
2809
+ background-color: var(--el-menu-bg-color);
2810
+ overflow: auto;
2811
+ }
2812
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
2813
+ font-size: var(--el-menu-item-font-size);
2814
+ color: var(--el-menu-text-color);
2815
+ padding: 10px 0;
2816
+ display: flex;
2817
+ align-items: center;
2818
+ cursor: pointer;
2819
+ gap: 10px;
2820
+ }
2821
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
2822
+ color: var(--el-menu-active-color);
2823
+ background-color: var(--el-menu-hover-bg-color);
2558
2824
  }
2559
2825
  .el-tree-node__content {
2560
2826
  height: 34px !important;
@@ -2602,22 +2868,17 @@ fieldset.amb-design-item-selected {
2602
2868
  .amb-page-container-main > .el-container {
2603
2869
  height: 100%;
2604
2870
  }
2605
- .amb-container-left {
2606
- width: 280px !important;
2607
- overflow-y: auto;
2608
- }
2609
2871
  .amb-container-main {
2872
+ position: relative;
2610
2873
  padding: 0px !important;
2611
2874
  user-select: none;
2612
2875
  overflow: hidden;
2613
- background-color: #f5f7fa;
2876
+ background-color: #f5f7fa;
2877
+ z-index: 0;
2614
2878
  }
2615
2879
  .amb-container-main::-webkit-scrollbar {
2616
2880
  width: 1px;
2617
2881
  }
2618
- .amb-container-attr {
2619
- width: 280px !important;
2620
- }
2621
2882
  .amb-design-attr-base-content {
2622
2883
  background: #ffffff;
2623
2884
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -2965,14 +3226,17 @@ fieldset.amb-design-item-selected {
2965
3226
  transition: var(--el-transition-duration); */
2966
3227
  }
2967
3228
  .amb-design-item-default {
2968
- border: 1px dashed #c0c4cc !important;
3229
+ /* border: 1px dashed #c0c4cc !important; */
2969
3230
  /* border: 2px dashed transparent !important; */
2970
3231
  color: #c0c4cc;
2971
3232
  position: relative !important;
2972
3233
  }
2973
3234
  .amb-design-item-default:hover {
2974
3235
  cursor: pointer;
2975
- border: 1px solid #e6a23c !important;
3236
+ /* border: 1px solid #e6a23c !important; */
3237
+ outline-offset: 1px;
3238
+ outline: 1px solid #e6a23c !important;
3239
+ z-index: 10;
2976
3240
  /* background-color: rgba(205, 210, 216, 0.105); */
2977
3241
  }
2978
3242
  .amb-design-item-default > div {
@@ -2989,13 +3253,27 @@ fieldset.amb-design-item-selected {
2989
3253
  }
2990
3254
  .el-table__cell > .cell {
2991
3255
  white-space: nowrap !important;
2992
- }
2993
- .amb-design-item {
3256
+ }
3257
+ /* .amb-design-item {
2994
3258
  border: 1px solid #ffffff;
2995
- /* align-items:center; */
3259
+ } */
3260
+ .amb-design-item:hover {
3261
+ outline-offset: 1px;
3262
+ outline: 1px solid rgb(88, 147, 239);
3263
+ z-index: 10;
2996
3264
  }
2997
3265
  .amb-design-item-selected {
2998
- border: 1px solid #e6a23c !important;
3266
+ outline-offset: 1px;
3267
+ outline: 1px solid #e6a23c !important;
3268
+ z-index: 10;
3269
+ /* border: 1px solid #e6a23c !important; */
3270
+ }
3271
+ .amb-design-item-title {
3272
+ position: absolute;
3273
+ top: 0px;
3274
+ right: 60px;
3275
+ text-align: center;
3276
+ line-height: 1;
2999
3277
  }
3000
3278
  fieldset.amb-design-item-selected {
3001
3279
  color: #e6a23c !important;
@@ -3011,13 +3289,16 @@ fieldset.amb-design-item-selected {
3011
3289
  height: 16px;
3012
3290
  }
3013
3291
  .amb-design-chart-series {
3292
+ display: inline-block;
3014
3293
  background-color: #e6a23c;
3015
- border: 1px dashed #e6a23c;
3016
- padding: 0px 6px 8px 6px;
3294
+ padding: 4px 6px;
3017
3295
  color: #ffffff;
3018
3296
  cursor: pointer;
3019
3297
  border-radius: 0px 0px 4px 4px;
3020
- margin-right: 4px;
3298
+ overflow: hidden;
3299
+ }
3300
+ .amb-design-chart-series ~ .amb-design-chart-series {
3301
+ margin-left: 5px;
3021
3302
  }
3022
3303
  .amb-design-chart-series-selected {
3023
3304
  background-color: #5893ef;
@@ -3029,10 +3310,11 @@ fieldset.amb-design-item-selected {
3029
3310
  height: 22px;
3030
3311
  right: 0;
3031
3312
  top: 0;
3032
- z-index: 2;
3033
- padding: 6px;
3034
- padding-top: 2px;
3035
- padding-left: 0px;
3313
+ display: flex;
3314
+ align-items: center;
3315
+ padding: 0 5px;
3316
+ gap: 5px;
3317
+ z-index: 10;
3036
3318
  }
3037
3319
  .amb-widget-item-tool > i {
3038
3320
  cursor: pointer;
@@ -3134,9 +3416,6 @@ fieldset.amb-design-item-selected {
3134
3416
  /* 设计时样式 */
3135
3417
  .amb-design-item > .el-dropdown > .el-button-group {
3136
3418
  display: flex;
3137
- }
3138
- .el-table td.el-table__cell .cell {
3139
- padding: 1px;
3140
3419
  }
3141
3420
  /*去除表单组件 el-item label留白*/
3142
3421
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -3153,6 +3432,26 @@ fieldset.amb-design-item-selected {
3153
3432
  font-size: 22px;
3154
3433
  padding: 10px;
3155
3434
  font-weight: bold;
3435
+ }
3436
+ .amb-component-popover-left-menu-main {
3437
+ position: relative;
3438
+ height: 100%;
3439
+ border-right: solid 1px var(--el-menu-border-color);
3440
+ background-color: var(--el-menu-bg-color);
3441
+ overflow: auto;
3442
+ }
3443
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
3444
+ font-size: var(--el-menu-item-font-size);
3445
+ color: var(--el-menu-text-color);
3446
+ padding: 10px 0;
3447
+ display: flex;
3448
+ align-items: center;
3449
+ cursor: pointer;
3450
+ gap: 10px;
3451
+ }
3452
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
3453
+ color: var(--el-menu-active-color);
3454
+ background-color: var(--el-menu-hover-bg-color);
3156
3455
  }
3157
3456
  .el-tree-node__content {
3158
3457
  height: 34px !important;
@@ -3200,22 +3499,17 @@ fieldset.amb-design-item-selected {
3200
3499
  .amb-page-container-main > .el-container {
3201
3500
  height: 100%;
3202
3501
  }
3203
- .amb-container-left {
3204
- width: 280px !important;
3205
- overflow-y: auto;
3206
- }
3207
3502
  .amb-container-main {
3503
+ position: relative;
3208
3504
  padding: 0px !important;
3209
3505
  user-select: none;
3210
3506
  overflow: hidden;
3211
- background-color: #f5f7fa;
3507
+ background-color: #f5f7fa;
3508
+ z-index: 0;
3212
3509
  }
3213
3510
  .amb-container-main::-webkit-scrollbar {
3214
3511
  width: 1px;
3215
3512
  }
3216
- .amb-container-attr {
3217
- width: 280px !important;
3218
- }
3219
3513
  .amb-design-attr-base-content {
3220
3514
  background: #ffffff;
3221
3515
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -3563,14 +3857,17 @@ fieldset.amb-design-item-selected {
3563
3857
  transition: var(--el-transition-duration); */
3564
3858
  }
3565
3859
  .amb-design-item-default {
3566
- border: 1px dashed #c0c4cc !important;
3860
+ /* border: 1px dashed #c0c4cc !important; */
3567
3861
  /* border: 2px dashed transparent !important; */
3568
3862
  color: #c0c4cc;
3569
3863
  position: relative !important;
3570
3864
  }
3571
3865
  .amb-design-item-default:hover {
3572
3866
  cursor: pointer;
3573
- border: 1px solid #e6a23c !important;
3867
+ /* border: 1px solid #e6a23c !important; */
3868
+ outline-offset: 1px;
3869
+ outline: 1px solid #e6a23c !important;
3870
+ z-index: 10;
3574
3871
  /* background-color: rgba(205, 210, 216, 0.105); */
3575
3872
  }
3576
3873
  .amb-design-item-default > div {
@@ -3587,13 +3884,27 @@ fieldset.amb-design-item-selected {
3587
3884
  }
3588
3885
  .el-table__cell > .cell {
3589
3886
  white-space: nowrap !important;
3590
- }
3591
- .amb-design-item {
3887
+ }
3888
+ /* .amb-design-item {
3592
3889
  border: 1px solid #ffffff;
3593
- /* align-items:center; */
3890
+ } */
3891
+ .amb-design-item:hover {
3892
+ outline-offset: 1px;
3893
+ outline: 1px solid rgb(88, 147, 239);
3894
+ z-index: 10;
3594
3895
  }
3595
3896
  .amb-design-item-selected {
3596
- border: 1px solid #e6a23c !important;
3897
+ outline-offset: 1px;
3898
+ outline: 1px solid #e6a23c !important;
3899
+ z-index: 10;
3900
+ /* border: 1px solid #e6a23c !important; */
3901
+ }
3902
+ .amb-design-item-title {
3903
+ position: absolute;
3904
+ top: 0px;
3905
+ right: 60px;
3906
+ text-align: center;
3907
+ line-height: 1;
3597
3908
  }
3598
3909
  fieldset.amb-design-item-selected {
3599
3910
  color: #e6a23c !important;
@@ -3609,13 +3920,16 @@ fieldset.amb-design-item-selected {
3609
3920
  height: 16px;
3610
3921
  }
3611
3922
  .amb-design-chart-series {
3923
+ display: inline-block;
3612
3924
  background-color: #e6a23c;
3613
- border: 1px dashed #e6a23c;
3614
- padding: 0px 6px 8px 6px;
3925
+ padding: 4px 6px;
3615
3926
  color: #ffffff;
3616
3927
  cursor: pointer;
3617
3928
  border-radius: 0px 0px 4px 4px;
3618
- margin-right: 4px;
3929
+ overflow: hidden;
3930
+ }
3931
+ .amb-design-chart-series ~ .amb-design-chart-series {
3932
+ margin-left: 5px;
3619
3933
  }
3620
3934
  .amb-design-chart-series-selected {
3621
3935
  background-color: #5893ef;
@@ -3627,10 +3941,11 @@ fieldset.amb-design-item-selected {
3627
3941
  height: 22px;
3628
3942
  right: 0;
3629
3943
  top: 0;
3630
- z-index: 2;
3631
- padding: 6px;
3632
- padding-top: 2px;
3633
- padding-left: 0px;
3944
+ display: flex;
3945
+ align-items: center;
3946
+ padding: 0 5px;
3947
+ gap: 5px;
3948
+ z-index: 10;
3634
3949
  }
3635
3950
  .amb-widget-item-tool > i {
3636
3951
  cursor: pointer;
@@ -3732,9 +4047,6 @@ fieldset.amb-design-item-selected {
3732
4047
  /* 设计时样式 */
3733
4048
  .amb-design-item > .el-dropdown > .el-button-group {
3734
4049
  display: flex;
3735
- }
3736
- .el-table td.el-table__cell .cell {
3737
- padding: 1px;
3738
4050
  }
3739
4051
  /*去除表单组件 el-item label留白*/
3740
4052
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -3751,6 +4063,26 @@ fieldset.amb-design-item-selected {
3751
4063
  font-size: 22px;
3752
4064
  padding: 10px;
3753
4065
  font-weight: bold;
4066
+ }
4067
+ .amb-component-popover-left-menu-main {
4068
+ position: relative;
4069
+ height: 100%;
4070
+ border-right: solid 1px var(--el-menu-border-color);
4071
+ background-color: var(--el-menu-bg-color);
4072
+ overflow: auto;
4073
+ }
4074
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
4075
+ font-size: var(--el-menu-item-font-size);
4076
+ color: var(--el-menu-text-color);
4077
+ padding: 10px 0;
4078
+ display: flex;
4079
+ align-items: center;
4080
+ cursor: pointer;
4081
+ gap: 10px;
4082
+ }
4083
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
4084
+ color: var(--el-menu-active-color);
4085
+ background-color: var(--el-menu-hover-bg-color);
3754
4086
  }
3755
4087
  .el-tree-node__content {
3756
4088
  height: 34px !important;
@@ -3798,22 +4130,17 @@ fieldset.amb-design-item-selected {
3798
4130
  .amb-page-container-main > .el-container {
3799
4131
  height: 100%;
3800
4132
  }
3801
- .amb-container-left {
3802
- width: 280px !important;
3803
- overflow-y: auto;
3804
- }
3805
4133
  .amb-container-main {
4134
+ position: relative;
3806
4135
  padding: 0px !important;
3807
4136
  user-select: none;
3808
4137
  overflow: hidden;
3809
- background-color: #f5f7fa;
4138
+ background-color: #f5f7fa;
4139
+ z-index: 0;
3810
4140
  }
3811
4141
  .amb-container-main::-webkit-scrollbar {
3812
4142
  width: 1px;
3813
4143
  }
3814
- .amb-container-attr {
3815
- width: 280px !important;
3816
- }
3817
4144
  .amb-design-attr-base-content {
3818
4145
  background: #ffffff;
3819
4146
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -4161,14 +4488,17 @@ fieldset.amb-design-item-selected {
4161
4488
  transition: var(--el-transition-duration); */
4162
4489
  }
4163
4490
  .amb-design-item-default {
4164
- border: 1px dashed #c0c4cc !important;
4491
+ /* border: 1px dashed #c0c4cc !important; */
4165
4492
  /* border: 2px dashed transparent !important; */
4166
4493
  color: #c0c4cc;
4167
4494
  position: relative !important;
4168
4495
  }
4169
4496
  .amb-design-item-default:hover {
4170
4497
  cursor: pointer;
4171
- border: 1px solid #e6a23c !important;
4498
+ /* border: 1px solid #e6a23c !important; */
4499
+ outline-offset: 1px;
4500
+ outline: 1px solid #e6a23c !important;
4501
+ z-index: 10;
4172
4502
  /* background-color: rgba(205, 210, 216, 0.105); */
4173
4503
  }
4174
4504
  .amb-design-item-default > div {
@@ -4185,13 +4515,27 @@ fieldset.amb-design-item-selected {
4185
4515
  }
4186
4516
  .el-table__cell > .cell {
4187
4517
  white-space: nowrap !important;
4188
- }
4189
- .amb-design-item {
4518
+ }
4519
+ /* .amb-design-item {
4190
4520
  border: 1px solid #ffffff;
4191
- /* align-items:center; */
4521
+ } */
4522
+ .amb-design-item:hover {
4523
+ outline-offset: 1px;
4524
+ outline: 1px solid rgb(88, 147, 239);
4525
+ z-index: 10;
4192
4526
  }
4193
4527
  .amb-design-item-selected {
4194
- border: 1px solid #e6a23c !important;
4528
+ outline-offset: 1px;
4529
+ outline: 1px solid #e6a23c !important;
4530
+ z-index: 10;
4531
+ /* border: 1px solid #e6a23c !important; */
4532
+ }
4533
+ .amb-design-item-title {
4534
+ position: absolute;
4535
+ top: 0px;
4536
+ right: 60px;
4537
+ text-align: center;
4538
+ line-height: 1;
4195
4539
  }
4196
4540
  fieldset.amb-design-item-selected {
4197
4541
  color: #e6a23c !important;
@@ -4207,13 +4551,16 @@ fieldset.amb-design-item-selected {
4207
4551
  height: 16px;
4208
4552
  }
4209
4553
  .amb-design-chart-series {
4554
+ display: inline-block;
4210
4555
  background-color: #e6a23c;
4211
- border: 1px dashed #e6a23c;
4212
- padding: 0px 6px 8px 6px;
4556
+ padding: 4px 6px;
4213
4557
  color: #ffffff;
4214
4558
  cursor: pointer;
4215
4559
  border-radius: 0px 0px 4px 4px;
4216
- margin-right: 4px;
4560
+ overflow: hidden;
4561
+ }
4562
+ .amb-design-chart-series ~ .amb-design-chart-series {
4563
+ margin-left: 5px;
4217
4564
  }
4218
4565
  .amb-design-chart-series-selected {
4219
4566
  background-color: #5893ef;
@@ -4225,10 +4572,11 @@ fieldset.amb-design-item-selected {
4225
4572
  height: 22px;
4226
4573
  right: 0;
4227
4574
  top: 0;
4228
- z-index: 2;
4229
- padding: 6px;
4230
- padding-top: 2px;
4231
- padding-left: 0px;
4575
+ display: flex;
4576
+ align-items: center;
4577
+ padding: 0 5px;
4578
+ gap: 5px;
4579
+ z-index: 10;
4232
4580
  }
4233
4581
  .amb-widget-item-tool > i {
4234
4582
  cursor: pointer;
@@ -4330,9 +4678,6 @@ fieldset.amb-design-item-selected {
4330
4678
  /* 设计时样式 */
4331
4679
  .amb-design-item > .el-dropdown > .el-button-group {
4332
4680
  display: flex;
4333
- }
4334
- .el-table td.el-table__cell .cell {
4335
- padding: 1px;
4336
4681
  }
4337
4682
  /*去除表单组件 el-item label留白*/
4338
4683
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -4349,6 +4694,26 @@ fieldset.amb-design-item-selected {
4349
4694
  font-size: 22px;
4350
4695
  padding: 10px;
4351
4696
  font-weight: bold;
4697
+ }
4698
+ .amb-component-popover-left-menu-main {
4699
+ position: relative;
4700
+ height: 100%;
4701
+ border-right: solid 1px var(--el-menu-border-color);
4702
+ background-color: var(--el-menu-bg-color);
4703
+ overflow: auto;
4704
+ }
4705
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
4706
+ font-size: var(--el-menu-item-font-size);
4707
+ color: var(--el-menu-text-color);
4708
+ padding: 10px 0;
4709
+ display: flex;
4710
+ align-items: center;
4711
+ cursor: pointer;
4712
+ gap: 10px;
4713
+ }
4714
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
4715
+ color: var(--el-menu-active-color);
4716
+ background-color: var(--el-menu-hover-bg-color);
4352
4717
  }
4353
4718
  .el-tree-node__content {
4354
4719
  height: 34px !important;
@@ -4396,22 +4761,17 @@ fieldset.amb-design-item-selected {
4396
4761
  .amb-page-container-main > .el-container {
4397
4762
  height: 100%;
4398
4763
  }
4399
- .amb-container-left {
4400
- width: 280px !important;
4401
- overflow-y: auto;
4402
- }
4403
4764
  .amb-container-main {
4765
+ position: relative;
4404
4766
  padding: 0px !important;
4405
4767
  user-select: none;
4406
4768
  overflow: hidden;
4407
- background-color: #f5f7fa;
4769
+ background-color: #f5f7fa;
4770
+ z-index: 0;
4408
4771
  }
4409
4772
  .amb-container-main::-webkit-scrollbar {
4410
4773
  width: 1px;
4411
4774
  }
4412
- .amb-container-attr {
4413
- width: 280px !important;
4414
- }
4415
4775
  .amb-design-attr-base-content {
4416
4776
  background: #ffffff;
4417
4777
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -4759,14 +5119,17 @@ fieldset.amb-design-item-selected {
4759
5119
  transition: var(--el-transition-duration); */
4760
5120
  }
4761
5121
  .amb-design-item-default {
4762
- border: 1px dashed #c0c4cc !important;
5122
+ /* border: 1px dashed #c0c4cc !important; */
4763
5123
  /* border: 2px dashed transparent !important; */
4764
5124
  color: #c0c4cc;
4765
5125
  position: relative !important;
4766
5126
  }
4767
5127
  .amb-design-item-default:hover {
4768
5128
  cursor: pointer;
4769
- border: 1px solid #e6a23c !important;
5129
+ /* border: 1px solid #e6a23c !important; */
5130
+ outline-offset: 1px;
5131
+ outline: 1px solid #e6a23c !important;
5132
+ z-index: 10;
4770
5133
  /* background-color: rgba(205, 210, 216, 0.105); */
4771
5134
  }
4772
5135
  .amb-design-item-default > div {
@@ -4783,13 +5146,27 @@ fieldset.amb-design-item-selected {
4783
5146
  }
4784
5147
  .el-table__cell > .cell {
4785
5148
  white-space: nowrap !important;
4786
- }
4787
- .amb-design-item {
5149
+ }
5150
+ /* .amb-design-item {
4788
5151
  border: 1px solid #ffffff;
4789
- /* align-items:center; */
5152
+ } */
5153
+ .amb-design-item:hover {
5154
+ outline-offset: 1px;
5155
+ outline: 1px solid rgb(88, 147, 239);
5156
+ z-index: 10;
4790
5157
  }
4791
5158
  .amb-design-item-selected {
4792
- border: 1px solid #e6a23c !important;
5159
+ outline-offset: 1px;
5160
+ outline: 1px solid #e6a23c !important;
5161
+ z-index: 10;
5162
+ /* border: 1px solid #e6a23c !important; */
5163
+ }
5164
+ .amb-design-item-title {
5165
+ position: absolute;
5166
+ top: 0px;
5167
+ right: 60px;
5168
+ text-align: center;
5169
+ line-height: 1;
4793
5170
  }
4794
5171
  fieldset.amb-design-item-selected {
4795
5172
  color: #e6a23c !important;
@@ -4805,13 +5182,16 @@ fieldset.amb-design-item-selected {
4805
5182
  height: 16px;
4806
5183
  }
4807
5184
  .amb-design-chart-series {
5185
+ display: inline-block;
4808
5186
  background-color: #e6a23c;
4809
- border: 1px dashed #e6a23c;
4810
- padding: 0px 6px 8px 6px;
5187
+ padding: 4px 6px;
4811
5188
  color: #ffffff;
4812
5189
  cursor: pointer;
4813
5190
  border-radius: 0px 0px 4px 4px;
4814
- margin-right: 4px;
5191
+ overflow: hidden;
5192
+ }
5193
+ .amb-design-chart-series ~ .amb-design-chart-series {
5194
+ margin-left: 5px;
4815
5195
  }
4816
5196
  .amb-design-chart-series-selected {
4817
5197
  background-color: #5893ef;
@@ -4823,10 +5203,11 @@ fieldset.amb-design-item-selected {
4823
5203
  height: 22px;
4824
5204
  right: 0;
4825
5205
  top: 0;
4826
- z-index: 2;
4827
- padding: 6px;
4828
- padding-top: 2px;
4829
- padding-left: 0px;
5206
+ display: flex;
5207
+ align-items: center;
5208
+ padding: 0 5px;
5209
+ gap: 5px;
5210
+ z-index: 10;
4830
5211
  }
4831
5212
  .amb-widget-item-tool > i {
4832
5213
  cursor: pointer;
@@ -4928,9 +5309,6 @@ fieldset.amb-design-item-selected {
4928
5309
  /* 设计时样式 */
4929
5310
  .amb-design-item > .el-dropdown > .el-button-group {
4930
5311
  display: flex;
4931
- }
4932
- .el-table td.el-table__cell .cell {
4933
- padding: 1px;
4934
5312
  }
4935
5313
  /*去除表单组件 el-item label留白*/
4936
5314
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -4947,6 +5325,26 @@ fieldset.amb-design-item-selected {
4947
5325
  font-size: 22px;
4948
5326
  padding: 10px;
4949
5327
  font-weight: bold;
5328
+ }
5329
+ .amb-component-popover-left-menu-main {
5330
+ position: relative;
5331
+ height: 100%;
5332
+ border-right: solid 1px var(--el-menu-border-color);
5333
+ background-color: var(--el-menu-bg-color);
5334
+ overflow: auto;
5335
+ }
5336
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
5337
+ font-size: var(--el-menu-item-font-size);
5338
+ color: var(--el-menu-text-color);
5339
+ padding: 10px 0;
5340
+ display: flex;
5341
+ align-items: center;
5342
+ cursor: pointer;
5343
+ gap: 10px;
5344
+ }
5345
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
5346
+ color: var(--el-menu-active-color);
5347
+ background-color: var(--el-menu-hover-bg-color);
4950
5348
  }
4951
5349
 
4952
5350
  .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
@@ -4998,22 +5396,17 @@ fieldset.amb-design-item-selected {
4998
5396
  .amb-page-container-main > .el-container {
4999
5397
  height: 100%;
5000
5398
  }
5001
- .amb-container-left {
5002
- width: 280px !important;
5003
- overflow-y: auto;
5004
- }
5005
5399
  .amb-container-main {
5400
+ position: relative;
5006
5401
  padding: 0px !important;
5007
5402
  user-select: none;
5008
5403
  overflow: hidden;
5009
- background-color: #f5f7fa;
5404
+ background-color: #f5f7fa;
5405
+ z-index: 0;
5010
5406
  }
5011
5407
  .amb-container-main::-webkit-scrollbar {
5012
5408
  width: 1px;
5013
5409
  }
5014
- .amb-container-attr {
5015
- width: 280px !important;
5016
- }
5017
5410
  .amb-design-attr-base-content {
5018
5411
  background: #ffffff;
5019
5412
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -5361,14 +5754,17 @@ fieldset.amb-design-item-selected {
5361
5754
  transition: var(--el-transition-duration); */
5362
5755
  }
5363
5756
  .amb-design-item-default {
5364
- border: 1px dashed #c0c4cc !important;
5757
+ /* border: 1px dashed #c0c4cc !important; */
5365
5758
  /* border: 2px dashed transparent !important; */
5366
5759
  color: #c0c4cc;
5367
5760
  position: relative !important;
5368
5761
  }
5369
5762
  .amb-design-item-default:hover {
5370
5763
  cursor: pointer;
5371
- border: 1px solid #e6a23c !important;
5764
+ /* border: 1px solid #e6a23c !important; */
5765
+ outline-offset: 1px;
5766
+ outline: 1px solid #e6a23c !important;
5767
+ z-index: 10;
5372
5768
  /* background-color: rgba(205, 210, 216, 0.105); */
5373
5769
  }
5374
5770
  .amb-design-item-default > div {
@@ -5385,13 +5781,27 @@ fieldset.amb-design-item-selected {
5385
5781
  }
5386
5782
  .el-table__cell > .cell {
5387
5783
  white-space: nowrap !important;
5388
- }
5389
- .amb-design-item {
5784
+ }
5785
+ /* .amb-design-item {
5390
5786
  border: 1px solid #ffffff;
5391
- /* align-items:center; */
5787
+ } */
5788
+ .amb-design-item:hover {
5789
+ outline-offset: 1px;
5790
+ outline: 1px solid rgb(88, 147, 239);
5791
+ z-index: 10;
5392
5792
  }
5393
5793
  .amb-design-item-selected {
5394
- border: 1px solid #e6a23c !important;
5794
+ outline-offset: 1px;
5795
+ outline: 1px solid #e6a23c !important;
5796
+ z-index: 10;
5797
+ /* border: 1px solid #e6a23c !important; */
5798
+ }
5799
+ .amb-design-item-title {
5800
+ position: absolute;
5801
+ top: 0px;
5802
+ right: 60px;
5803
+ text-align: center;
5804
+ line-height: 1;
5395
5805
  }
5396
5806
  fieldset.amb-design-item-selected {
5397
5807
  color: #e6a23c !important;
@@ -5407,13 +5817,16 @@ fieldset.amb-design-item-selected {
5407
5817
  height: 16px;
5408
5818
  }
5409
5819
  .amb-design-chart-series {
5820
+ display: inline-block;
5410
5821
  background-color: #e6a23c;
5411
- border: 1px dashed #e6a23c;
5412
- padding: 0px 6px 8px 6px;
5822
+ padding: 4px 6px;
5413
5823
  color: #ffffff;
5414
5824
  cursor: pointer;
5415
5825
  border-radius: 0px 0px 4px 4px;
5416
- margin-right: 4px;
5826
+ overflow: hidden;
5827
+ }
5828
+ .amb-design-chart-series ~ .amb-design-chart-series {
5829
+ margin-left: 5px;
5417
5830
  }
5418
5831
  .amb-design-chart-series-selected {
5419
5832
  background-color: #5893ef;
@@ -5425,10 +5838,11 @@ fieldset.amb-design-item-selected {
5425
5838
  height: 22px;
5426
5839
  right: 0;
5427
5840
  top: 0;
5428
- z-index: 2;
5429
- padding: 6px;
5430
- padding-top: 2px;
5431
- padding-left: 0px;
5841
+ display: flex;
5842
+ align-items: center;
5843
+ padding: 0 5px;
5844
+ gap: 5px;
5845
+ z-index: 10;
5432
5846
  }
5433
5847
  .amb-widget-item-tool > i {
5434
5848
  cursor: pointer;
@@ -5530,9 +5944,6 @@ fieldset.amb-design-item-selected {
5530
5944
  /* 设计时样式 */
5531
5945
  .amb-design-item > .el-dropdown > .el-button-group {
5532
5946
  display: flex;
5533
- }
5534
- .el-table td.el-table__cell .cell {
5535
- padding: 1px;
5536
5947
  }
5537
5948
  /*去除表单组件 el-item label留白*/
5538
5949
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -5549,6 +5960,26 @@ fieldset.amb-design-item-selected {
5549
5960
  font-size: 22px;
5550
5961
  padding: 10px;
5551
5962
  font-weight: bold;
5963
+ }
5964
+ .amb-component-popover-left-menu-main {
5965
+ position: relative;
5966
+ height: 100%;
5967
+ border-right: solid 1px var(--el-menu-border-color);
5968
+ background-color: var(--el-menu-bg-color);
5969
+ overflow: auto;
5970
+ }
5971
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
5972
+ font-size: var(--el-menu-item-font-size);
5973
+ color: var(--el-menu-text-color);
5974
+ padding: 10px 0;
5975
+ display: flex;
5976
+ align-items: center;
5977
+ cursor: pointer;
5978
+ gap: 10px;
5979
+ }
5980
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
5981
+ color: var(--el-menu-active-color);
5982
+ background-color: var(--el-menu-hover-bg-color);
5552
5983
  }
5553
5984
  .el-tree-node__content {
5554
5985
  height: 34px !important;
@@ -5596,22 +6027,17 @@ fieldset.amb-design-item-selected {
5596
6027
  .amb-page-container-main > .el-container {
5597
6028
  height: 100%;
5598
6029
  }
5599
- .amb-container-left {
5600
- width: 280px !important;
5601
- overflow-y: auto;
5602
- }
5603
6030
  .amb-container-main {
6031
+ position: relative;
5604
6032
  padding: 0px !important;
5605
6033
  user-select: none;
5606
6034
  overflow: hidden;
5607
- background-color: #f5f7fa;
6035
+ background-color: #f5f7fa;
6036
+ z-index: 0;
5608
6037
  }
5609
6038
  .amb-container-main::-webkit-scrollbar {
5610
6039
  width: 1px;
5611
6040
  }
5612
- .amb-container-attr {
5613
- width: 280px !important;
5614
- }
5615
6041
  .amb-design-attr-base-content {
5616
6042
  background: #ffffff;
5617
6043
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -5959,14 +6385,17 @@ fieldset.amb-design-item-selected {
5959
6385
  transition: var(--el-transition-duration); */
5960
6386
  }
5961
6387
  .amb-design-item-default {
5962
- border: 1px dashed #c0c4cc !important;
6388
+ /* border: 1px dashed #c0c4cc !important; */
5963
6389
  /* border: 2px dashed transparent !important; */
5964
6390
  color: #c0c4cc;
5965
6391
  position: relative !important;
5966
6392
  }
5967
6393
  .amb-design-item-default:hover {
5968
6394
  cursor: pointer;
5969
- border: 1px solid #e6a23c !important;
6395
+ /* border: 1px solid #e6a23c !important; */
6396
+ outline-offset: 1px;
6397
+ outline: 1px solid #e6a23c !important;
6398
+ z-index: 10;
5970
6399
  /* background-color: rgba(205, 210, 216, 0.105); */
5971
6400
  }
5972
6401
  .amb-design-item-default > div {
@@ -5983,13 +6412,27 @@ fieldset.amb-design-item-selected {
5983
6412
  }
5984
6413
  .el-table__cell > .cell {
5985
6414
  white-space: nowrap !important;
5986
- }
5987
- .amb-design-item {
6415
+ }
6416
+ /* .amb-design-item {
5988
6417
  border: 1px solid #ffffff;
5989
- /* align-items:center; */
6418
+ } */
6419
+ .amb-design-item:hover {
6420
+ outline-offset: 1px;
6421
+ outline: 1px solid rgb(88, 147, 239);
6422
+ z-index: 10;
5990
6423
  }
5991
6424
  .amb-design-item-selected {
5992
- border: 1px solid #e6a23c !important;
6425
+ outline-offset: 1px;
6426
+ outline: 1px solid #e6a23c !important;
6427
+ z-index: 10;
6428
+ /* border: 1px solid #e6a23c !important; */
6429
+ }
6430
+ .amb-design-item-title {
6431
+ position: absolute;
6432
+ top: 0px;
6433
+ right: 60px;
6434
+ text-align: center;
6435
+ line-height: 1;
5993
6436
  }
5994
6437
  fieldset.amb-design-item-selected {
5995
6438
  color: #e6a23c !important;
@@ -6005,13 +6448,16 @@ fieldset.amb-design-item-selected {
6005
6448
  height: 16px;
6006
6449
  }
6007
6450
  .amb-design-chart-series {
6451
+ display: inline-block;
6008
6452
  background-color: #e6a23c;
6009
- border: 1px dashed #e6a23c;
6010
- padding: 0px 6px 8px 6px;
6453
+ padding: 4px 6px;
6011
6454
  color: #ffffff;
6012
6455
  cursor: pointer;
6013
6456
  border-radius: 0px 0px 4px 4px;
6014
- margin-right: 4px;
6457
+ overflow: hidden;
6458
+ }
6459
+ .amb-design-chart-series ~ .amb-design-chart-series {
6460
+ margin-left: 5px;
6015
6461
  }
6016
6462
  .amb-design-chart-series-selected {
6017
6463
  background-color: #5893ef;
@@ -6023,10 +6469,11 @@ fieldset.amb-design-item-selected {
6023
6469
  height: 22px;
6024
6470
  right: 0;
6025
6471
  top: 0;
6026
- z-index: 2;
6027
- padding: 6px;
6028
- padding-top: 2px;
6029
- padding-left: 0px;
6472
+ display: flex;
6473
+ align-items: center;
6474
+ padding: 0 5px;
6475
+ gap: 5px;
6476
+ z-index: 10;
6030
6477
  }
6031
6478
  .amb-widget-item-tool > i {
6032
6479
  cursor: pointer;
@@ -6128,9 +6575,6 @@ fieldset.amb-design-item-selected {
6128
6575
  /* 设计时样式 */
6129
6576
  .amb-design-item > .el-dropdown > .el-button-group {
6130
6577
  display: flex;
6131
- }
6132
- .el-table td.el-table__cell .cell {
6133
- padding: 1px;
6134
6578
  }
6135
6579
  /*去除表单组件 el-item label留白*/
6136
6580
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -6147,6 +6591,26 @@ fieldset.amb-design-item-selected {
6147
6591
  font-size: 22px;
6148
6592
  padding: 10px;
6149
6593
  font-weight: bold;
6594
+ }
6595
+ .amb-component-popover-left-menu-main {
6596
+ position: relative;
6597
+ height: 100%;
6598
+ border-right: solid 1px var(--el-menu-border-color);
6599
+ background-color: var(--el-menu-bg-color);
6600
+ overflow: auto;
6601
+ }
6602
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
6603
+ font-size: var(--el-menu-item-font-size);
6604
+ color: var(--el-menu-text-color);
6605
+ padding: 10px 0;
6606
+ display: flex;
6607
+ align-items: center;
6608
+ cursor: pointer;
6609
+ gap: 10px;
6610
+ }
6611
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
6612
+ color: var(--el-menu-active-color);
6613
+ background-color: var(--el-menu-hover-bg-color);
6150
6614
  }
6151
6615
  .el-tree-node__content {
6152
6616
  height: 34px !important;
@@ -6194,22 +6658,17 @@ fieldset.amb-design-item-selected {
6194
6658
  .amb-page-container-main > .el-container {
6195
6659
  height: 100%;
6196
6660
  }
6197
- .amb-container-left {
6198
- width: 280px !important;
6199
- overflow-y: auto;
6200
- }
6201
6661
  .amb-container-main {
6662
+ position: relative;
6202
6663
  padding: 0px !important;
6203
6664
  user-select: none;
6204
6665
  overflow: hidden;
6205
- background-color: #f5f7fa;
6666
+ background-color: #f5f7fa;
6667
+ z-index: 0;
6206
6668
  }
6207
6669
  .amb-container-main::-webkit-scrollbar {
6208
6670
  width: 1px;
6209
6671
  }
6210
- .amb-container-attr {
6211
- width: 280px !important;
6212
- }
6213
6672
  .amb-design-attr-base-content {
6214
6673
  background: #ffffff;
6215
6674
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -6557,14 +7016,17 @@ fieldset.amb-design-item-selected {
6557
7016
  transition: var(--el-transition-duration); */
6558
7017
  }
6559
7018
  .amb-design-item-default {
6560
- border: 1px dashed #c0c4cc !important;
7019
+ /* border: 1px dashed #c0c4cc !important; */
6561
7020
  /* border: 2px dashed transparent !important; */
6562
7021
  color: #c0c4cc;
6563
7022
  position: relative !important;
6564
7023
  }
6565
7024
  .amb-design-item-default:hover {
6566
7025
  cursor: pointer;
6567
- border: 1px solid #e6a23c !important;
7026
+ /* border: 1px solid #e6a23c !important; */
7027
+ outline-offset: 1px;
7028
+ outline: 1px solid #e6a23c !important;
7029
+ z-index: 10;
6568
7030
  /* background-color: rgba(205, 210, 216, 0.105); */
6569
7031
  }
6570
7032
  .amb-design-item-default > div {
@@ -6581,13 +7043,27 @@ fieldset.amb-design-item-selected {
6581
7043
  }
6582
7044
  .el-table__cell > .cell {
6583
7045
  white-space: nowrap !important;
6584
- }
6585
- .amb-design-item {
7046
+ }
7047
+ /* .amb-design-item {
6586
7048
  border: 1px solid #ffffff;
6587
- /* align-items:center; */
7049
+ } */
7050
+ .amb-design-item:hover {
7051
+ outline-offset: 1px;
7052
+ outline: 1px solid rgb(88, 147, 239);
7053
+ z-index: 10;
6588
7054
  }
6589
7055
  .amb-design-item-selected {
6590
- border: 1px solid #e6a23c !important;
7056
+ outline-offset: 1px;
7057
+ outline: 1px solid #e6a23c !important;
7058
+ z-index: 10;
7059
+ /* border: 1px solid #e6a23c !important; */
7060
+ }
7061
+ .amb-design-item-title {
7062
+ position: absolute;
7063
+ top: 0px;
7064
+ right: 60px;
7065
+ text-align: center;
7066
+ line-height: 1;
6591
7067
  }
6592
7068
  fieldset.amb-design-item-selected {
6593
7069
  color: #e6a23c !important;
@@ -6603,13 +7079,16 @@ fieldset.amb-design-item-selected {
6603
7079
  height: 16px;
6604
7080
  }
6605
7081
  .amb-design-chart-series {
7082
+ display: inline-block;
6606
7083
  background-color: #e6a23c;
6607
- border: 1px dashed #e6a23c;
6608
- padding: 0px 6px 8px 6px;
7084
+ padding: 4px 6px;
6609
7085
  color: #ffffff;
6610
7086
  cursor: pointer;
6611
7087
  border-radius: 0px 0px 4px 4px;
6612
- margin-right: 4px;
7088
+ overflow: hidden;
7089
+ }
7090
+ .amb-design-chart-series ~ .amb-design-chart-series {
7091
+ margin-left: 5px;
6613
7092
  }
6614
7093
  .amb-design-chart-series-selected {
6615
7094
  background-color: #5893ef;
@@ -6621,10 +7100,11 @@ fieldset.amb-design-item-selected {
6621
7100
  height: 22px;
6622
7101
  right: 0;
6623
7102
  top: 0;
6624
- z-index: 2;
6625
- padding: 6px;
6626
- padding-top: 2px;
6627
- padding-left: 0px;
7103
+ display: flex;
7104
+ align-items: center;
7105
+ padding: 0 5px;
7106
+ gap: 5px;
7107
+ z-index: 10;
6628
7108
  }
6629
7109
  .amb-widget-item-tool > i {
6630
7110
  cursor: pointer;
@@ -6726,9 +7206,6 @@ fieldset.amb-design-item-selected {
6726
7206
  /* 设计时样式 */
6727
7207
  .amb-design-item > .el-dropdown > .el-button-group {
6728
7208
  display: flex;
6729
- }
6730
- .el-table td.el-table__cell .cell {
6731
- padding: 1px;
6732
7209
  }
6733
7210
  /*去除表单组件 el-item label留白*/
6734
7211
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -6745,6 +7222,26 @@ fieldset.amb-design-item-selected {
6745
7222
  font-size: 22px;
6746
7223
  padding: 10px;
6747
7224
  font-weight: bold;
7225
+ }
7226
+ .amb-component-popover-left-menu-main {
7227
+ position: relative;
7228
+ height: 100%;
7229
+ border-right: solid 1px var(--el-menu-border-color);
7230
+ background-color: var(--el-menu-bg-color);
7231
+ overflow: auto;
7232
+ }
7233
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
7234
+ font-size: var(--el-menu-item-font-size);
7235
+ color: var(--el-menu-text-color);
7236
+ padding: 10px 0;
7237
+ display: flex;
7238
+ align-items: center;
7239
+ cursor: pointer;
7240
+ gap: 10px;
7241
+ }
7242
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
7243
+ color: var(--el-menu-active-color);
7244
+ background-color: var(--el-menu-hover-bg-color);
6748
7245
  }
6749
7246
  .el-tree-node__content {
6750
7247
  height: 34px !important;
@@ -6792,22 +7289,17 @@ fieldset.amb-design-item-selected {
6792
7289
  .amb-page-container-main > .el-container {
6793
7290
  height: 100%;
6794
7291
  }
6795
- .amb-container-left {
6796
- width: 280px !important;
6797
- overflow-y: auto;
6798
- }
6799
7292
  .amb-container-main {
7293
+ position: relative;
6800
7294
  padding: 0px !important;
6801
7295
  user-select: none;
6802
7296
  overflow: hidden;
6803
- background-color: #f5f7fa;
7297
+ background-color: #f5f7fa;
7298
+ z-index: 0;
6804
7299
  }
6805
7300
  .amb-container-main::-webkit-scrollbar {
6806
7301
  width: 1px;
6807
7302
  }
6808
- .amb-container-attr {
6809
- width: 280px !important;
6810
- }
6811
7303
  .amb-design-attr-base-content {
6812
7304
  background: #ffffff;
6813
7305
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -7155,14 +7647,17 @@ fieldset.amb-design-item-selected {
7155
7647
  transition: var(--el-transition-duration); */
7156
7648
  }
7157
7649
  .amb-design-item-default {
7158
- border: 1px dashed #c0c4cc !important;
7650
+ /* border: 1px dashed #c0c4cc !important; */
7159
7651
  /* border: 2px dashed transparent !important; */
7160
7652
  color: #c0c4cc;
7161
7653
  position: relative !important;
7162
7654
  }
7163
7655
  .amb-design-item-default:hover {
7164
7656
  cursor: pointer;
7165
- border: 1px solid #e6a23c !important;
7657
+ /* border: 1px solid #e6a23c !important; */
7658
+ outline-offset: 1px;
7659
+ outline: 1px solid #e6a23c !important;
7660
+ z-index: 10;
7166
7661
  /* background-color: rgba(205, 210, 216, 0.105); */
7167
7662
  }
7168
7663
  .amb-design-item-default > div {
@@ -7179,13 +7674,27 @@ fieldset.amb-design-item-selected {
7179
7674
  }
7180
7675
  .el-table__cell > .cell {
7181
7676
  white-space: nowrap !important;
7182
- }
7183
- .amb-design-item {
7677
+ }
7678
+ /* .amb-design-item {
7184
7679
  border: 1px solid #ffffff;
7185
- /* align-items:center; */
7680
+ } */
7681
+ .amb-design-item:hover {
7682
+ outline-offset: 1px;
7683
+ outline: 1px solid rgb(88, 147, 239);
7684
+ z-index: 10;
7186
7685
  }
7187
7686
  .amb-design-item-selected {
7188
- border: 1px solid #e6a23c !important;
7687
+ outline-offset: 1px;
7688
+ outline: 1px solid #e6a23c !important;
7689
+ z-index: 10;
7690
+ /* border: 1px solid #e6a23c !important; */
7691
+ }
7692
+ .amb-design-item-title {
7693
+ position: absolute;
7694
+ top: 0px;
7695
+ right: 60px;
7696
+ text-align: center;
7697
+ line-height: 1;
7189
7698
  }
7190
7699
  fieldset.amb-design-item-selected {
7191
7700
  color: #e6a23c !important;
@@ -7201,13 +7710,16 @@ fieldset.amb-design-item-selected {
7201
7710
  height: 16px;
7202
7711
  }
7203
7712
  .amb-design-chart-series {
7713
+ display: inline-block;
7204
7714
  background-color: #e6a23c;
7205
- border: 1px dashed #e6a23c;
7206
- padding: 0px 6px 8px 6px;
7715
+ padding: 4px 6px;
7207
7716
  color: #ffffff;
7208
7717
  cursor: pointer;
7209
7718
  border-radius: 0px 0px 4px 4px;
7210
- margin-right: 4px;
7719
+ overflow: hidden;
7720
+ }
7721
+ .amb-design-chart-series ~ .amb-design-chart-series {
7722
+ margin-left: 5px;
7211
7723
  }
7212
7724
  .amb-design-chart-series-selected {
7213
7725
  background-color: #5893ef;
@@ -7219,10 +7731,11 @@ fieldset.amb-design-item-selected {
7219
7731
  height: 22px;
7220
7732
  right: 0;
7221
7733
  top: 0;
7222
- z-index: 2;
7223
- padding: 6px;
7224
- padding-top: 2px;
7225
- padding-left: 0px;
7734
+ display: flex;
7735
+ align-items: center;
7736
+ padding: 0 5px;
7737
+ gap: 5px;
7738
+ z-index: 10;
7226
7739
  }
7227
7740
  .amb-widget-item-tool > i {
7228
7741
  cursor: pointer;
@@ -7324,9 +7837,6 @@ fieldset.amb-design-item-selected {
7324
7837
  /* 设计时样式 */
7325
7838
  .amb-design-item > .el-dropdown > .el-button-group {
7326
7839
  display: flex;
7327
- }
7328
- .el-table td.el-table__cell .cell {
7329
- padding: 1px;
7330
7840
  }
7331
7841
  /*去除表单组件 el-item label留白*/
7332
7842
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -7343,6 +7853,26 @@ fieldset.amb-design-item-selected {
7343
7853
  font-size: 22px;
7344
7854
  padding: 10px;
7345
7855
  font-weight: bold;
7856
+ }
7857
+ .amb-component-popover-left-menu-main {
7858
+ position: relative;
7859
+ height: 100%;
7860
+ border-right: solid 1px var(--el-menu-border-color);
7861
+ background-color: var(--el-menu-bg-color);
7862
+ overflow: auto;
7863
+ }
7864
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
7865
+ font-size: var(--el-menu-item-font-size);
7866
+ color: var(--el-menu-text-color);
7867
+ padding: 10px 0;
7868
+ display: flex;
7869
+ align-items: center;
7870
+ cursor: pointer;
7871
+ gap: 10px;
7872
+ }
7873
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
7874
+ color: var(--el-menu-active-color);
7875
+ background-color: var(--el-menu-hover-bg-color);
7346
7876
  }
7347
7877
  .el-tree-node__content {
7348
7878
  height: 34px !important;
@@ -7390,22 +7920,17 @@ fieldset.amb-design-item-selected {
7390
7920
  .amb-page-container-main > .el-container {
7391
7921
  height: 100%;
7392
7922
  }
7393
- .amb-container-left {
7394
- width: 280px !important;
7395
- overflow-y: auto;
7396
- }
7397
7923
  .amb-container-main {
7924
+ position: relative;
7398
7925
  padding: 0px !important;
7399
7926
  user-select: none;
7400
7927
  overflow: hidden;
7401
- background-color: #f5f7fa;
7928
+ background-color: #f5f7fa;
7929
+ z-index: 0;
7402
7930
  }
7403
7931
  .amb-container-main::-webkit-scrollbar {
7404
7932
  width: 1px;
7405
7933
  }
7406
- .amb-container-attr {
7407
- width: 280px !important;
7408
- }
7409
7934
  .amb-design-attr-base-content {
7410
7935
  background: #ffffff;
7411
7936
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -7753,14 +8278,17 @@ fieldset.amb-design-item-selected {
7753
8278
  transition: var(--el-transition-duration); */
7754
8279
  }
7755
8280
  .amb-design-item-default {
7756
- border: 1px dashed #c0c4cc !important;
8281
+ /* border: 1px dashed #c0c4cc !important; */
7757
8282
  /* border: 2px dashed transparent !important; */
7758
8283
  color: #c0c4cc;
7759
8284
  position: relative !important;
7760
8285
  }
7761
8286
  .amb-design-item-default:hover {
7762
8287
  cursor: pointer;
7763
- border: 1px solid #e6a23c !important;
8288
+ /* border: 1px solid #e6a23c !important; */
8289
+ outline-offset: 1px;
8290
+ outline: 1px solid #e6a23c !important;
8291
+ z-index: 10;
7764
8292
  /* background-color: rgba(205, 210, 216, 0.105); */
7765
8293
  }
7766
8294
  .amb-design-item-default > div {
@@ -7777,13 +8305,27 @@ fieldset.amb-design-item-selected {
7777
8305
  }
7778
8306
  .el-table__cell > .cell {
7779
8307
  white-space: nowrap !important;
7780
- }
7781
- .amb-design-item {
8308
+ }
8309
+ /* .amb-design-item {
7782
8310
  border: 1px solid #ffffff;
7783
- /* align-items:center; */
8311
+ } */
8312
+ .amb-design-item:hover {
8313
+ outline-offset: 1px;
8314
+ outline: 1px solid rgb(88, 147, 239);
8315
+ z-index: 10;
7784
8316
  }
7785
8317
  .amb-design-item-selected {
7786
- border: 1px solid #e6a23c !important;
8318
+ outline-offset: 1px;
8319
+ outline: 1px solid #e6a23c !important;
8320
+ z-index: 10;
8321
+ /* border: 1px solid #e6a23c !important; */
8322
+ }
8323
+ .amb-design-item-title {
8324
+ position: absolute;
8325
+ top: 0px;
8326
+ right: 60px;
8327
+ text-align: center;
8328
+ line-height: 1;
7787
8329
  }
7788
8330
  fieldset.amb-design-item-selected {
7789
8331
  color: #e6a23c !important;
@@ -7799,13 +8341,16 @@ fieldset.amb-design-item-selected {
7799
8341
  height: 16px;
7800
8342
  }
7801
8343
  .amb-design-chart-series {
8344
+ display: inline-block;
7802
8345
  background-color: #e6a23c;
7803
- border: 1px dashed #e6a23c;
7804
- padding: 0px 6px 8px 6px;
8346
+ padding: 4px 6px;
7805
8347
  color: #ffffff;
7806
8348
  cursor: pointer;
7807
8349
  border-radius: 0px 0px 4px 4px;
7808
- margin-right: 4px;
8350
+ overflow: hidden;
8351
+ }
8352
+ .amb-design-chart-series ~ .amb-design-chart-series {
8353
+ margin-left: 5px;
7809
8354
  }
7810
8355
  .amb-design-chart-series-selected {
7811
8356
  background-color: #5893ef;
@@ -7817,10 +8362,11 @@ fieldset.amb-design-item-selected {
7817
8362
  height: 22px;
7818
8363
  right: 0;
7819
8364
  top: 0;
7820
- z-index: 2;
7821
- padding: 6px;
7822
- padding-top: 2px;
7823
- padding-left: 0px;
8365
+ display: flex;
8366
+ align-items: center;
8367
+ padding: 0 5px;
8368
+ gap: 5px;
8369
+ z-index: 10;
7824
8370
  }
7825
8371
  .amb-widget-item-tool > i {
7826
8372
  cursor: pointer;
@@ -7922,9 +8468,6 @@ fieldset.amb-design-item-selected {
7922
8468
  /* 设计时样式 */
7923
8469
  .amb-design-item > .el-dropdown > .el-button-group {
7924
8470
  display: flex;
7925
- }
7926
- .el-table td.el-table__cell .cell {
7927
- padding: 1px;
7928
8471
  }
7929
8472
  /*去除表单组件 el-item label留白*/
7930
8473
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -7941,6 +8484,26 @@ fieldset.amb-design-item-selected {
7941
8484
  font-size: 22px;
7942
8485
  padding: 10px;
7943
8486
  font-weight: bold;
8487
+ }
8488
+ .amb-component-popover-left-menu-main {
8489
+ position: relative;
8490
+ height: 100%;
8491
+ border-right: solid 1px var(--el-menu-border-color);
8492
+ background-color: var(--el-menu-bg-color);
8493
+ overflow: auto;
8494
+ }
8495
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
8496
+ font-size: var(--el-menu-item-font-size);
8497
+ color: var(--el-menu-text-color);
8498
+ padding: 10px 0;
8499
+ display: flex;
8500
+ align-items: center;
8501
+ cursor: pointer;
8502
+ gap: 10px;
8503
+ }
8504
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
8505
+ color: var(--el-menu-active-color);
8506
+ background-color: var(--el-menu-hover-bg-color);
7944
8507
  }
7945
8508
  .el-tree-node__content {
7946
8509
  height: 34px !important;
@@ -7988,22 +8551,17 @@ fieldset.amb-design-item-selected {
7988
8551
  .amb-page-container-main > .el-container {
7989
8552
  height: 100%;
7990
8553
  }
7991
- .amb-container-left {
7992
- width: 280px !important;
7993
- overflow-y: auto;
7994
- }
7995
8554
  .amb-container-main {
8555
+ position: relative;
7996
8556
  padding: 0px !important;
7997
8557
  user-select: none;
7998
8558
  overflow: hidden;
7999
- background-color: #f5f7fa;
8559
+ background-color: #f5f7fa;
8560
+ z-index: 0;
8000
8561
  }
8001
8562
  .amb-container-main::-webkit-scrollbar {
8002
8563
  width: 1px;
8003
8564
  }
8004
- .amb-container-attr {
8005
- width: 280px !important;
8006
- }
8007
8565
  .amb-design-attr-base-content {
8008
8566
  background: #ffffff;
8009
8567
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -8351,14 +8909,17 @@ fieldset.amb-design-item-selected {
8351
8909
  transition: var(--el-transition-duration); */
8352
8910
  }
8353
8911
  .amb-design-item-default {
8354
- border: 1px dashed #c0c4cc !important;
8912
+ /* border: 1px dashed #c0c4cc !important; */
8355
8913
  /* border: 2px dashed transparent !important; */
8356
8914
  color: #c0c4cc;
8357
8915
  position: relative !important;
8358
8916
  }
8359
8917
  .amb-design-item-default:hover {
8360
8918
  cursor: pointer;
8361
- border: 1px solid #e6a23c !important;
8919
+ /* border: 1px solid #e6a23c !important; */
8920
+ outline-offset: 1px;
8921
+ outline: 1px solid #e6a23c !important;
8922
+ z-index: 10;
8362
8923
  /* background-color: rgba(205, 210, 216, 0.105); */
8363
8924
  }
8364
8925
  .amb-design-item-default > div {
@@ -8375,13 +8936,27 @@ fieldset.amb-design-item-selected {
8375
8936
  }
8376
8937
  .el-table__cell > .cell {
8377
8938
  white-space: nowrap !important;
8378
- }
8379
- .amb-design-item {
8939
+ }
8940
+ /* .amb-design-item {
8380
8941
  border: 1px solid #ffffff;
8381
- /* align-items:center; */
8942
+ } */
8943
+ .amb-design-item:hover {
8944
+ outline-offset: 1px;
8945
+ outline: 1px solid rgb(88, 147, 239);
8946
+ z-index: 10;
8382
8947
  }
8383
8948
  .amb-design-item-selected {
8384
- border: 1px solid #e6a23c !important;
8949
+ outline-offset: 1px;
8950
+ outline: 1px solid #e6a23c !important;
8951
+ z-index: 10;
8952
+ /* border: 1px solid #e6a23c !important; */
8953
+ }
8954
+ .amb-design-item-title {
8955
+ position: absolute;
8956
+ top: 0px;
8957
+ right: 60px;
8958
+ text-align: center;
8959
+ line-height: 1;
8385
8960
  }
8386
8961
  fieldset.amb-design-item-selected {
8387
8962
  color: #e6a23c !important;
@@ -8397,13 +8972,16 @@ fieldset.amb-design-item-selected {
8397
8972
  height: 16px;
8398
8973
  }
8399
8974
  .amb-design-chart-series {
8975
+ display: inline-block;
8400
8976
  background-color: #e6a23c;
8401
- border: 1px dashed #e6a23c;
8402
- padding: 0px 6px 8px 6px;
8977
+ padding: 4px 6px;
8403
8978
  color: #ffffff;
8404
8979
  cursor: pointer;
8405
8980
  border-radius: 0px 0px 4px 4px;
8406
- margin-right: 4px;
8981
+ overflow: hidden;
8982
+ }
8983
+ .amb-design-chart-series ~ .amb-design-chart-series {
8984
+ margin-left: 5px;
8407
8985
  }
8408
8986
  .amb-design-chart-series-selected {
8409
8987
  background-color: #5893ef;
@@ -8415,10 +8993,11 @@ fieldset.amb-design-item-selected {
8415
8993
  height: 22px;
8416
8994
  right: 0;
8417
8995
  top: 0;
8418
- z-index: 2;
8419
- padding: 6px;
8420
- padding-top: 2px;
8421
- padding-left: 0px;
8996
+ display: flex;
8997
+ align-items: center;
8998
+ padding: 0 5px;
8999
+ gap: 5px;
9000
+ z-index: 10;
8422
9001
  }
8423
9002
  .amb-widget-item-tool > i {
8424
9003
  cursor: pointer;
@@ -8520,9 +9099,6 @@ fieldset.amb-design-item-selected {
8520
9099
  /* 设计时样式 */
8521
9100
  .amb-design-item > .el-dropdown > .el-button-group {
8522
9101
  display: flex;
8523
- }
8524
- .el-table td.el-table__cell .cell {
8525
- padding: 1px;
8526
9102
  }
8527
9103
  /*去除表单组件 el-item label留白*/
8528
9104
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -8539,14 +9115,34 @@ fieldset.amb-design-item-selected {
8539
9115
  font-size: 22px;
8540
9116
  padding: 10px;
8541
9117
  font-weight: bold;
9118
+ }
9119
+ .amb-component-popover-left-menu-main {
9120
+ position: relative;
9121
+ height: 100%;
9122
+ border-right: solid 1px var(--el-menu-border-color);
9123
+ background-color: var(--el-menu-bg-color);
9124
+ overflow: auto;
9125
+ }
9126
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
9127
+ font-size: var(--el-menu-item-font-size);
9128
+ color: var(--el-menu-text-color);
9129
+ padding: 10px 0;
9130
+ display: flex;
9131
+ align-items: center;
9132
+ cursor: pointer;
9133
+ gap: 10px;
9134
+ }
9135
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
9136
+ color: var(--el-menu-active-color);
9137
+ background-color: var(--el-menu-hover-bg-color);
8542
9138
  }
8543
9139
 
8544
- .icon-set-center-body[data-v-181d1ce8]{
9140
+ .icon-set-center-body[data-v-7936498b]{
8545
9141
  display: grid;
8546
9142
  grid-template-columns:repeat(5,1fr);
8547
9143
  grid-column-gap: 1px;
8548
9144
  }
8549
- .icon-set-center-item[data-v-181d1ce8]{
9145
+ .icon-set-center-item[data-v-7936498b]{
8550
9146
  width: 100%;
8551
9147
  height: 80px;
8552
9148
  display: flex;
@@ -8556,7 +9152,7 @@ fieldset.amb-design-item-selected {
8556
9152
  cursor: pointer;
8557
9153
  border: 1px solid #eeeeee;
8558
9154
  }
8559
- .icon-set-center-creation[data-v-181d1ce8]{
9155
+ .icon-set-center-creation[data-v-7936498b]{
8560
9156
  width: 100%;
8561
9157
  display: flex;
8562
9158
  align-items: center;
@@ -8564,17 +9160,17 @@ fieldset.amb-design-item-selected {
8564
9160
  cursor: pointer;
8565
9161
  border: 1px solid #eeeeee;
8566
9162
  }
8567
- .icon-set-center-item[data-v-181d1ce8]:hover{
9163
+ .icon-set-center-item[data-v-7936498b]:hover{
8568
9164
  background-color: #f2f6fc;
8569
9165
  }
8570
- .icon-set-center-creation[data-v-181d1ce8]:hover{
9166
+ .icon-set-center-creation[data-v-7936498b]:hover{
8571
9167
  background-color: #f2f6fc;
8572
9168
  }
8573
- .icon-set-center-item-border[data-v-181d1ce8]{
9169
+ .icon-set-center-item-border[data-v-7936498b]{
8574
9170
  border: 1px solid #5893ef;
8575
9171
  z-index: 1;
8576
9172
  }
8577
- .el-form-item[data-v-181d1ce8]{
9173
+ .el-form-item[data-v-7936498b]{
8578
9174
  margin-bottom: 20px;
8579
9175
  }
8580
9176
  .el-tree-node__content {
@@ -8623,22 +9219,17 @@ fieldset.amb-design-item-selected {
8623
9219
  .amb-page-container-main > .el-container {
8624
9220
  height: 100%;
8625
9221
  }
8626
- .amb-container-left {
8627
- width: 280px !important;
8628
- overflow-y: auto;
8629
- }
8630
9222
  .amb-container-main {
9223
+ position: relative;
8631
9224
  padding: 0px !important;
8632
9225
  user-select: none;
8633
9226
  overflow: hidden;
8634
- background-color: #f5f7fa;
9227
+ background-color: #f5f7fa;
9228
+ z-index: 0;
8635
9229
  }
8636
9230
  .amb-container-main::-webkit-scrollbar {
8637
9231
  width: 1px;
8638
9232
  }
8639
- .amb-container-attr {
8640
- width: 280px !important;
8641
- }
8642
9233
  .amb-design-attr-base-content {
8643
9234
  background: #ffffff;
8644
9235
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -8986,14 +9577,17 @@ fieldset.amb-design-item-selected {
8986
9577
  transition: var(--el-transition-duration); */
8987
9578
  }
8988
9579
  .amb-design-item-default {
8989
- border: 1px dashed #c0c4cc !important;
9580
+ /* border: 1px dashed #c0c4cc !important; */
8990
9581
  /* border: 2px dashed transparent !important; */
8991
9582
  color: #c0c4cc;
8992
9583
  position: relative !important;
8993
9584
  }
8994
9585
  .amb-design-item-default:hover {
8995
9586
  cursor: pointer;
8996
- border: 1px solid #e6a23c !important;
9587
+ /* border: 1px solid #e6a23c !important; */
9588
+ outline-offset: 1px;
9589
+ outline: 1px solid #e6a23c !important;
9590
+ z-index: 10;
8997
9591
  /* background-color: rgba(205, 210, 216, 0.105); */
8998
9592
  }
8999
9593
  .amb-design-item-default > div {
@@ -9010,13 +9604,27 @@ fieldset.amb-design-item-selected {
9010
9604
  }
9011
9605
  .el-table__cell > .cell {
9012
9606
  white-space: nowrap !important;
9013
- }
9014
- .amb-design-item {
9607
+ }
9608
+ /* .amb-design-item {
9015
9609
  border: 1px solid #ffffff;
9016
- /* align-items:center; */
9610
+ } */
9611
+ .amb-design-item:hover {
9612
+ outline-offset: 1px;
9613
+ outline: 1px solid rgb(88, 147, 239);
9614
+ z-index: 10;
9017
9615
  }
9018
9616
  .amb-design-item-selected {
9019
- border: 1px solid #e6a23c !important;
9617
+ outline-offset: 1px;
9618
+ outline: 1px solid #e6a23c !important;
9619
+ z-index: 10;
9620
+ /* border: 1px solid #e6a23c !important; */
9621
+ }
9622
+ .amb-design-item-title {
9623
+ position: absolute;
9624
+ top: 0px;
9625
+ right: 60px;
9626
+ text-align: center;
9627
+ line-height: 1;
9020
9628
  }
9021
9629
  fieldset.amb-design-item-selected {
9022
9630
  color: #e6a23c !important;
@@ -9032,13 +9640,16 @@ fieldset.amb-design-item-selected {
9032
9640
  height: 16px;
9033
9641
  }
9034
9642
  .amb-design-chart-series {
9643
+ display: inline-block;
9035
9644
  background-color: #e6a23c;
9036
- border: 1px dashed #e6a23c;
9037
- padding: 0px 6px 8px 6px;
9645
+ padding: 4px 6px;
9038
9646
  color: #ffffff;
9039
9647
  cursor: pointer;
9040
9648
  border-radius: 0px 0px 4px 4px;
9041
- margin-right: 4px;
9649
+ overflow: hidden;
9650
+ }
9651
+ .amb-design-chart-series ~ .amb-design-chart-series {
9652
+ margin-left: 5px;
9042
9653
  }
9043
9654
  .amb-design-chart-series-selected {
9044
9655
  background-color: #5893ef;
@@ -9050,10 +9661,11 @@ fieldset.amb-design-item-selected {
9050
9661
  height: 22px;
9051
9662
  right: 0;
9052
9663
  top: 0;
9053
- z-index: 2;
9054
- padding: 6px;
9055
- padding-top: 2px;
9056
- padding-left: 0px;
9664
+ display: flex;
9665
+ align-items: center;
9666
+ padding: 0 5px;
9667
+ gap: 5px;
9668
+ z-index: 10;
9057
9669
  }
9058
9670
  .amb-widget-item-tool > i {
9059
9671
  cursor: pointer;
@@ -9155,9 +9767,6 @@ fieldset.amb-design-item-selected {
9155
9767
  /* 设计时样式 */
9156
9768
  .amb-design-item > .el-dropdown > .el-button-group {
9157
9769
  display: flex;
9158
- }
9159
- .el-table td.el-table__cell .cell {
9160
- padding: 1px;
9161
9770
  }
9162
9771
  /*去除表单组件 el-item label留白*/
9163
9772
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -9174,6 +9783,26 @@ fieldset.amb-design-item-selected {
9174
9783
  font-size: 22px;
9175
9784
  padding: 10px;
9176
9785
  font-weight: bold;
9786
+ }
9787
+ .amb-component-popover-left-menu-main {
9788
+ position: relative;
9789
+ height: 100%;
9790
+ border-right: solid 1px var(--el-menu-border-color);
9791
+ background-color: var(--el-menu-bg-color);
9792
+ overflow: auto;
9793
+ }
9794
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
9795
+ font-size: var(--el-menu-item-font-size);
9796
+ color: var(--el-menu-text-color);
9797
+ padding: 10px 0;
9798
+ display: flex;
9799
+ align-items: center;
9800
+ cursor: pointer;
9801
+ gap: 10px;
9802
+ }
9803
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
9804
+ color: var(--el-menu-active-color);
9805
+ background-color: var(--el-menu-hover-bg-color);
9177
9806
  }
9178
9807
 
9179
9808
  /*不显示列样式*/
@@ -9193,39 +9822,52 @@ fieldset.amb-design-item-selected {
9193
9822
  opacity: 0.5;
9194
9823
  background: #c8ebfb;
9195
9824
  }
9196
-
9197
- li[data-v-b0bcae22] {
9825
+ li[data-v-e50b5e57] {
9198
9826
  color: #333;
9199
9827
  }
9200
- .context-menu[data-v-b0bcae22] {
9201
- position: fixed;
9202
- background: #fff;
9203
- z-index: 999;
9204
- padding: 5px;
9205
- margin: 0;
9828
+ .context-menu[data-v-e50b5e57] {
9829
+ position: fixed;
9830
+ background: #fff;
9831
+ z-index: 999;
9832
+ padding: 5px;
9833
+ margin: 0;
9206
9834
  margin-top: 30px;
9207
9835
  }
9208
- .context-menu li[data-v-b0bcae22] {
9209
- min-width: 75px;
9210
- height: 28px;
9211
- line-height: 28px;
9212
- text-align: left;
9213
- color: #1a1a1a;
9836
+ .context-menu li[data-v-e50b5e57] {
9837
+ min-width: 75px;
9838
+ height: 28px;
9839
+ line-height: 28px;
9840
+ text-align: left;
9841
+ color: #1a1a1a;
9214
9842
  cursor: pointer;
9215
9843
  }
9216
- .context-menu li[data-v-b0bcae22]:hover {
9217
- background: #5893ef;
9844
+ .context-menu li[data-v-e50b5e57]:hover {
9845
+ background: #5893ef;
9218
9846
  color: #fff;
9219
9847
  }
9220
- .context-menu[data-v-b0bcae22] {
9221
- border: 1px solid #eee;
9222
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
9848
+ .context-menu[data-v-e50b5e57] {
9849
+ border: 1px solid #eee;
9850
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
9223
9851
  border-radius: 5px;
9224
9852
  }
9225
- li[data-v-b0bcae22] {
9853
+ li[data-v-e50b5e57] {
9226
9854
  list-style-type: none;
9227
- }
9228
-
9855
+ }
9856
+ .amb-object-design-table-ref .super-grid-main-table-footer-view[data-v-e50b5e57] {
9857
+ position: relative;
9858
+ display: flex;
9859
+ justify-content: space-between;
9860
+ align-items: center;
9861
+ flex-wrap: wrap;
9862
+ gap: var(--super-grid-main-view-gap, 10px);
9863
+ width: 100%;
9864
+ }
9865
+ .amb-object-design-table-ref[data-v-e50b5e57] .el-pagination {
9866
+ display: flex;
9867
+ flex-wrap: wrap;
9868
+ align-items: center;
9869
+ gap: var(--layout-form-flex-gap, 15px) 0;
9870
+ }
9229
9871
  .stateBtn[data-v-ae2798fb]{
9230
9872
  display: flex;
9231
9873
  }
@@ -9234,15 +9876,15 @@ li[data-v-b0bcae22] {
9234
9876
  color: #7b7b7b;
9235
9877
  }
9236
9878
 
9237
- .seleteSort[data-v-f4fba280] {
9879
+ .seleteSort[data-v-3f9861c5] {
9238
9880
  border-radius: 5px;
9239
9881
  border: 1px solid rgba(88, 147, 239);
9240
9882
  }
9241
9883
 
9242
- li[data-v-dbd1c08b] {
9884
+ li[data-v-d06d5717] {
9243
9885
  color: #333;
9244
9886
  }
9245
- .context-menu[data-v-dbd1c08b] {
9887
+ .context-menu[data-v-d06d5717] {
9246
9888
  position: fixed;
9247
9889
  background: #fff;
9248
9890
  z-index: 999;
@@ -9250,7 +9892,7 @@ li[data-v-dbd1c08b] {
9250
9892
  margin: 0;
9251
9893
  margin-top: 30px;
9252
9894
  }
9253
- .context-menu li[data-v-dbd1c08b] {
9895
+ .context-menu li[data-v-d06d5717] {
9254
9896
  min-width: 75px;
9255
9897
  height: 28px;
9256
9898
  line-height: 28px;
@@ -9263,16 +9905,16 @@ li[data-v-dbd1c08b] {
9263
9905
  /* background: #5893ef;*/
9264
9906
  /* color: #fff;*/
9265
9907
  /*}*/
9266
- .context-menuLi[data-v-dbd1c08b]:hover {
9908
+ .context-menuLi[data-v-d06d5717]:hover {
9267
9909
  background: #5893ef;
9268
9910
  color: #fff;
9269
9911
  }
9270
- .context-menu[data-v-dbd1c08b] {
9912
+ .context-menu[data-v-d06d5717] {
9271
9913
  border: 1px solid #eee;
9272
9914
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
9273
9915
  border-radius: 5px;
9274
9916
  }
9275
- li[data-v-dbd1c08b] {
9917
+ li[data-v-d06d5717] {
9276
9918
  list-style-type: none;
9277
9919
  }
9278
9920
 
@@ -9285,7 +9927,7 @@ li[data-v-dbd1c08b] {
9285
9927
  width: 100%
9286
9928
  }
9287
9929
 
9288
- .seleteSort[data-v-a94e418c] {
9930
+ .seleteSort[data-v-d2fb5ff1] {
9289
9931
  border-radius: 5px;
9290
9932
  border: 1px solid rgba(88, 147, 239);
9291
9933
  }
@@ -9335,22 +9977,17 @@ li[data-v-dbd1c08b] {
9335
9977
  .amb-page-container-main > .el-container {
9336
9978
  height: 100%;
9337
9979
  }
9338
- .amb-container-left {
9339
- width: 280px !important;
9340
- overflow-y: auto;
9341
- }
9342
9980
  .amb-container-main {
9981
+ position: relative;
9343
9982
  padding: 0px !important;
9344
9983
  user-select: none;
9345
9984
  overflow: hidden;
9346
- background-color: #f5f7fa;
9985
+ background-color: #f5f7fa;
9986
+ z-index: 0;
9347
9987
  }
9348
9988
  .amb-container-main::-webkit-scrollbar {
9349
9989
  width: 1px;
9350
9990
  }
9351
- .amb-container-attr {
9352
- width: 280px !important;
9353
- }
9354
9991
  .amb-design-attr-base-content {
9355
9992
  background: #ffffff;
9356
9993
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -9698,14 +10335,17 @@ li[data-v-dbd1c08b] {
9698
10335
  transition: var(--el-transition-duration); */
9699
10336
  }
9700
10337
  .amb-design-item-default {
9701
- border: 1px dashed #c0c4cc !important;
10338
+ /* border: 1px dashed #c0c4cc !important; */
9702
10339
  /* border: 2px dashed transparent !important; */
9703
10340
  color: #c0c4cc;
9704
10341
  position: relative !important;
9705
10342
  }
9706
10343
  .amb-design-item-default:hover {
9707
10344
  cursor: pointer;
9708
- border: 1px solid #e6a23c !important;
10345
+ /* border: 1px solid #e6a23c !important; */
10346
+ outline-offset: 1px;
10347
+ outline: 1px solid #e6a23c !important;
10348
+ z-index: 10;
9709
10349
  /* background-color: rgba(205, 210, 216, 0.105); */
9710
10350
  }
9711
10351
  .amb-design-item-default > div {
@@ -9722,13 +10362,27 @@ li[data-v-dbd1c08b] {
9722
10362
  }
9723
10363
  .el-table__cell > .cell {
9724
10364
  white-space: nowrap !important;
9725
- }
9726
- .amb-design-item {
10365
+ }
10366
+ /* .amb-design-item {
9727
10367
  border: 1px solid #ffffff;
9728
- /* align-items:center; */
10368
+ } */
10369
+ .amb-design-item:hover {
10370
+ outline-offset: 1px;
10371
+ outline: 1px solid rgb(88, 147, 239);
10372
+ z-index: 10;
9729
10373
  }
9730
10374
  .amb-design-item-selected {
9731
- border: 1px solid #e6a23c !important;
10375
+ outline-offset: 1px;
10376
+ outline: 1px solid #e6a23c !important;
10377
+ z-index: 10;
10378
+ /* border: 1px solid #e6a23c !important; */
10379
+ }
10380
+ .amb-design-item-title {
10381
+ position: absolute;
10382
+ top: 0px;
10383
+ right: 60px;
10384
+ text-align: center;
10385
+ line-height: 1;
9732
10386
  }
9733
10387
  fieldset.amb-design-item-selected {
9734
10388
  color: #e6a23c !important;
@@ -9744,13 +10398,16 @@ fieldset.amb-design-item-selected {
9744
10398
  height: 16px;
9745
10399
  }
9746
10400
  .amb-design-chart-series {
10401
+ display: inline-block;
9747
10402
  background-color: #e6a23c;
9748
- border: 1px dashed #e6a23c;
9749
- padding: 0px 6px 8px 6px;
10403
+ padding: 4px 6px;
9750
10404
  color: #ffffff;
9751
10405
  cursor: pointer;
9752
10406
  border-radius: 0px 0px 4px 4px;
9753
- margin-right: 4px;
10407
+ overflow: hidden;
10408
+ }
10409
+ .amb-design-chart-series ~ .amb-design-chart-series {
10410
+ margin-left: 5px;
9754
10411
  }
9755
10412
  .amb-design-chart-series-selected {
9756
10413
  background-color: #5893ef;
@@ -9762,10 +10419,11 @@ fieldset.amb-design-item-selected {
9762
10419
  height: 22px;
9763
10420
  right: 0;
9764
10421
  top: 0;
9765
- z-index: 2;
9766
- padding: 6px;
9767
- padding-top: 2px;
9768
- padding-left: 0px;
10422
+ display: flex;
10423
+ align-items: center;
10424
+ padding: 0 5px;
10425
+ gap: 5px;
10426
+ z-index: 10;
9769
10427
  }
9770
10428
  .amb-widget-item-tool > i {
9771
10429
  cursor: pointer;
@@ -9867,9 +10525,6 @@ fieldset.amb-design-item-selected {
9867
10525
  /* 设计时样式 */
9868
10526
  .amb-design-item > .el-dropdown > .el-button-group {
9869
10527
  display: flex;
9870
- }
9871
- .el-table td.el-table__cell .cell {
9872
- padding: 1px;
9873
10528
  }
9874
10529
  /*去除表单组件 el-item label留白*/
9875
10530
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -9886,13 +10541,33 @@ fieldset.amb-design-item-selected {
9886
10541
  font-size: 22px;
9887
10542
  padding: 10px;
9888
10543
  font-weight: bold;
10544
+ }
10545
+ .amb-component-popover-left-menu-main {
10546
+ position: relative;
10547
+ height: 100%;
10548
+ border-right: solid 1px var(--el-menu-border-color);
10549
+ background-color: var(--el-menu-bg-color);
10550
+ overflow: auto;
10551
+ }
10552
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
10553
+ font-size: var(--el-menu-item-font-size);
10554
+ color: var(--el-menu-text-color);
10555
+ padding: 10px 0;
10556
+ display: flex;
10557
+ align-items: center;
10558
+ cursor: pointer;
10559
+ gap: 10px;
10560
+ }
10561
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
10562
+ color: var(--el-menu-active-color);
10563
+ background-color: var(--el-menu-hover-bg-color);
9889
10564
  }
9890
10565
 
9891
- .seleteSort[data-v-c07fe584] {
10566
+ .seleteSort[data-v-764dbcf5] {
9892
10567
  border-radius: 5px;
9893
10568
  border: 1px solid rgba(88, 147, 239);
9894
10569
  }
9895
- [data-v-c07fe584] .el-select__selection {
10570
+ [data-v-764dbcf5] .el-select__selection {
9896
10571
  display: inline-block;
9897
10572
  }
9898
10573
  .el-tree-node__content {
@@ -9941,22 +10616,17 @@ fieldset.amb-design-item-selected {
9941
10616
  .amb-page-container-main > .el-container {
9942
10617
  height: 100%;
9943
10618
  }
9944
- .amb-container-left {
9945
- width: 280px !important;
9946
- overflow-y: auto;
9947
- }
9948
10619
  .amb-container-main {
10620
+ position: relative;
9949
10621
  padding: 0px !important;
9950
10622
  user-select: none;
9951
10623
  overflow: hidden;
9952
- background-color: #f5f7fa;
10624
+ background-color: #f5f7fa;
10625
+ z-index: 0;
9953
10626
  }
9954
10627
  .amb-container-main::-webkit-scrollbar {
9955
10628
  width: 1px;
9956
10629
  }
9957
- .amb-container-attr {
9958
- width: 280px !important;
9959
- }
9960
10630
  .amb-design-attr-base-content {
9961
10631
  background: #ffffff;
9962
10632
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -10304,14 +10974,17 @@ fieldset.amb-design-item-selected {
10304
10974
  transition: var(--el-transition-duration); */
10305
10975
  }
10306
10976
  .amb-design-item-default {
10307
- border: 1px dashed #c0c4cc !important;
10977
+ /* border: 1px dashed #c0c4cc !important; */
10308
10978
  /* border: 2px dashed transparent !important; */
10309
10979
  color: #c0c4cc;
10310
10980
  position: relative !important;
10311
10981
  }
10312
10982
  .amb-design-item-default:hover {
10313
10983
  cursor: pointer;
10314
- border: 1px solid #e6a23c !important;
10984
+ /* border: 1px solid #e6a23c !important; */
10985
+ outline-offset: 1px;
10986
+ outline: 1px solid #e6a23c !important;
10987
+ z-index: 10;
10315
10988
  /* background-color: rgba(205, 210, 216, 0.105); */
10316
10989
  }
10317
10990
  .amb-design-item-default > div {
@@ -10328,13 +11001,27 @@ fieldset.amb-design-item-selected {
10328
11001
  }
10329
11002
  .el-table__cell > .cell {
10330
11003
  white-space: nowrap !important;
10331
- }
10332
- .amb-design-item {
11004
+ }
11005
+ /* .amb-design-item {
10333
11006
  border: 1px solid #ffffff;
10334
- /* align-items:center; */
11007
+ } */
11008
+ .amb-design-item:hover {
11009
+ outline-offset: 1px;
11010
+ outline: 1px solid rgb(88, 147, 239);
11011
+ z-index: 10;
10335
11012
  }
10336
11013
  .amb-design-item-selected {
10337
- border: 1px solid #e6a23c !important;
11014
+ outline-offset: 1px;
11015
+ outline: 1px solid #e6a23c !important;
11016
+ z-index: 10;
11017
+ /* border: 1px solid #e6a23c !important; */
11018
+ }
11019
+ .amb-design-item-title {
11020
+ position: absolute;
11021
+ top: 0px;
11022
+ right: 60px;
11023
+ text-align: center;
11024
+ line-height: 1;
10338
11025
  }
10339
11026
  fieldset.amb-design-item-selected {
10340
11027
  color: #e6a23c !important;
@@ -10350,13 +11037,16 @@ fieldset.amb-design-item-selected {
10350
11037
  height: 16px;
10351
11038
  }
10352
11039
  .amb-design-chart-series {
11040
+ display: inline-block;
10353
11041
  background-color: #e6a23c;
10354
- border: 1px dashed #e6a23c;
10355
- padding: 0px 6px 8px 6px;
11042
+ padding: 4px 6px;
10356
11043
  color: #ffffff;
10357
11044
  cursor: pointer;
10358
11045
  border-radius: 0px 0px 4px 4px;
10359
- margin-right: 4px;
11046
+ overflow: hidden;
11047
+ }
11048
+ .amb-design-chart-series ~ .amb-design-chart-series {
11049
+ margin-left: 5px;
10360
11050
  }
10361
11051
  .amb-design-chart-series-selected {
10362
11052
  background-color: #5893ef;
@@ -10368,10 +11058,11 @@ fieldset.amb-design-item-selected {
10368
11058
  height: 22px;
10369
11059
  right: 0;
10370
11060
  top: 0;
10371
- z-index: 2;
10372
- padding: 6px;
10373
- padding-top: 2px;
10374
- padding-left: 0px;
11061
+ display: flex;
11062
+ align-items: center;
11063
+ padding: 0 5px;
11064
+ gap: 5px;
11065
+ z-index: 10;
10375
11066
  }
10376
11067
  .amb-widget-item-tool > i {
10377
11068
  cursor: pointer;
@@ -10473,9 +11164,6 @@ fieldset.amb-design-item-selected {
10473
11164
  /* 设计时样式 */
10474
11165
  .amb-design-item > .el-dropdown > .el-button-group {
10475
11166
  display: flex;
10476
- }
10477
- .el-table td.el-table__cell .cell {
10478
- padding: 1px;
10479
11167
  }
10480
11168
  /*去除表单组件 el-item label留白*/
10481
11169
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -10492,6 +11180,26 @@ fieldset.amb-design-item-selected {
10492
11180
  font-size: 22px;
10493
11181
  padding: 10px;
10494
11182
  font-weight: bold;
11183
+ }
11184
+ .amb-component-popover-left-menu-main {
11185
+ position: relative;
11186
+ height: 100%;
11187
+ border-right: solid 1px var(--el-menu-border-color);
11188
+ background-color: var(--el-menu-bg-color);
11189
+ overflow: auto;
11190
+ }
11191
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
11192
+ font-size: var(--el-menu-item-font-size);
11193
+ color: var(--el-menu-text-color);
11194
+ padding: 10px 0;
11195
+ display: flex;
11196
+ align-items: center;
11197
+ cursor: pointer;
11198
+ gap: 10px;
11199
+ }
11200
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
11201
+ color: var(--el-menu-active-color);
11202
+ background-color: var(--el-menu-hover-bg-color);
10495
11203
  }
10496
11204
  .el-tree-node__content {
10497
11205
  height: 34px !important;
@@ -10539,22 +11247,17 @@ fieldset.amb-design-item-selected {
10539
11247
  .amb-page-container-main > .el-container {
10540
11248
  height: 100%;
10541
11249
  }
10542
- .amb-container-left {
10543
- width: 280px !important;
10544
- overflow-y: auto;
10545
- }
10546
11250
  .amb-container-main {
11251
+ position: relative;
10547
11252
  padding: 0px !important;
10548
11253
  user-select: none;
10549
11254
  overflow: hidden;
10550
- background-color: #f5f7fa;
11255
+ background-color: #f5f7fa;
11256
+ z-index: 0;
10551
11257
  }
10552
11258
  .amb-container-main::-webkit-scrollbar {
10553
11259
  width: 1px;
10554
11260
  }
10555
- .amb-container-attr {
10556
- width: 280px !important;
10557
- }
10558
11261
  .amb-design-attr-base-content {
10559
11262
  background: #ffffff;
10560
11263
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -10902,14 +11605,17 @@ fieldset.amb-design-item-selected {
10902
11605
  transition: var(--el-transition-duration); */
10903
11606
  }
10904
11607
  .amb-design-item-default {
10905
- border: 1px dashed #c0c4cc !important;
11608
+ /* border: 1px dashed #c0c4cc !important; */
10906
11609
  /* border: 2px dashed transparent !important; */
10907
11610
  color: #c0c4cc;
10908
11611
  position: relative !important;
10909
11612
  }
10910
11613
  .amb-design-item-default:hover {
10911
11614
  cursor: pointer;
10912
- border: 1px solid #e6a23c !important;
11615
+ /* border: 1px solid #e6a23c !important; */
11616
+ outline-offset: 1px;
11617
+ outline: 1px solid #e6a23c !important;
11618
+ z-index: 10;
10913
11619
  /* background-color: rgba(205, 210, 216, 0.105); */
10914
11620
  }
10915
11621
  .amb-design-item-default > div {
@@ -10926,13 +11632,27 @@ fieldset.amb-design-item-selected {
10926
11632
  }
10927
11633
  .el-table__cell > .cell {
10928
11634
  white-space: nowrap !important;
10929
- }
10930
- .amb-design-item {
11635
+ }
11636
+ /* .amb-design-item {
10931
11637
  border: 1px solid #ffffff;
10932
- /* align-items:center; */
11638
+ } */
11639
+ .amb-design-item:hover {
11640
+ outline-offset: 1px;
11641
+ outline: 1px solid rgb(88, 147, 239);
11642
+ z-index: 10;
10933
11643
  }
10934
11644
  .amb-design-item-selected {
10935
- border: 1px solid #e6a23c !important;
11645
+ outline-offset: 1px;
11646
+ outline: 1px solid #e6a23c !important;
11647
+ z-index: 10;
11648
+ /* border: 1px solid #e6a23c !important; */
11649
+ }
11650
+ .amb-design-item-title {
11651
+ position: absolute;
11652
+ top: 0px;
11653
+ right: 60px;
11654
+ text-align: center;
11655
+ line-height: 1;
10936
11656
  }
10937
11657
  fieldset.amb-design-item-selected {
10938
11658
  color: #e6a23c !important;
@@ -10948,13 +11668,16 @@ fieldset.amb-design-item-selected {
10948
11668
  height: 16px;
10949
11669
  }
10950
11670
  .amb-design-chart-series {
11671
+ display: inline-block;
10951
11672
  background-color: #e6a23c;
10952
- border: 1px dashed #e6a23c;
10953
- padding: 0px 6px 8px 6px;
11673
+ padding: 4px 6px;
10954
11674
  color: #ffffff;
10955
11675
  cursor: pointer;
10956
11676
  border-radius: 0px 0px 4px 4px;
10957
- margin-right: 4px;
11677
+ overflow: hidden;
11678
+ }
11679
+ .amb-design-chart-series ~ .amb-design-chart-series {
11680
+ margin-left: 5px;
10958
11681
  }
10959
11682
  .amb-design-chart-series-selected {
10960
11683
  background-color: #5893ef;
@@ -10966,10 +11689,11 @@ fieldset.amb-design-item-selected {
10966
11689
  height: 22px;
10967
11690
  right: 0;
10968
11691
  top: 0;
10969
- z-index: 2;
10970
- padding: 6px;
10971
- padding-top: 2px;
10972
- padding-left: 0px;
11692
+ display: flex;
11693
+ align-items: center;
11694
+ padding: 0 5px;
11695
+ gap: 5px;
11696
+ z-index: 10;
10973
11697
  }
10974
11698
  .amb-widget-item-tool > i {
10975
11699
  cursor: pointer;
@@ -11071,9 +11795,6 @@ fieldset.amb-design-item-selected {
11071
11795
  /* 设计时样式 */
11072
11796
  .amb-design-item > .el-dropdown > .el-button-group {
11073
11797
  display: flex;
11074
- }
11075
- .el-table td.el-table__cell .cell {
11076
- padding: 1px;
11077
11798
  }
11078
11799
  /*去除表单组件 el-item label留白*/
11079
11800
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -11090,16 +11811,49 @@ fieldset.amb-design-item-selected {
11090
11811
  font-size: 22px;
11091
11812
  padding: 10px;
11092
11813
  font-weight: bold;
11814
+ }
11815
+ .amb-component-popover-left-menu-main {
11816
+ position: relative;
11817
+ height: 100%;
11818
+ border-right: solid 1px var(--el-menu-border-color);
11819
+ background-color: var(--el-menu-bg-color);
11820
+ overflow: auto;
11821
+ }
11822
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
11823
+ font-size: var(--el-menu-item-font-size);
11824
+ color: var(--el-menu-text-color);
11825
+ padding: 10px 0;
11826
+ display: flex;
11827
+ align-items: center;
11828
+ cursor: pointer;
11829
+ gap: 10px;
11830
+ }
11831
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
11832
+ color: var(--el-menu-active-color);
11833
+ background-color: var(--el-menu-hover-bg-color);
11093
11834
  }
11094
11835
 
11095
11836
  .input-with-select .el-input-group__append {
11096
11837
  background-color: var(--el-fill-color-blank);
11097
11838
  }
11098
11839
 
11099
- .el-tag[data-v-665d3bf4]{
11840
+ .el-tag[data-v-6b022e71]{
11100
11841
  margin-left: 10px;
11101
11842
  }
11102
- .el-tree-node__content {
11843
+ .amb-button-group-main[data-v-1320eaf4] {
11844
+ min-height: 32px;
11845
+ display: flex;
11846
+ min-width: 100px;
11847
+ min-height: 2em;
11848
+ flex-wrap: wrap;
11849
+ gap: var(--amb-widget-container-tool-gap, 10px);
11850
+ }
11851
+ .amb-button-group-main[data-v-1320eaf4]::after, .amb-button-group-main[data-v-1320eaf4]::before {
11852
+ display: none;
11853
+ }
11854
+ .amb-button-group-main > div[data-v-1320eaf4] {
11855
+ width: auto;
11856
+ }.el-tree-node__content {
11103
11857
  height: 34px !important;
11104
11858
  }
11105
11859
  .amb-page-container-header {
@@ -11145,22 +11899,17 @@ fieldset.amb-design-item-selected {
11145
11899
  .amb-page-container-main > .el-container {
11146
11900
  height: 100%;
11147
11901
  }
11148
- .amb-container-left {
11149
- width: 280px !important;
11150
- overflow-y: auto;
11151
- }
11152
11902
  .amb-container-main {
11903
+ position: relative;
11153
11904
  padding: 0px !important;
11154
11905
  user-select: none;
11155
11906
  overflow: hidden;
11156
- background-color: #f5f7fa;
11907
+ background-color: #f5f7fa;
11908
+ z-index: 0;
11157
11909
  }
11158
11910
  .amb-container-main::-webkit-scrollbar {
11159
11911
  width: 1px;
11160
11912
  }
11161
- .amb-container-attr {
11162
- width: 280px !important;
11163
- }
11164
11913
  .amb-design-attr-base-content {
11165
11914
  background: #ffffff;
11166
11915
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -11508,14 +12257,17 @@ fieldset.amb-design-item-selected {
11508
12257
  transition: var(--el-transition-duration); */
11509
12258
  }
11510
12259
  .amb-design-item-default {
11511
- border: 1px dashed #c0c4cc !important;
12260
+ /* border: 1px dashed #c0c4cc !important; */
11512
12261
  /* border: 2px dashed transparent !important; */
11513
12262
  color: #c0c4cc;
11514
12263
  position: relative !important;
11515
12264
  }
11516
12265
  .amb-design-item-default:hover {
11517
12266
  cursor: pointer;
11518
- border: 1px solid #e6a23c !important;
12267
+ /* border: 1px solid #e6a23c !important; */
12268
+ outline-offset: 1px;
12269
+ outline: 1px solid #e6a23c !important;
12270
+ z-index: 10;
11519
12271
  /* background-color: rgba(205, 210, 216, 0.105); */
11520
12272
  }
11521
12273
  .amb-design-item-default > div {
@@ -11532,13 +12284,27 @@ fieldset.amb-design-item-selected {
11532
12284
  }
11533
12285
  .el-table__cell > .cell {
11534
12286
  white-space: nowrap !important;
11535
- }
11536
- .amb-design-item {
12287
+ }
12288
+ /* .amb-design-item {
11537
12289
  border: 1px solid #ffffff;
11538
- /* align-items:center; */
12290
+ } */
12291
+ .amb-design-item:hover {
12292
+ outline-offset: 1px;
12293
+ outline: 1px solid rgb(88, 147, 239);
12294
+ z-index: 10;
11539
12295
  }
11540
12296
  .amb-design-item-selected {
11541
- border: 1px solid #e6a23c !important;
12297
+ outline-offset: 1px;
12298
+ outline: 1px solid #e6a23c !important;
12299
+ z-index: 10;
12300
+ /* border: 1px solid #e6a23c !important; */
12301
+ }
12302
+ .amb-design-item-title {
12303
+ position: absolute;
12304
+ top: 0px;
12305
+ right: 60px;
12306
+ text-align: center;
12307
+ line-height: 1;
11542
12308
  }
11543
12309
  fieldset.amb-design-item-selected {
11544
12310
  color: #e6a23c !important;
@@ -11554,13 +12320,16 @@ fieldset.amb-design-item-selected {
11554
12320
  height: 16px;
11555
12321
  }
11556
12322
  .amb-design-chart-series {
12323
+ display: inline-block;
11557
12324
  background-color: #e6a23c;
11558
- border: 1px dashed #e6a23c;
11559
- padding: 0px 6px 8px 6px;
12325
+ padding: 4px 6px;
11560
12326
  color: #ffffff;
11561
12327
  cursor: pointer;
11562
12328
  border-radius: 0px 0px 4px 4px;
11563
- margin-right: 4px;
12329
+ overflow: hidden;
12330
+ }
12331
+ .amb-design-chart-series ~ .amb-design-chart-series {
12332
+ margin-left: 5px;
11564
12333
  }
11565
12334
  .amb-design-chart-series-selected {
11566
12335
  background-color: #5893ef;
@@ -11572,10 +12341,11 @@ fieldset.amb-design-item-selected {
11572
12341
  height: 22px;
11573
12342
  right: 0;
11574
12343
  top: 0;
11575
- z-index: 2;
11576
- padding: 6px;
11577
- padding-top: 2px;
11578
- padding-left: 0px;
12344
+ display: flex;
12345
+ align-items: center;
12346
+ padding: 0 5px;
12347
+ gap: 5px;
12348
+ z-index: 10;
11579
12349
  }
11580
12350
  .amb-widget-item-tool > i {
11581
12351
  cursor: pointer;
@@ -11677,9 +12447,6 @@ fieldset.amb-design-item-selected {
11677
12447
  /* 设计时样式 */
11678
12448
  .amb-design-item > .el-dropdown > .el-button-group {
11679
12449
  display: flex;
11680
- }
11681
- .el-table td.el-table__cell .cell {
11682
- padding: 1px;
11683
12450
  }
11684
12451
  /*去除表单组件 el-item label留白*/
11685
12452
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -11696,6 +12463,26 @@ fieldset.amb-design-item-selected {
11696
12463
  font-size: 22px;
11697
12464
  padding: 10px;
11698
12465
  font-weight: bold;
12466
+ }
12467
+ .amb-component-popover-left-menu-main {
12468
+ position: relative;
12469
+ height: 100%;
12470
+ border-right: solid 1px var(--el-menu-border-color);
12471
+ background-color: var(--el-menu-bg-color);
12472
+ overflow: auto;
12473
+ }
12474
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
12475
+ font-size: var(--el-menu-item-font-size);
12476
+ color: var(--el-menu-text-color);
12477
+ padding: 10px 0;
12478
+ display: flex;
12479
+ align-items: center;
12480
+ cursor: pointer;
12481
+ gap: 10px;
12482
+ }
12483
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
12484
+ color: var(--el-menu-active-color);
12485
+ background-color: var(--el-menu-hover-bg-color);
11699
12486
  }
11700
12487
  .el-tree-node__content {
11701
12488
  height: 34px !important;
@@ -11743,22 +12530,17 @@ fieldset.amb-design-item-selected {
11743
12530
  .amb-page-container-main > .el-container {
11744
12531
  height: 100%;
11745
12532
  }
11746
- .amb-container-left {
11747
- width: 280px !important;
11748
- overflow-y: auto;
11749
- }
11750
12533
  .amb-container-main {
12534
+ position: relative;
11751
12535
  padding: 0px !important;
11752
12536
  user-select: none;
11753
12537
  overflow: hidden;
11754
- background-color: #f5f7fa;
12538
+ background-color: #f5f7fa;
12539
+ z-index: 0;
11755
12540
  }
11756
12541
  .amb-container-main::-webkit-scrollbar {
11757
12542
  width: 1px;
11758
12543
  }
11759
- .amb-container-attr {
11760
- width: 280px !important;
11761
- }
11762
12544
  .amb-design-attr-base-content {
11763
12545
  background: #ffffff;
11764
12546
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -12106,14 +12888,17 @@ fieldset.amb-design-item-selected {
12106
12888
  transition: var(--el-transition-duration); */
12107
12889
  }
12108
12890
  .amb-design-item-default {
12109
- border: 1px dashed #c0c4cc !important;
12891
+ /* border: 1px dashed #c0c4cc !important; */
12110
12892
  /* border: 2px dashed transparent !important; */
12111
12893
  color: #c0c4cc;
12112
12894
  position: relative !important;
12113
12895
  }
12114
12896
  .amb-design-item-default:hover {
12115
12897
  cursor: pointer;
12116
- border: 1px solid #e6a23c !important;
12898
+ /* border: 1px solid #e6a23c !important; */
12899
+ outline-offset: 1px;
12900
+ outline: 1px solid #e6a23c !important;
12901
+ z-index: 10;
12117
12902
  /* background-color: rgba(205, 210, 216, 0.105); */
12118
12903
  }
12119
12904
  .amb-design-item-default > div {
@@ -12130,13 +12915,27 @@ fieldset.amb-design-item-selected {
12130
12915
  }
12131
12916
  .el-table__cell > .cell {
12132
12917
  white-space: nowrap !important;
12133
- }
12134
- .amb-design-item {
12918
+ }
12919
+ /* .amb-design-item {
12135
12920
  border: 1px solid #ffffff;
12136
- /* align-items:center; */
12921
+ } */
12922
+ .amb-design-item:hover {
12923
+ outline-offset: 1px;
12924
+ outline: 1px solid rgb(88, 147, 239);
12925
+ z-index: 10;
12137
12926
  }
12138
12927
  .amb-design-item-selected {
12139
- border: 1px solid #e6a23c !important;
12928
+ outline-offset: 1px;
12929
+ outline: 1px solid #e6a23c !important;
12930
+ z-index: 10;
12931
+ /* border: 1px solid #e6a23c !important; */
12932
+ }
12933
+ .amb-design-item-title {
12934
+ position: absolute;
12935
+ top: 0px;
12936
+ right: 60px;
12937
+ text-align: center;
12938
+ line-height: 1;
12140
12939
  }
12141
12940
  fieldset.amb-design-item-selected {
12142
12941
  color: #e6a23c !important;
@@ -12152,13 +12951,16 @@ fieldset.amb-design-item-selected {
12152
12951
  height: 16px;
12153
12952
  }
12154
12953
  .amb-design-chart-series {
12954
+ display: inline-block;
12155
12955
  background-color: #e6a23c;
12156
- border: 1px dashed #e6a23c;
12157
- padding: 0px 6px 8px 6px;
12956
+ padding: 4px 6px;
12158
12957
  color: #ffffff;
12159
12958
  cursor: pointer;
12160
12959
  border-radius: 0px 0px 4px 4px;
12161
- margin-right: 4px;
12960
+ overflow: hidden;
12961
+ }
12962
+ .amb-design-chart-series ~ .amb-design-chart-series {
12963
+ margin-left: 5px;
12162
12964
  }
12163
12965
  .amb-design-chart-series-selected {
12164
12966
  background-color: #5893ef;
@@ -12170,10 +12972,11 @@ fieldset.amb-design-item-selected {
12170
12972
  height: 22px;
12171
12973
  right: 0;
12172
12974
  top: 0;
12173
- z-index: 2;
12174
- padding: 6px;
12175
- padding-top: 2px;
12176
- padding-left: 0px;
12975
+ display: flex;
12976
+ align-items: center;
12977
+ padding: 0 5px;
12978
+ gap: 5px;
12979
+ z-index: 10;
12177
12980
  }
12178
12981
  .amb-widget-item-tool > i {
12179
12982
  cursor: pointer;
@@ -12275,9 +13078,6 @@ fieldset.amb-design-item-selected {
12275
13078
  /* 设计时样式 */
12276
13079
  .amb-design-item > .el-dropdown > .el-button-group {
12277
13080
  display: flex;
12278
- }
12279
- .el-table td.el-table__cell .cell {
12280
- padding: 1px;
12281
13081
  }
12282
13082
  /*去除表单组件 el-item label留白*/
12283
13083
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -12294,6 +13094,26 @@ fieldset.amb-design-item-selected {
12294
13094
  font-size: 22px;
12295
13095
  padding: 10px;
12296
13096
  font-weight: bold;
13097
+ }
13098
+ .amb-component-popover-left-menu-main {
13099
+ position: relative;
13100
+ height: 100%;
13101
+ border-right: solid 1px var(--el-menu-border-color);
13102
+ background-color: var(--el-menu-bg-color);
13103
+ overflow: auto;
13104
+ }
13105
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
13106
+ font-size: var(--el-menu-item-font-size);
13107
+ color: var(--el-menu-text-color);
13108
+ padding: 10px 0;
13109
+ display: flex;
13110
+ align-items: center;
13111
+ cursor: pointer;
13112
+ gap: 10px;
13113
+ }
13114
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
13115
+ color: var(--el-menu-active-color);
13116
+ background-color: var(--el-menu-hover-bg-color);
12297
13117
  }
12298
13118
  .el-tree-node__content {
12299
13119
  height: 34px !important;
@@ -12341,22 +13161,17 @@ fieldset.amb-design-item-selected {
12341
13161
  .amb-page-container-main > .el-container {
12342
13162
  height: 100%;
12343
13163
  }
12344
- .amb-container-left {
12345
- width: 280px !important;
12346
- overflow-y: auto;
12347
- }
12348
13164
  .amb-container-main {
13165
+ position: relative;
12349
13166
  padding: 0px !important;
12350
13167
  user-select: none;
12351
13168
  overflow: hidden;
12352
- background-color: #f5f7fa;
13169
+ background-color: #f5f7fa;
13170
+ z-index: 0;
12353
13171
  }
12354
13172
  .amb-container-main::-webkit-scrollbar {
12355
13173
  width: 1px;
12356
13174
  }
12357
- .amb-container-attr {
12358
- width: 280px !important;
12359
- }
12360
13175
  .amb-design-attr-base-content {
12361
13176
  background: #ffffff;
12362
13177
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -12704,14 +13519,17 @@ fieldset.amb-design-item-selected {
12704
13519
  transition: var(--el-transition-duration); */
12705
13520
  }
12706
13521
  .amb-design-item-default {
12707
- border: 1px dashed #c0c4cc !important;
13522
+ /* border: 1px dashed #c0c4cc !important; */
12708
13523
  /* border: 2px dashed transparent !important; */
12709
13524
  color: #c0c4cc;
12710
13525
  position: relative !important;
12711
13526
  }
12712
13527
  .amb-design-item-default:hover {
12713
13528
  cursor: pointer;
12714
- border: 1px solid #e6a23c !important;
13529
+ /* border: 1px solid #e6a23c !important; */
13530
+ outline-offset: 1px;
13531
+ outline: 1px solid #e6a23c !important;
13532
+ z-index: 10;
12715
13533
  /* background-color: rgba(205, 210, 216, 0.105); */
12716
13534
  }
12717
13535
  .amb-design-item-default > div {
@@ -12728,13 +13546,27 @@ fieldset.amb-design-item-selected {
12728
13546
  }
12729
13547
  .el-table__cell > .cell {
12730
13548
  white-space: nowrap !important;
12731
- }
12732
- .amb-design-item {
13549
+ }
13550
+ /* .amb-design-item {
12733
13551
  border: 1px solid #ffffff;
12734
- /* align-items:center; */
13552
+ } */
13553
+ .amb-design-item:hover {
13554
+ outline-offset: 1px;
13555
+ outline: 1px solid rgb(88, 147, 239);
13556
+ z-index: 10;
12735
13557
  }
12736
13558
  .amb-design-item-selected {
12737
- border: 1px solid #e6a23c !important;
13559
+ outline-offset: 1px;
13560
+ outline: 1px solid #e6a23c !important;
13561
+ z-index: 10;
13562
+ /* border: 1px solid #e6a23c !important; */
13563
+ }
13564
+ .amb-design-item-title {
13565
+ position: absolute;
13566
+ top: 0px;
13567
+ right: 60px;
13568
+ text-align: center;
13569
+ line-height: 1;
12738
13570
  }
12739
13571
  fieldset.amb-design-item-selected {
12740
13572
  color: #e6a23c !important;
@@ -12750,13 +13582,16 @@ fieldset.amb-design-item-selected {
12750
13582
  height: 16px;
12751
13583
  }
12752
13584
  .amb-design-chart-series {
13585
+ display: inline-block;
12753
13586
  background-color: #e6a23c;
12754
- border: 1px dashed #e6a23c;
12755
- padding: 0px 6px 8px 6px;
13587
+ padding: 4px 6px;
12756
13588
  color: #ffffff;
12757
13589
  cursor: pointer;
12758
13590
  border-radius: 0px 0px 4px 4px;
12759
- margin-right: 4px;
13591
+ overflow: hidden;
13592
+ }
13593
+ .amb-design-chart-series ~ .amb-design-chart-series {
13594
+ margin-left: 5px;
12760
13595
  }
12761
13596
  .amb-design-chart-series-selected {
12762
13597
  background-color: #5893ef;
@@ -12768,10 +13603,11 @@ fieldset.amb-design-item-selected {
12768
13603
  height: 22px;
12769
13604
  right: 0;
12770
13605
  top: 0;
12771
- z-index: 2;
12772
- padding: 6px;
12773
- padding-top: 2px;
12774
- padding-left: 0px;
13606
+ display: flex;
13607
+ align-items: center;
13608
+ padding: 0 5px;
13609
+ gap: 5px;
13610
+ z-index: 10;
12775
13611
  }
12776
13612
  .amb-widget-item-tool > i {
12777
13613
  cursor: pointer;
@@ -12873,9 +13709,6 @@ fieldset.amb-design-item-selected {
12873
13709
  /* 设计时样式 */
12874
13710
  .amb-design-item > .el-dropdown > .el-button-group {
12875
13711
  display: flex;
12876
- }
12877
- .el-table td.el-table__cell .cell {
12878
- padding: 1px;
12879
13712
  }
12880
13713
  /*去除表单组件 el-item label留白*/
12881
13714
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -12892,6 +13725,26 @@ fieldset.amb-design-item-selected {
12892
13725
  font-size: 22px;
12893
13726
  padding: 10px;
12894
13727
  font-weight: bold;
13728
+ }
13729
+ .amb-component-popover-left-menu-main {
13730
+ position: relative;
13731
+ height: 100%;
13732
+ border-right: solid 1px var(--el-menu-border-color);
13733
+ background-color: var(--el-menu-bg-color);
13734
+ overflow: auto;
13735
+ }
13736
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
13737
+ font-size: var(--el-menu-item-font-size);
13738
+ color: var(--el-menu-text-color);
13739
+ padding: 10px 0;
13740
+ display: flex;
13741
+ align-items: center;
13742
+ cursor: pointer;
13743
+ gap: 10px;
13744
+ }
13745
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
13746
+ color: var(--el-menu-active-color);
13747
+ background-color: var(--el-menu-hover-bg-color);
12895
13748
  }
12896
13749
  .el-tree-node__content {
12897
13750
  height: 34px !important;
@@ -12939,22 +13792,17 @@ fieldset.amb-design-item-selected {
12939
13792
  .amb-page-container-main > .el-container {
12940
13793
  height: 100%;
12941
13794
  }
12942
- .amb-container-left {
12943
- width: 280px !important;
12944
- overflow-y: auto;
12945
- }
12946
13795
  .amb-container-main {
13796
+ position: relative;
12947
13797
  padding: 0px !important;
12948
13798
  user-select: none;
12949
13799
  overflow: hidden;
12950
- background-color: #f5f7fa;
13800
+ background-color: #f5f7fa;
13801
+ z-index: 0;
12951
13802
  }
12952
13803
  .amb-container-main::-webkit-scrollbar {
12953
13804
  width: 1px;
12954
13805
  }
12955
- .amb-container-attr {
12956
- width: 280px !important;
12957
- }
12958
13806
  .amb-design-attr-base-content {
12959
13807
  background: #ffffff;
12960
13808
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -13302,14 +14150,17 @@ fieldset.amb-design-item-selected {
13302
14150
  transition: var(--el-transition-duration); */
13303
14151
  }
13304
14152
  .amb-design-item-default {
13305
- border: 1px dashed #c0c4cc !important;
14153
+ /* border: 1px dashed #c0c4cc !important; */
13306
14154
  /* border: 2px dashed transparent !important; */
13307
14155
  color: #c0c4cc;
13308
14156
  position: relative !important;
13309
14157
  }
13310
14158
  .amb-design-item-default:hover {
13311
14159
  cursor: pointer;
13312
- border: 1px solid #e6a23c !important;
14160
+ /* border: 1px solid #e6a23c !important; */
14161
+ outline-offset: 1px;
14162
+ outline: 1px solid #e6a23c !important;
14163
+ z-index: 10;
13313
14164
  /* background-color: rgba(205, 210, 216, 0.105); */
13314
14165
  }
13315
14166
  .amb-design-item-default > div {
@@ -13326,13 +14177,27 @@ fieldset.amb-design-item-selected {
13326
14177
  }
13327
14178
  .el-table__cell > .cell {
13328
14179
  white-space: nowrap !important;
13329
- }
13330
- .amb-design-item {
14180
+ }
14181
+ /* .amb-design-item {
13331
14182
  border: 1px solid #ffffff;
13332
- /* align-items:center; */
14183
+ } */
14184
+ .amb-design-item:hover {
14185
+ outline-offset: 1px;
14186
+ outline: 1px solid rgb(88, 147, 239);
14187
+ z-index: 10;
13333
14188
  }
13334
14189
  .amb-design-item-selected {
13335
- border: 1px solid #e6a23c !important;
14190
+ outline-offset: 1px;
14191
+ outline: 1px solid #e6a23c !important;
14192
+ z-index: 10;
14193
+ /* border: 1px solid #e6a23c !important; */
14194
+ }
14195
+ .amb-design-item-title {
14196
+ position: absolute;
14197
+ top: 0px;
14198
+ right: 60px;
14199
+ text-align: center;
14200
+ line-height: 1;
13336
14201
  }
13337
14202
  fieldset.amb-design-item-selected {
13338
14203
  color: #e6a23c !important;
@@ -13348,13 +14213,16 @@ fieldset.amb-design-item-selected {
13348
14213
  height: 16px;
13349
14214
  }
13350
14215
  .amb-design-chart-series {
14216
+ display: inline-block;
13351
14217
  background-color: #e6a23c;
13352
- border: 1px dashed #e6a23c;
13353
- padding: 0px 6px 8px 6px;
14218
+ padding: 4px 6px;
13354
14219
  color: #ffffff;
13355
14220
  cursor: pointer;
13356
14221
  border-radius: 0px 0px 4px 4px;
13357
- margin-right: 4px;
14222
+ overflow: hidden;
14223
+ }
14224
+ .amb-design-chart-series ~ .amb-design-chart-series {
14225
+ margin-left: 5px;
13358
14226
  }
13359
14227
  .amb-design-chart-series-selected {
13360
14228
  background-color: #5893ef;
@@ -13366,10 +14234,11 @@ fieldset.amb-design-item-selected {
13366
14234
  height: 22px;
13367
14235
  right: 0;
13368
14236
  top: 0;
13369
- z-index: 2;
13370
- padding: 6px;
13371
- padding-top: 2px;
13372
- padding-left: 0px;
14237
+ display: flex;
14238
+ align-items: center;
14239
+ padding: 0 5px;
14240
+ gap: 5px;
14241
+ z-index: 10;
13373
14242
  }
13374
14243
  .amb-widget-item-tool > i {
13375
14244
  cursor: pointer;
@@ -13471,9 +14340,6 @@ fieldset.amb-design-item-selected {
13471
14340
  /* 设计时样式 */
13472
14341
  .amb-design-item > .el-dropdown > .el-button-group {
13473
14342
  display: flex;
13474
- }
13475
- .el-table td.el-table__cell .cell {
13476
- padding: 1px;
13477
14343
  }
13478
14344
  /*去除表单组件 el-item label留白*/
13479
14345
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -13490,8 +14356,41 @@ fieldset.amb-design-item-selected {
13490
14356
  font-size: 22px;
13491
14357
  padding: 10px;
13492
14358
  font-weight: bold;
14359
+ }
14360
+ .amb-component-popover-left-menu-main {
14361
+ position: relative;
14362
+ height: 100%;
14363
+ border-right: solid 1px var(--el-menu-border-color);
14364
+ background-color: var(--el-menu-bg-color);
14365
+ overflow: auto;
14366
+ }
14367
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
14368
+ font-size: var(--el-menu-item-font-size);
14369
+ color: var(--el-menu-text-color);
14370
+ padding: 10px 0;
14371
+ display: flex;
14372
+ align-items: center;
14373
+ cursor: pointer;
14374
+ gap: 10px;
14375
+ }
14376
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
14377
+ color: var(--el-menu-active-color);
14378
+ background-color: var(--el-menu-hover-bg-color);
13493
14379
  }
13494
- .el-tree-node__content {
14380
+ .amb-workflowbutton-design-view[data-v-ba02a8bf] {
14381
+ min-height: 32px;
14382
+ display: flex;
14383
+ min-width: 100px;
14384
+ min-height: 2em;
14385
+ flex-wrap: wrap;
14386
+ gap: var(--amb-widget-container-tool-gap, 10px);
14387
+ }
14388
+ .amb-workflowbutton-design-view[data-v-ba02a8bf]::after, .amb-workflowbutton-design-view[data-v-ba02a8bf]::before {
14389
+ display: none;
14390
+ }
14391
+ .amb-workflowbutton-design-view > div[data-v-ba02a8bf] {
14392
+ width: auto;
14393
+ }.el-tree-node__content {
13495
14394
  height: 34px !important;
13496
14395
  }
13497
14396
  .amb-page-container-header {
@@ -13537,22 +14436,17 @@ fieldset.amb-design-item-selected {
13537
14436
  .amb-page-container-main > .el-container {
13538
14437
  height: 100%;
13539
14438
  }
13540
- .amb-container-left {
13541
- width: 280px !important;
13542
- overflow-y: auto;
13543
- }
13544
14439
  .amb-container-main {
14440
+ position: relative;
13545
14441
  padding: 0px !important;
13546
14442
  user-select: none;
13547
14443
  overflow: hidden;
13548
- background-color: #f5f7fa;
14444
+ background-color: #f5f7fa;
14445
+ z-index: 0;
13549
14446
  }
13550
14447
  .amb-container-main::-webkit-scrollbar {
13551
14448
  width: 1px;
13552
14449
  }
13553
- .amb-container-attr {
13554
- width: 280px !important;
13555
- }
13556
14450
  .amb-design-attr-base-content {
13557
14451
  background: #ffffff;
13558
14452
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -13900,14 +14794,17 @@ fieldset.amb-design-item-selected {
13900
14794
  transition: var(--el-transition-duration); */
13901
14795
  }
13902
14796
  .amb-design-item-default {
13903
- border: 1px dashed #c0c4cc !important;
14797
+ /* border: 1px dashed #c0c4cc !important; */
13904
14798
  /* border: 2px dashed transparent !important; */
13905
14799
  color: #c0c4cc;
13906
14800
  position: relative !important;
13907
14801
  }
13908
14802
  .amb-design-item-default:hover {
13909
14803
  cursor: pointer;
13910
- border: 1px solid #e6a23c !important;
14804
+ /* border: 1px solid #e6a23c !important; */
14805
+ outline-offset: 1px;
14806
+ outline: 1px solid #e6a23c !important;
14807
+ z-index: 10;
13911
14808
  /* background-color: rgba(205, 210, 216, 0.105); */
13912
14809
  }
13913
14810
  .amb-design-item-default > div {
@@ -13924,13 +14821,27 @@ fieldset.amb-design-item-selected {
13924
14821
  }
13925
14822
  .el-table__cell > .cell {
13926
14823
  white-space: nowrap !important;
13927
- }
13928
- .amb-design-item {
14824
+ }
14825
+ /* .amb-design-item {
13929
14826
  border: 1px solid #ffffff;
13930
- /* align-items:center; */
14827
+ } */
14828
+ .amb-design-item:hover {
14829
+ outline-offset: 1px;
14830
+ outline: 1px solid rgb(88, 147, 239);
14831
+ z-index: 10;
13931
14832
  }
13932
14833
  .amb-design-item-selected {
13933
- border: 1px solid #e6a23c !important;
14834
+ outline-offset: 1px;
14835
+ outline: 1px solid #e6a23c !important;
14836
+ z-index: 10;
14837
+ /* border: 1px solid #e6a23c !important; */
14838
+ }
14839
+ .amb-design-item-title {
14840
+ position: absolute;
14841
+ top: 0px;
14842
+ right: 60px;
14843
+ text-align: center;
14844
+ line-height: 1;
13934
14845
  }
13935
14846
  fieldset.amb-design-item-selected {
13936
14847
  color: #e6a23c !important;
@@ -13946,13 +14857,16 @@ fieldset.amb-design-item-selected {
13946
14857
  height: 16px;
13947
14858
  }
13948
14859
  .amb-design-chart-series {
14860
+ display: inline-block;
13949
14861
  background-color: #e6a23c;
13950
- border: 1px dashed #e6a23c;
13951
- padding: 0px 6px 8px 6px;
14862
+ padding: 4px 6px;
13952
14863
  color: #ffffff;
13953
14864
  cursor: pointer;
13954
14865
  border-radius: 0px 0px 4px 4px;
13955
- margin-right: 4px;
14866
+ overflow: hidden;
14867
+ }
14868
+ .amb-design-chart-series ~ .amb-design-chart-series {
14869
+ margin-left: 5px;
13956
14870
  }
13957
14871
  .amb-design-chart-series-selected {
13958
14872
  background-color: #5893ef;
@@ -13964,10 +14878,11 @@ fieldset.amb-design-item-selected {
13964
14878
  height: 22px;
13965
14879
  right: 0;
13966
14880
  top: 0;
13967
- z-index: 2;
13968
- padding: 6px;
13969
- padding-top: 2px;
13970
- padding-left: 0px;
14881
+ display: flex;
14882
+ align-items: center;
14883
+ padding: 0 5px;
14884
+ gap: 5px;
14885
+ z-index: 10;
13971
14886
  }
13972
14887
  .amb-widget-item-tool > i {
13973
14888
  cursor: pointer;
@@ -14069,9 +14984,6 @@ fieldset.amb-design-item-selected {
14069
14984
  /* 设计时样式 */
14070
14985
  .amb-design-item > .el-dropdown > .el-button-group {
14071
14986
  display: flex;
14072
- }
14073
- .el-table td.el-table__cell .cell {
14074
- padding: 1px;
14075
14987
  }
14076
14988
  /*去除表单组件 el-item label留白*/
14077
14989
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -14088,6 +15000,26 @@ fieldset.amb-design-item-selected {
14088
15000
  font-size: 22px;
14089
15001
  padding: 10px;
14090
15002
  font-weight: bold;
15003
+ }
15004
+ .amb-component-popover-left-menu-main {
15005
+ position: relative;
15006
+ height: 100%;
15007
+ border-right: solid 1px var(--el-menu-border-color);
15008
+ background-color: var(--el-menu-bg-color);
15009
+ overflow: auto;
15010
+ }
15011
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
15012
+ font-size: var(--el-menu-item-font-size);
15013
+ color: var(--el-menu-text-color);
15014
+ padding: 10px 0;
15015
+ display: flex;
15016
+ align-items: center;
15017
+ cursor: pointer;
15018
+ gap: 10px;
15019
+ }
15020
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
15021
+ color: var(--el-menu-active-color);
15022
+ background-color: var(--el-menu-hover-bg-color);
14091
15023
  }
14092
15024
  .el-tree-node__content {
14093
15025
  height: 34px !important;
@@ -14135,22 +15067,17 @@ fieldset.amb-design-item-selected {
14135
15067
  .amb-page-container-main > .el-container {
14136
15068
  height: 100%;
14137
15069
  }
14138
- .amb-container-left {
14139
- width: 280px !important;
14140
- overflow-y: auto;
14141
- }
14142
15070
  .amb-container-main {
15071
+ position: relative;
14143
15072
  padding: 0px !important;
14144
15073
  user-select: none;
14145
15074
  overflow: hidden;
14146
- background-color: #f5f7fa;
15075
+ background-color: #f5f7fa;
15076
+ z-index: 0;
14147
15077
  }
14148
15078
  .amb-container-main::-webkit-scrollbar {
14149
15079
  width: 1px;
14150
15080
  }
14151
- .amb-container-attr {
14152
- width: 280px !important;
14153
- }
14154
15081
  .amb-design-attr-base-content {
14155
15082
  background: #ffffff;
14156
15083
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -14498,14 +15425,17 @@ fieldset.amb-design-item-selected {
14498
15425
  transition: var(--el-transition-duration); */
14499
15426
  }
14500
15427
  .amb-design-item-default {
14501
- border: 1px dashed #c0c4cc !important;
15428
+ /* border: 1px dashed #c0c4cc !important; */
14502
15429
  /* border: 2px dashed transparent !important; */
14503
15430
  color: #c0c4cc;
14504
15431
  position: relative !important;
14505
15432
  }
14506
15433
  .amb-design-item-default:hover {
14507
15434
  cursor: pointer;
14508
- border: 1px solid #e6a23c !important;
15435
+ /* border: 1px solid #e6a23c !important; */
15436
+ outline-offset: 1px;
15437
+ outline: 1px solid #e6a23c !important;
15438
+ z-index: 10;
14509
15439
  /* background-color: rgba(205, 210, 216, 0.105); */
14510
15440
  }
14511
15441
  .amb-design-item-default > div {
@@ -14522,13 +15452,27 @@ fieldset.amb-design-item-selected {
14522
15452
  }
14523
15453
  .el-table__cell > .cell {
14524
15454
  white-space: nowrap !important;
14525
- }
14526
- .amb-design-item {
15455
+ }
15456
+ /* .amb-design-item {
14527
15457
  border: 1px solid #ffffff;
14528
- /* align-items:center; */
15458
+ } */
15459
+ .amb-design-item:hover {
15460
+ outline-offset: 1px;
15461
+ outline: 1px solid rgb(88, 147, 239);
15462
+ z-index: 10;
14529
15463
  }
14530
15464
  .amb-design-item-selected {
14531
- border: 1px solid #e6a23c !important;
15465
+ outline-offset: 1px;
15466
+ outline: 1px solid #e6a23c !important;
15467
+ z-index: 10;
15468
+ /* border: 1px solid #e6a23c !important; */
15469
+ }
15470
+ .amb-design-item-title {
15471
+ position: absolute;
15472
+ top: 0px;
15473
+ right: 60px;
15474
+ text-align: center;
15475
+ line-height: 1;
14532
15476
  }
14533
15477
  fieldset.amb-design-item-selected {
14534
15478
  color: #e6a23c !important;
@@ -14544,13 +15488,16 @@ fieldset.amb-design-item-selected {
14544
15488
  height: 16px;
14545
15489
  }
14546
15490
  .amb-design-chart-series {
15491
+ display: inline-block;
14547
15492
  background-color: #e6a23c;
14548
- border: 1px dashed #e6a23c;
14549
- padding: 0px 6px 8px 6px;
15493
+ padding: 4px 6px;
14550
15494
  color: #ffffff;
14551
15495
  cursor: pointer;
14552
15496
  border-radius: 0px 0px 4px 4px;
14553
- margin-right: 4px;
15497
+ overflow: hidden;
15498
+ }
15499
+ .amb-design-chart-series ~ .amb-design-chart-series {
15500
+ margin-left: 5px;
14554
15501
  }
14555
15502
  .amb-design-chart-series-selected {
14556
15503
  background-color: #5893ef;
@@ -14562,10 +15509,11 @@ fieldset.amb-design-item-selected {
14562
15509
  height: 22px;
14563
15510
  right: 0;
14564
15511
  top: 0;
14565
- z-index: 2;
14566
- padding: 6px;
14567
- padding-top: 2px;
14568
- padding-left: 0px;
15512
+ display: flex;
15513
+ align-items: center;
15514
+ padding: 0 5px;
15515
+ gap: 5px;
15516
+ z-index: 10;
14569
15517
  }
14570
15518
  .amb-widget-item-tool > i {
14571
15519
  cursor: pointer;
@@ -14667,9 +15615,6 @@ fieldset.amb-design-item-selected {
14667
15615
  /* 设计时样式 */
14668
15616
  .amb-design-item > .el-dropdown > .el-button-group {
14669
15617
  display: flex;
14670
- }
14671
- .el-table td.el-table__cell .cell {
14672
- padding: 1px;
14673
15618
  }
14674
15619
  /*去除表单组件 el-item label留白*/
14675
15620
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -14686,6 +15631,26 @@ fieldset.amb-design-item-selected {
14686
15631
  font-size: 22px;
14687
15632
  padding: 10px;
14688
15633
  font-weight: bold;
15634
+ }
15635
+ .amb-component-popover-left-menu-main {
15636
+ position: relative;
15637
+ height: 100%;
15638
+ border-right: solid 1px var(--el-menu-border-color);
15639
+ background-color: var(--el-menu-bg-color);
15640
+ overflow: auto;
15641
+ }
15642
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
15643
+ font-size: var(--el-menu-item-font-size);
15644
+ color: var(--el-menu-text-color);
15645
+ padding: 10px 0;
15646
+ display: flex;
15647
+ align-items: center;
15648
+ cursor: pointer;
15649
+ gap: 10px;
15650
+ }
15651
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
15652
+ color: var(--el-menu-active-color);
15653
+ background-color: var(--el-menu-hover-bg-color);
14689
15654
  }
14690
15655
  .el-tree-node__content {
14691
15656
  height: 34px !important;
@@ -14733,22 +15698,17 @@ fieldset.amb-design-item-selected {
14733
15698
  .amb-page-container-main > .el-container {
14734
15699
  height: 100%;
14735
15700
  }
14736
- .amb-container-left {
14737
- width: 280px !important;
14738
- overflow-y: auto;
14739
- }
14740
15701
  .amb-container-main {
15702
+ position: relative;
14741
15703
  padding: 0px !important;
14742
15704
  user-select: none;
14743
15705
  overflow: hidden;
14744
- background-color: #f5f7fa;
15706
+ background-color: #f5f7fa;
15707
+ z-index: 0;
14745
15708
  }
14746
15709
  .amb-container-main::-webkit-scrollbar {
14747
15710
  width: 1px;
14748
15711
  }
14749
- .amb-container-attr {
14750
- width: 280px !important;
14751
- }
14752
15712
  .amb-design-attr-base-content {
14753
15713
  background: #ffffff;
14754
15714
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -15096,14 +16056,17 @@ fieldset.amb-design-item-selected {
15096
16056
  transition: var(--el-transition-duration); */
15097
16057
  }
15098
16058
  .amb-design-item-default {
15099
- border: 1px dashed #c0c4cc !important;
16059
+ /* border: 1px dashed #c0c4cc !important; */
15100
16060
  /* border: 2px dashed transparent !important; */
15101
16061
  color: #c0c4cc;
15102
16062
  position: relative !important;
15103
16063
  }
15104
16064
  .amb-design-item-default:hover {
15105
16065
  cursor: pointer;
15106
- border: 1px solid #e6a23c !important;
16066
+ /* border: 1px solid #e6a23c !important; */
16067
+ outline-offset: 1px;
16068
+ outline: 1px solid #e6a23c !important;
16069
+ z-index: 10;
15107
16070
  /* background-color: rgba(205, 210, 216, 0.105); */
15108
16071
  }
15109
16072
  .amb-design-item-default > div {
@@ -15120,13 +16083,27 @@ fieldset.amb-design-item-selected {
15120
16083
  }
15121
16084
  .el-table__cell > .cell {
15122
16085
  white-space: nowrap !important;
15123
- }
15124
- .amb-design-item {
16086
+ }
16087
+ /* .amb-design-item {
15125
16088
  border: 1px solid #ffffff;
15126
- /* align-items:center; */
16089
+ } */
16090
+ .amb-design-item:hover {
16091
+ outline-offset: 1px;
16092
+ outline: 1px solid rgb(88, 147, 239);
16093
+ z-index: 10;
15127
16094
  }
15128
16095
  .amb-design-item-selected {
15129
- border: 1px solid #e6a23c !important;
16096
+ outline-offset: 1px;
16097
+ outline: 1px solid #e6a23c !important;
16098
+ z-index: 10;
16099
+ /* border: 1px solid #e6a23c !important; */
16100
+ }
16101
+ .amb-design-item-title {
16102
+ position: absolute;
16103
+ top: 0px;
16104
+ right: 60px;
16105
+ text-align: center;
16106
+ line-height: 1;
15130
16107
  }
15131
16108
  fieldset.amb-design-item-selected {
15132
16109
  color: #e6a23c !important;
@@ -15142,13 +16119,16 @@ fieldset.amb-design-item-selected {
15142
16119
  height: 16px;
15143
16120
  }
15144
16121
  .amb-design-chart-series {
16122
+ display: inline-block;
15145
16123
  background-color: #e6a23c;
15146
- border: 1px dashed #e6a23c;
15147
- padding: 0px 6px 8px 6px;
16124
+ padding: 4px 6px;
15148
16125
  color: #ffffff;
15149
16126
  cursor: pointer;
15150
16127
  border-radius: 0px 0px 4px 4px;
15151
- margin-right: 4px;
16128
+ overflow: hidden;
16129
+ }
16130
+ .amb-design-chart-series ~ .amb-design-chart-series {
16131
+ margin-left: 5px;
15152
16132
  }
15153
16133
  .amb-design-chart-series-selected {
15154
16134
  background-color: #5893ef;
@@ -15160,10 +16140,11 @@ fieldset.amb-design-item-selected {
15160
16140
  height: 22px;
15161
16141
  right: 0;
15162
16142
  top: 0;
15163
- z-index: 2;
15164
- padding: 6px;
15165
- padding-top: 2px;
15166
- padding-left: 0px;
16143
+ display: flex;
16144
+ align-items: center;
16145
+ padding: 0 5px;
16146
+ gap: 5px;
16147
+ z-index: 10;
15167
16148
  }
15168
16149
  .amb-widget-item-tool > i {
15169
16150
  cursor: pointer;
@@ -15265,9 +16246,6 @@ fieldset.amb-design-item-selected {
15265
16246
  /* 设计时样式 */
15266
16247
  .amb-design-item > .el-dropdown > .el-button-group {
15267
16248
  display: flex;
15268
- }
15269
- .el-table td.el-table__cell .cell {
15270
- padding: 1px;
15271
16249
  }
15272
16250
  /*去除表单组件 el-item label留白*/
15273
16251
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -15284,6 +16262,26 @@ fieldset.amb-design-item-selected {
15284
16262
  font-size: 22px;
15285
16263
  padding: 10px;
15286
16264
  font-weight: bold;
16265
+ }
16266
+ .amb-component-popover-left-menu-main {
16267
+ position: relative;
16268
+ height: 100%;
16269
+ border-right: solid 1px var(--el-menu-border-color);
16270
+ background-color: var(--el-menu-bg-color);
16271
+ overflow: auto;
16272
+ }
16273
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
16274
+ font-size: var(--el-menu-item-font-size);
16275
+ color: var(--el-menu-text-color);
16276
+ padding: 10px 0;
16277
+ display: flex;
16278
+ align-items: center;
16279
+ cursor: pointer;
16280
+ gap: 10px;
16281
+ }
16282
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
16283
+ color: var(--el-menu-active-color);
16284
+ background-color: var(--el-menu-hover-bg-color);
15287
16285
  }
15288
16286
  .el-tree-node__content {
15289
16287
  height: 34px !important;
@@ -15331,22 +16329,17 @@ fieldset.amb-design-item-selected {
15331
16329
  .amb-page-container-main > .el-container {
15332
16330
  height: 100%;
15333
16331
  }
15334
- .amb-container-left {
15335
- width: 280px !important;
15336
- overflow-y: auto;
15337
- }
15338
16332
  .amb-container-main {
16333
+ position: relative;
15339
16334
  padding: 0px !important;
15340
16335
  user-select: none;
15341
16336
  overflow: hidden;
15342
- background-color: #f5f7fa;
16337
+ background-color: #f5f7fa;
16338
+ z-index: 0;
15343
16339
  }
15344
16340
  .amb-container-main::-webkit-scrollbar {
15345
16341
  width: 1px;
15346
16342
  }
15347
- .amb-container-attr {
15348
- width: 280px !important;
15349
- }
15350
16343
  .amb-design-attr-base-content {
15351
16344
  background: #ffffff;
15352
16345
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -15694,14 +16687,17 @@ fieldset.amb-design-item-selected {
15694
16687
  transition: var(--el-transition-duration); */
15695
16688
  }
15696
16689
  .amb-design-item-default {
15697
- border: 1px dashed #c0c4cc !important;
16690
+ /* border: 1px dashed #c0c4cc !important; */
15698
16691
  /* border: 2px dashed transparent !important; */
15699
16692
  color: #c0c4cc;
15700
16693
  position: relative !important;
15701
16694
  }
15702
16695
  .amb-design-item-default:hover {
15703
16696
  cursor: pointer;
15704
- border: 1px solid #e6a23c !important;
16697
+ /* border: 1px solid #e6a23c !important; */
16698
+ outline-offset: 1px;
16699
+ outline: 1px solid #e6a23c !important;
16700
+ z-index: 10;
15705
16701
  /* background-color: rgba(205, 210, 216, 0.105); */
15706
16702
  }
15707
16703
  .amb-design-item-default > div {
@@ -15718,13 +16714,27 @@ fieldset.amb-design-item-selected {
15718
16714
  }
15719
16715
  .el-table__cell > .cell {
15720
16716
  white-space: nowrap !important;
15721
- }
15722
- .amb-design-item {
16717
+ }
16718
+ /* .amb-design-item {
15723
16719
  border: 1px solid #ffffff;
15724
- /* align-items:center; */
16720
+ } */
16721
+ .amb-design-item:hover {
16722
+ outline-offset: 1px;
16723
+ outline: 1px solid rgb(88, 147, 239);
16724
+ z-index: 10;
15725
16725
  }
15726
16726
  .amb-design-item-selected {
15727
- border: 1px solid #e6a23c !important;
16727
+ outline-offset: 1px;
16728
+ outline: 1px solid #e6a23c !important;
16729
+ z-index: 10;
16730
+ /* border: 1px solid #e6a23c !important; */
16731
+ }
16732
+ .amb-design-item-title {
16733
+ position: absolute;
16734
+ top: 0px;
16735
+ right: 60px;
16736
+ text-align: center;
16737
+ line-height: 1;
15728
16738
  }
15729
16739
  fieldset.amb-design-item-selected {
15730
16740
  color: #e6a23c !important;
@@ -15740,13 +16750,16 @@ fieldset.amb-design-item-selected {
15740
16750
  height: 16px;
15741
16751
  }
15742
16752
  .amb-design-chart-series {
16753
+ display: inline-block;
15743
16754
  background-color: #e6a23c;
15744
- border: 1px dashed #e6a23c;
15745
- padding: 0px 6px 8px 6px;
16755
+ padding: 4px 6px;
15746
16756
  color: #ffffff;
15747
16757
  cursor: pointer;
15748
16758
  border-radius: 0px 0px 4px 4px;
15749
- margin-right: 4px;
16759
+ overflow: hidden;
16760
+ }
16761
+ .amb-design-chart-series ~ .amb-design-chart-series {
16762
+ margin-left: 5px;
15750
16763
  }
15751
16764
  .amb-design-chart-series-selected {
15752
16765
  background-color: #5893ef;
@@ -15758,10 +16771,11 @@ fieldset.amb-design-item-selected {
15758
16771
  height: 22px;
15759
16772
  right: 0;
15760
16773
  top: 0;
15761
- z-index: 2;
15762
- padding: 6px;
15763
- padding-top: 2px;
15764
- padding-left: 0px;
16774
+ display: flex;
16775
+ align-items: center;
16776
+ padding: 0 5px;
16777
+ gap: 5px;
16778
+ z-index: 10;
15765
16779
  }
15766
16780
  .amb-widget-item-tool > i {
15767
16781
  cursor: pointer;
@@ -15863,9 +16877,6 @@ fieldset.amb-design-item-selected {
15863
16877
  /* 设计时样式 */
15864
16878
  .amb-design-item > .el-dropdown > .el-button-group {
15865
16879
  display: flex;
15866
- }
15867
- .el-table td.el-table__cell .cell {
15868
- padding: 1px;
15869
16880
  }
15870
16881
  /*去除表单组件 el-item label留白*/
15871
16882
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -15882,6 +16893,26 @@ fieldset.amb-design-item-selected {
15882
16893
  font-size: 22px;
15883
16894
  padding: 10px;
15884
16895
  font-weight: bold;
16896
+ }
16897
+ .amb-component-popover-left-menu-main {
16898
+ position: relative;
16899
+ height: 100%;
16900
+ border-right: solid 1px var(--el-menu-border-color);
16901
+ background-color: var(--el-menu-bg-color);
16902
+ overflow: auto;
16903
+ }
16904
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
16905
+ font-size: var(--el-menu-item-font-size);
16906
+ color: var(--el-menu-text-color);
16907
+ padding: 10px 0;
16908
+ display: flex;
16909
+ align-items: center;
16910
+ cursor: pointer;
16911
+ gap: 10px;
16912
+ }
16913
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
16914
+ color: var(--el-menu-active-color);
16915
+ background-color: var(--el-menu-hover-bg-color);
15885
16916
  }
15886
16917
 
15887
16918
  .el-switch + .el-button[data-v-513f0eca] {
@@ -15944,7 +16975,7 @@ li[data-v-21af26bc] {
15944
16975
  list-style-type: none;
15945
16976
  }
15946
16977
 
15947
- .seleteSort[data-v-89d780ed] {
16978
+ .seleteSort[data-v-ad5b0913] {
15948
16979
  border-radius: 5px;
15949
16980
  border: 1px solid rgba(88, 147, 239);
15950
16981
  }
@@ -15994,22 +17025,17 @@ li[data-v-21af26bc] {
15994
17025
  .amb-page-container-main > .el-container {
15995
17026
  height: 100%;
15996
17027
  }
15997
- .amb-container-left {
15998
- width: 280px !important;
15999
- overflow-y: auto;
16000
- }
16001
17028
  .amb-container-main {
17029
+ position: relative;
16002
17030
  padding: 0px !important;
16003
17031
  user-select: none;
16004
17032
  overflow: hidden;
16005
- background-color: #f5f7fa;
17033
+ background-color: #f5f7fa;
17034
+ z-index: 0;
16006
17035
  }
16007
17036
  .amb-container-main::-webkit-scrollbar {
16008
17037
  width: 1px;
16009
17038
  }
16010
- .amb-container-attr {
16011
- width: 280px !important;
16012
- }
16013
17039
  .amb-design-attr-base-content {
16014
17040
  background: #ffffff;
16015
17041
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -16357,14 +17383,17 @@ li[data-v-21af26bc] {
16357
17383
  transition: var(--el-transition-duration); */
16358
17384
  }
16359
17385
  .amb-design-item-default {
16360
- border: 1px dashed #c0c4cc !important;
17386
+ /* border: 1px dashed #c0c4cc !important; */
16361
17387
  /* border: 2px dashed transparent !important; */
16362
17388
  color: #c0c4cc;
16363
17389
  position: relative !important;
16364
17390
  }
16365
17391
  .amb-design-item-default:hover {
16366
17392
  cursor: pointer;
16367
- border: 1px solid #e6a23c !important;
17393
+ /* border: 1px solid #e6a23c !important; */
17394
+ outline-offset: 1px;
17395
+ outline: 1px solid #e6a23c !important;
17396
+ z-index: 10;
16368
17397
  /* background-color: rgba(205, 210, 216, 0.105); */
16369
17398
  }
16370
17399
  .amb-design-item-default > div {
@@ -16381,13 +17410,27 @@ li[data-v-21af26bc] {
16381
17410
  }
16382
17411
  .el-table__cell > .cell {
16383
17412
  white-space: nowrap !important;
16384
- }
16385
- .amb-design-item {
17413
+ }
17414
+ /* .amb-design-item {
16386
17415
  border: 1px solid #ffffff;
16387
- /* align-items:center; */
17416
+ } */
17417
+ .amb-design-item:hover {
17418
+ outline-offset: 1px;
17419
+ outline: 1px solid rgb(88, 147, 239);
17420
+ z-index: 10;
16388
17421
  }
16389
17422
  .amb-design-item-selected {
16390
- border: 1px solid #e6a23c !important;
17423
+ outline-offset: 1px;
17424
+ outline: 1px solid #e6a23c !important;
17425
+ z-index: 10;
17426
+ /* border: 1px solid #e6a23c !important; */
17427
+ }
17428
+ .amb-design-item-title {
17429
+ position: absolute;
17430
+ top: 0px;
17431
+ right: 60px;
17432
+ text-align: center;
17433
+ line-height: 1;
16391
17434
  }
16392
17435
  fieldset.amb-design-item-selected {
16393
17436
  color: #e6a23c !important;
@@ -16403,13 +17446,16 @@ fieldset.amb-design-item-selected {
16403
17446
  height: 16px;
16404
17447
  }
16405
17448
  .amb-design-chart-series {
17449
+ display: inline-block;
16406
17450
  background-color: #e6a23c;
16407
- border: 1px dashed #e6a23c;
16408
- padding: 0px 6px 8px 6px;
17451
+ padding: 4px 6px;
16409
17452
  color: #ffffff;
16410
17453
  cursor: pointer;
16411
17454
  border-radius: 0px 0px 4px 4px;
16412
- margin-right: 4px;
17455
+ overflow: hidden;
17456
+ }
17457
+ .amb-design-chart-series ~ .amb-design-chart-series {
17458
+ margin-left: 5px;
16413
17459
  }
16414
17460
  .amb-design-chart-series-selected {
16415
17461
  background-color: #5893ef;
@@ -16421,10 +17467,11 @@ fieldset.amb-design-item-selected {
16421
17467
  height: 22px;
16422
17468
  right: 0;
16423
17469
  top: 0;
16424
- z-index: 2;
16425
- padding: 6px;
16426
- padding-top: 2px;
16427
- padding-left: 0px;
17470
+ display: flex;
17471
+ align-items: center;
17472
+ padding: 0 5px;
17473
+ gap: 5px;
17474
+ z-index: 10;
16428
17475
  }
16429
17476
  .amb-widget-item-tool > i {
16430
17477
  cursor: pointer;
@@ -16526,9 +17573,6 @@ fieldset.amb-design-item-selected {
16526
17573
  /* 设计时样式 */
16527
17574
  .amb-design-item > .el-dropdown > .el-button-group {
16528
17575
  display: flex;
16529
- }
16530
- .el-table td.el-table__cell .cell {
16531
- padding: 1px;
16532
17576
  }
16533
17577
  /*去除表单组件 el-item label留白*/
16534
17578
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -16545,6 +17589,26 @@ fieldset.amb-design-item-selected {
16545
17589
  font-size: 22px;
16546
17590
  padding: 10px;
16547
17591
  font-weight: bold;
17592
+ }
17593
+ .amb-component-popover-left-menu-main {
17594
+ position: relative;
17595
+ height: 100%;
17596
+ border-right: solid 1px var(--el-menu-border-color);
17597
+ background-color: var(--el-menu-bg-color);
17598
+ overflow: auto;
17599
+ }
17600
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
17601
+ font-size: var(--el-menu-item-font-size);
17602
+ color: var(--el-menu-text-color);
17603
+ padding: 10px 0;
17604
+ display: flex;
17605
+ align-items: center;
17606
+ cursor: pointer;
17607
+ gap: 10px;
17608
+ }
17609
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
17610
+ color: var(--el-menu-active-color);
17611
+ background-color: var(--el-menu-hover-bg-color);
16548
17612
  }
16549
17613
 
16550
17614
  [data-v-bab42532] .el-form-item__label {
@@ -16596,22 +17660,17 @@ fieldset.amb-design-item-selected {
16596
17660
  .amb-page-container-main > .el-container {
16597
17661
  height: 100%;
16598
17662
  }
16599
- .amb-container-left {
16600
- width: 280px !important;
16601
- overflow-y: auto;
16602
- }
16603
17663
  .amb-container-main {
17664
+ position: relative;
16604
17665
  padding: 0px !important;
16605
17666
  user-select: none;
16606
17667
  overflow: hidden;
16607
- background-color: #f5f7fa;
17668
+ background-color: #f5f7fa;
17669
+ z-index: 0;
16608
17670
  }
16609
17671
  .amb-container-main::-webkit-scrollbar {
16610
17672
  width: 1px;
16611
17673
  }
16612
- .amb-container-attr {
16613
- width: 280px !important;
16614
- }
16615
17674
  .amb-design-attr-base-content {
16616
17675
  background: #ffffff;
16617
17676
  box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
@@ -16959,14 +18018,17 @@ fieldset.amb-design-item-selected {
16959
18018
  transition: var(--el-transition-duration); */
16960
18019
  }
16961
18020
  .amb-design-item-default {
16962
- border: 1px dashed #c0c4cc !important;
18021
+ /* border: 1px dashed #c0c4cc !important; */
16963
18022
  /* border: 2px dashed transparent !important; */
16964
18023
  color: #c0c4cc;
16965
18024
  position: relative !important;
16966
18025
  }
16967
18026
  .amb-design-item-default:hover {
16968
18027
  cursor: pointer;
16969
- border: 1px solid #e6a23c !important;
18028
+ /* border: 1px solid #e6a23c !important; */
18029
+ outline-offset: 1px;
18030
+ outline: 1px solid #e6a23c !important;
18031
+ z-index: 10;
16970
18032
  /* background-color: rgba(205, 210, 216, 0.105); */
16971
18033
  }
16972
18034
  .amb-design-item-default > div {
@@ -16983,13 +18045,27 @@ fieldset.amb-design-item-selected {
16983
18045
  }
16984
18046
  .el-table__cell > .cell {
16985
18047
  white-space: nowrap !important;
16986
- }
16987
- .amb-design-item {
18048
+ }
18049
+ /* .amb-design-item {
16988
18050
  border: 1px solid #ffffff;
16989
- /* align-items:center; */
18051
+ } */
18052
+ .amb-design-item:hover {
18053
+ outline-offset: 1px;
18054
+ outline: 1px solid rgb(88, 147, 239);
18055
+ z-index: 10;
16990
18056
  }
16991
18057
  .amb-design-item-selected {
16992
- border: 1px solid #e6a23c !important;
18058
+ outline-offset: 1px;
18059
+ outline: 1px solid #e6a23c !important;
18060
+ z-index: 10;
18061
+ /* border: 1px solid #e6a23c !important; */
18062
+ }
18063
+ .amb-design-item-title {
18064
+ position: absolute;
18065
+ top: 0px;
18066
+ right: 60px;
18067
+ text-align: center;
18068
+ line-height: 1;
16993
18069
  }
16994
18070
  fieldset.amb-design-item-selected {
16995
18071
  color: #e6a23c !important;
@@ -17005,13 +18081,16 @@ fieldset.amb-design-item-selected {
17005
18081
  height: 16px;
17006
18082
  }
17007
18083
  .amb-design-chart-series {
18084
+ display: inline-block;
17008
18085
  background-color: #e6a23c;
17009
- border: 1px dashed #e6a23c;
17010
- padding: 0px 6px 8px 6px;
18086
+ padding: 4px 6px;
17011
18087
  color: #ffffff;
17012
18088
  cursor: pointer;
17013
18089
  border-radius: 0px 0px 4px 4px;
17014
- margin-right: 4px;
18090
+ overflow: hidden;
18091
+ }
18092
+ .amb-design-chart-series ~ .amb-design-chart-series {
18093
+ margin-left: 5px;
17015
18094
  }
17016
18095
  .amb-design-chart-series-selected {
17017
18096
  background-color: #5893ef;
@@ -17023,10 +18102,11 @@ fieldset.amb-design-item-selected {
17023
18102
  height: 22px;
17024
18103
  right: 0;
17025
18104
  top: 0;
17026
- z-index: 2;
17027
- padding: 6px;
17028
- padding-top: 2px;
17029
- padding-left: 0px;
18105
+ display: flex;
18106
+ align-items: center;
18107
+ padding: 0 5px;
18108
+ gap: 5px;
18109
+ z-index: 10;
17030
18110
  }
17031
18111
  .amb-widget-item-tool > i {
17032
18112
  cursor: pointer;
@@ -17128,9 +18208,6 @@ fieldset.amb-design-item-selected {
17128
18208
  /* 设计时样式 */
17129
18209
  .amb-design-item > .el-dropdown > .el-button-group {
17130
18210
  display: flex;
17131
- }
17132
- .el-table td.el-table__cell .cell {
17133
- padding: 1px;
17134
18211
  }
17135
18212
  /*去除表单组件 el-item label留白*/
17136
18213
  .remove-formLabel-formContent-blankStyle > .el-form-item__label {
@@ -17147,4 +18224,24 @@ fieldset.amb-design-item-selected {
17147
18224
  font-size: 22px;
17148
18225
  padding: 10px;
17149
18226
  font-weight: bold;
18227
+ }
18228
+ .amb-component-popover-left-menu-main {
18229
+ position: relative;
18230
+ height: 100%;
18231
+ border-right: solid 1px var(--el-menu-border-color);
18232
+ background-color: var(--el-menu-bg-color);
18233
+ overflow: auto;
18234
+ }
18235
+ .amb-component-popover-left-menu-main .amb-popover-menu-item {
18236
+ font-size: var(--el-menu-item-font-size);
18237
+ color: var(--el-menu-text-color);
18238
+ padding: 10px 0;
18239
+ display: flex;
18240
+ align-items: center;
18241
+ cursor: pointer;
18242
+ gap: 10px;
18243
+ }
18244
+ .amb-component-popover-left-menu-main .amb-popover-menu-item.is-active {
18245
+ color: var(--el-menu-active-color);
18246
+ background-color: var(--el-menu-hover-bg-color);
17150
18247
  }