@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.
@@ -111,8 +111,8 @@
111
111
 
112
112
  .ant-checkbox-checked {
113
113
  .ant-checkbox-inner {
114
- background-color: #217eb2;
115
- border-color: #217eb2;
114
+ background-color: @primary-color;
115
+ border-color: @primary-color;
116
116
  }
117
117
  }
118
118
  }
@@ -15,12 +15,12 @@
15
15
  padding: 0 10px;
16
16
  margin-left: 10px;
17
17
  &.current {
18
- color: #217eb2;
19
- border-color: #217eb2;
18
+ color: @primary-color;
19
+ border-color: @primary-color;
20
20
  }
21
21
  &:hover {
22
- color: #217eb2;
23
- border-color: #217eb2;
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: #217eb2;
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: #217eb2 !important;
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: #217eb2;
64
+ color: @primary-color;
66
65
  font-weight: bold;
67
66
  font-size: 14px;
68
67
  line-height: 19px;
@@ -19,12 +19,12 @@
19
19
 
20
20
  .file-document-name {
21
21
  .file-name {
22
- color: #217eb2;
22
+ color: @primary-color;
23
23
  }
24
24
 
25
25
  .file-type {
26
26
  > svg {
27
- color: #217eb2;
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: #217eb2;
37
+ color: @primary-color;
38
38
  }
39
39
  }
40
40
 
41
41
  .document-header-target {
42
42
  .document-name {
43
- color: #217eb2;
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
  .view-frame {
2
4
  width: 100%;
3
5
  height: 100%;
@@ -27,7 +29,7 @@
27
29
  padding: 0 2px;
28
30
  color: #5d5d5d;
29
31
  &:hover {
30
- color: #217eb2;
32
+ color: @primary-color;
31
33
  }
32
34
  }
33
35
  }
@@ -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: #217eb2;
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: #217eb2;
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: #217eb2;
23
+ color: @primary-color;
22
24
  text-decoration: underline;
23
25
  text-align: right;
24
26
  margin-top: 15px;
@@ -64,9 +64,9 @@
64
64
  margin-bottom: 16px;
65
65
 
66
66
  &.active {
67
- color: @btn-active-color !important;
67
+ color: @primary-color !important;
68
68
  background: #f4f9ff;
69
- border-color: @btn-active-color !important;
69
+ border-color: @primary-color !important;
70
70
  }
71
71
  }
72
72
  }
@@ -204,7 +204,7 @@
204
204
  }
205
205
 
206
206
  .create-new-btn {
207
- color: #217eb2;
207
+ color: @primary-color;
208
208
  background: #fff;
209
209
  font-weight: 500;
210
210
  font-size: 14px;
@@ -11,11 +11,11 @@
11
11
  justify-content: space-between;
12
12
  font-size: 20px;
13
13
  .envelope-icon {
14
- color: #217eb2;
14
+ color: @primary-color;
15
15
  }
16
16
  .envelope-name {
17
17
  flex: 1;
18
- color: #217eb2;
18
+ color: @primary-color;
19
19
  line-height: 27px;
20
20
  margin-left: 7px;
21
21
  font-weight: bold;
@@ -44,7 +44,7 @@
44
44
 
45
45
  .envelope-btn-sign {
46
46
  color: #ffffff;
47
- background: #217eb2;
47
+ background: @primary-color;
48
48
  padding: 0 30px 0 26px;
49
49
  }
50
50
 
@@ -29,7 +29,7 @@
29
29
  flex: 1;
30
30
  margin-left: 5px;
31
31
  .letter-name {
32
- color: #217eb2;
32
+ color: @primary-color;
33
33
  font-size: 20px;
34
34
  line-height: 27px;
35
35
  font-weight: bold;
@@ -7,7 +7,7 @@
7
7
 
8
8
  :global {
9
9
  .sub-title {
10
- color: #217eb2;
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: #217eb2;
27
+ color: @primary-color;
28
28
  background: #f4f9ff;
29
29
  }
30
30
  &.letter-sub-item-selected {
31
- color: #217eb2;
31
+ color: @primary-color;
32
32
  background: #f4f9ff;
33
33
  }
34
34
  }
@@ -24,7 +24,7 @@
24
24
  box-shadow: 0px 3px 6px #00000029;
25
25
  .singing-recepients-content {
26
26
  .singing-recepients-title {
27
- color: #217eb2;
27
+ color: @primary-color;
28
28
  padding-bottom: 6px;
29
29
  padding-left: 10px;
30
30
  border-bottom: 1px solid #e6e6e6;
@@ -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: #217eb2;
16
- border-color: #217eb2;
17
+ color: @primary-color;
18
+ border-color: @primary-color;
17
19
  }
18
20
  &:hover {
19
- color: #217eb2;
20
- border-color: #217eb2;
21
+ color: @primary-color;
22
+ border-color: @primary-color;
21
23
  }
22
24
  }
23
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-document",
3
- "version": "6.0.155",
3
+ "version": "6.0.156",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"