cc-core-cli 1.0.96 → 1.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,18 +5,15 @@ td.matrix-table-column-sort {
|
|
|
5
5
|
background: @table-body-sort-bg !important;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
|
|
9
8
|
// **************** sortable-tree-list-column ****************
|
|
10
9
|
|
|
11
10
|
.sortable-tree-matrix-container {
|
|
12
|
-
min-height: 100px;
|
|
11
|
+
min-height: 100px;
|
|
13
12
|
|
|
14
|
-
.sortable-tree-matrix-button-add-one {
|
|
15
|
-
|
|
13
|
+
.sortable-tree-matrix-button-add-one {
|
|
16
14
|
}
|
|
17
15
|
|
|
18
16
|
.sortable-tree-matrix-button-add-two {
|
|
19
|
-
|
|
20
17
|
}
|
|
21
18
|
|
|
22
19
|
.sortable-tree-matrix-content {
|
|
@@ -24,7 +21,7 @@ td.matrix-table-column-sort {
|
|
|
24
21
|
vertical-align: middle;
|
|
25
22
|
flex: 0 1 auto;
|
|
26
23
|
padding-right: 20px;
|
|
27
|
-
width: 100%;
|
|
24
|
+
width: 100%;
|
|
28
25
|
}
|
|
29
26
|
|
|
30
27
|
.sortable-tree-matrix-content-rows {
|
|
@@ -40,8 +37,8 @@ td.matrix-table-column-sort {
|
|
|
40
37
|
background-color: white;
|
|
41
38
|
border: 1px dashed rgb(217, 217, 217);
|
|
42
39
|
border-radius: 5px;
|
|
43
|
-
box-shadow
|
|
44
|
-
transition:none !important;
|
|
40
|
+
box-shadow: none !important;
|
|
41
|
+
transition: none !important;
|
|
45
42
|
}
|
|
46
43
|
|
|
47
44
|
.sortable-tree-matrix-row {
|
|
@@ -56,7 +53,7 @@ td.matrix-table-column-sort {
|
|
|
56
53
|
display: flex;
|
|
57
54
|
height: 100%;
|
|
58
55
|
align-items: center;
|
|
59
|
-
padding: 5px;
|
|
56
|
+
padding: 5px;
|
|
60
57
|
background: #f6f7f9;
|
|
61
58
|
}
|
|
62
59
|
|
|
@@ -79,15 +76,30 @@ td.matrix-table-column-sort {
|
|
|
79
76
|
|
|
80
77
|
.sortable-tree-matrix-content-rows {
|
|
81
78
|
&:hover {
|
|
82
|
-
.remove-icon
|
|
83
|
-
display:
|
|
84
|
-
|
|
79
|
+
.remove-icon {
|
|
80
|
+
display: flex !important;
|
|
81
|
+
}
|
|
85
82
|
}
|
|
86
83
|
}
|
|
87
84
|
|
|
88
|
-
.sortable-tree-matrix-row-text-toolbar-invalid-drop{
|
|
85
|
+
.sortable-tree-matrix-row-text-toolbar-invalid-drop {
|
|
89
86
|
background: #ffe3df;
|
|
90
87
|
}
|
|
91
88
|
}
|
|
89
|
+
.sortable-tree-matrix-content-rows {
|
|
90
|
+
.draggable-row > .move {
|
|
91
|
+
padding: 7px !important;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
.draggable-row {
|
|
95
|
+
&:hover {
|
|
96
|
+
.matrix-table-remove-btn {
|
|
97
|
+
display: block;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
.matrix-table-remove-btn {
|
|
101
|
+
display: none;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
92
104
|
|
|
93
105
|
// **************** end sortable-tree-list-column ****************
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
.template-break-page-content {
|
|
296
296
|
border-bottom: 1px dashed #d9d9d9;
|
|
297
297
|
width: 100%;
|
|
298
|
-
height:
|
|
298
|
+
height: 20px;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
.template-break-page-content-text {
|
|
@@ -478,15 +478,6 @@
|
|
|
478
478
|
padding: 10px;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
|
-
.wysiwyg-template{
|
|
482
|
-
table,
|
|
483
|
-
th,
|
|
484
|
-
td {
|
|
485
|
-
border: 1px solid #eceaea;
|
|
486
|
-
border-collapse: collapse;
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
|
|
490
481
|
.expandAlt {
|
|
491
482
|
color: #FFF;
|
|
492
483
|
z-index: 9;
|
|
@@ -530,6 +521,7 @@
|
|
|
530
521
|
// width: 21vh;
|
|
531
522
|
background-color: #363636;
|
|
532
523
|
height: calc(100vh - 45px);
|
|
524
|
+
overflow: scroll;
|
|
533
525
|
|
|
534
526
|
.ant-menu-sub {
|
|
535
527
|
background-color: #363636;
|
|
@@ -593,7 +585,15 @@
|
|
|
593
585
|
.ant-tabs-ink-bar {
|
|
594
586
|
background: unset;
|
|
595
587
|
}
|
|
588
|
+
|
|
589
|
+
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
590
|
+
color: #FFF !important;
|
|
591
|
+
}
|
|
592
|
+
// .ant-tabs-tab-active {
|
|
593
|
+
// color: #FFF !important;
|
|
594
|
+
// }
|
|
596
595
|
}
|
|
596
|
+
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
.box-items-template {
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
max-height: 30vh;
|
|
690
690
|
overflow: scroll;
|
|
691
691
|
}
|
|
692
|
-
|
|
692
|
+
|
|
693
693
|
.ant-modal-content {
|
|
694
694
|
// border-radius: 0px;
|
|
695
695
|
}
|
|
@@ -703,7 +703,28 @@
|
|
|
703
703
|
}
|
|
704
704
|
}
|
|
705
705
|
|
|
706
|
+
.menu-template::-webkit-scrollbar {
|
|
707
|
+
display: none;
|
|
708
|
+
}
|
|
709
|
+
|
|
706
710
|
|
|
707
711
|
// .ant-modal-wrap::-webkit-scrollbar {
|
|
708
712
|
// display: none;
|
|
709
|
-
// }
|
|
713
|
+
// }
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
.wysiwyg-contnt {
|
|
717
|
+
table,
|
|
718
|
+
th,
|
|
719
|
+
td {
|
|
720
|
+
border: 1px solid #eceaea;
|
|
721
|
+
border-collapse: collapse !important;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|