@voplus/morpho-document 6.0.155 → 6.0.156
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/es/components/DocumentItem/index.less +2 -2
- package/es/components/DocumentListView/index.less +4 -4
- package/es/components/DocumentPropertiesHeader/index.less +3 -1
- package/es/components/DocumentSelectDialog/index.less +2 -3
- package/es/components/DocumentSortableTree/themes/FileExplorerTheme/node-content-renderer.less +4 -4
- package/es/components/ViewFrame/index.less +3 -1
- package/es/modules/document-register/components/AddRegisterDocumentsTypeDialog/index.less +4 -2
- package/es/modules/registered-document/components/Documents/index.less +3 -1
- package/es/modules/registered-document/components/RegisteredDocumentTableList/index.less +2 -2
- package/es/pages/Library/LibraryDefaultView/index.less +1 -1
- package/es/pages/Signature/Envelope/components/EnvelopePanelHeader/index.less +2 -2
- package/es/pages/Signature/Envelope/controls/EnvelopeFootbar/index.less +1 -1
- package/es/pages/Signature/Letter/LetterContentHeader/index.less +1 -1
- package/es/pages/Signature/Letter/LetterRecipientItem/index.less +3 -3
- package/es/pages/Signature/components/SigningDropdown/index.less +1 -1
- package/es/views/TreeView/index.less +6 -4
- package/package.json +1 -1
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
padding: 0 10px;
|
|
16
16
|
margin-left: 10px;
|
|
17
17
|
&.current {
|
|
18
|
-
color:
|
|
19
|
-
border-color:
|
|
18
|
+
color: @primary-color;
|
|
19
|
+
border-color: @primary-color;
|
|
20
20
|
}
|
|
21
21
|
&:hover {
|
|
22
|
-
color:
|
|
23
|
-
border-color:
|
|
22
|
+
color: @primary-color;
|
|
23
|
+
border-color: @primary-color;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
+
|
|
1
3
|
:global {
|
|
2
4
|
.document-properties-header {
|
|
3
5
|
padding: 10px 20px;
|
|
@@ -10,7 +12,7 @@
|
|
|
10
12
|
justify-content: center;
|
|
11
13
|
width: 27px;
|
|
12
14
|
height: 27px;
|
|
13
|
-
color:
|
|
15
|
+
color: @primary-color;
|
|
14
16
|
background: #f4f9ff;
|
|
15
17
|
border-radius: 2px;
|
|
16
18
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
.ant-modal-content {
|
|
8
8
|
.ant-modal-header {
|
|
9
9
|
padding: 15px 24px !important;
|
|
10
|
-
background:
|
|
10
|
+
background: @primary-color !important;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
|
|
46
46
|
.ant-btn-primary {
|
|
47
47
|
color: #ffffff;
|
|
48
|
-
background: #217eb2;
|
|
49
48
|
}
|
|
50
49
|
}
|
|
51
50
|
}
|
|
@@ -62,7 +61,7 @@
|
|
|
62
61
|
border-bottom: 1px solid #e6e6e6;
|
|
63
62
|
|
|
64
63
|
.header-title {
|
|
65
|
-
color:
|
|
64
|
+
color: @primary-color;
|
|
66
65
|
font-weight: bold;
|
|
67
66
|
font-size: 14px;
|
|
68
67
|
line-height: 19px;
|
package/es/components/DocumentSortableTree/themes/FileExplorerTheme/node-content-renderer.less
CHANGED
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
|
|
20
20
|
.file-document-name {
|
|
21
21
|
.file-name {
|
|
22
|
-
color:
|
|
22
|
+
color: @primary-color;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.file-type {
|
|
26
26
|
> svg {
|
|
27
|
-
color:
|
|
27
|
+
color: @primary-color;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
.document-name-content {
|
|
35
35
|
.document-pre {
|
|
36
36
|
> svg {
|
|
37
|
-
color:
|
|
37
|
+
color: @primary-color;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.document-header-target {
|
|
42
42
|
.document-name {
|
|
43
|
-
color:
|
|
43
|
+
color: @primary-color;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
+
|
|
1
3
|
:global {
|
|
2
4
|
.add-register-documents-type-dialog {
|
|
3
5
|
.voplus-tag {
|
|
@@ -28,13 +30,13 @@
|
|
|
28
30
|
.ant-btn {
|
|
29
31
|
height: 30px;
|
|
30
32
|
color: #fff;
|
|
31
|
-
background:
|
|
33
|
+
background: @primary-color;
|
|
32
34
|
font-weight: bold;
|
|
33
35
|
border: none;
|
|
34
36
|
padding: 0 25px;
|
|
35
37
|
&:hover {
|
|
36
38
|
color: #fff;
|
|
37
|
-
background:
|
|
39
|
+
background: @primary-color;
|
|
38
40
|
}
|
|
39
41
|
}
|
|
40
42
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
+
|
|
1
3
|
:global {
|
|
2
4
|
.register-documents-shortcut-summary {
|
|
3
5
|
.item {
|
|
@@ -18,7 +20,7 @@
|
|
|
18
20
|
}
|
|
19
21
|
}
|
|
20
22
|
.more {
|
|
21
|
-
color:
|
|
23
|
+
color: @primary-color;
|
|
22
24
|
text-decoration: underline;
|
|
23
25
|
text-align: right;
|
|
24
26
|
margin-top: 15px;
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
justify-content: space-between;
|
|
12
12
|
font-size: 20px;
|
|
13
13
|
.envelope-icon {
|
|
14
|
-
color:
|
|
14
|
+
color: @primary-color;
|
|
15
15
|
}
|
|
16
16
|
.envelope-name {
|
|
17
17
|
flex: 1;
|
|
18
|
-
color:
|
|
18
|
+
color: @primary-color;
|
|
19
19
|
line-height: 27px;
|
|
20
20
|
margin-left: 7px;
|
|
21
21
|
font-weight: bold;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
:global {
|
|
9
9
|
.sub-title {
|
|
10
|
-
color:
|
|
10
|
+
color: @primary-color;
|
|
11
11
|
font-size: @font-size-lg;
|
|
12
12
|
line-height: 22px;
|
|
13
13
|
font-weight: bold;
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
white-space: nowrap; /* 确保文本在一行内显示 */
|
|
25
25
|
text-overflow: ellipsis; /* 超出部分显示省略号 */
|
|
26
26
|
&:hover {
|
|
27
|
-
color:
|
|
27
|
+
color: @primary-color;
|
|
28
28
|
background: #f4f9ff;
|
|
29
29
|
}
|
|
30
30
|
&.letter-sub-item-selected {
|
|
31
|
-
color:
|
|
31
|
+
color: @primary-color;
|
|
32
32
|
background: #f4f9ff;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
+
|
|
1
3
|
:global {
|
|
2
4
|
.document-tree-view {
|
|
3
5
|
height: 100%;
|
|
@@ -12,12 +14,12 @@
|
|
|
12
14
|
padding: 0 10px;
|
|
13
15
|
margin-left: 10px;
|
|
14
16
|
&.current {
|
|
15
|
-
color:
|
|
16
|
-
border-color:
|
|
17
|
+
color: @primary-color;
|
|
18
|
+
border-color: @primary-color;
|
|
17
19
|
}
|
|
18
20
|
&:hover {
|
|
19
|
-
color:
|
|
20
|
-
border-color:
|
|
21
|
+
color: @primary-color;
|
|
22
|
+
border-color: @primary-color;
|
|
21
23
|
}
|
|
22
24
|
}
|
|
23
25
|
}
|