@lambo-design/workflow-approve 1.0.0-beta.14 → 1.0.0-beta.19

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.
@@ -1,231 +1,231 @@
1
- .containers {
2
- /*position: absolute;*/
3
- background-color: #ffffff;
4
- width: 100%;
5
-
6
- .done-line .djs-visual > :nth-child(1) {
7
- stroke: rgb(218, 246, 209) !important;
8
- }
9
-
10
- .done-point .djs-visual > :nth-child(1) {
11
- fill: rgb(218, 246, 209) !important;
12
- }
13
-
14
- .done-task .djs-visual > :nth-child(1) {
15
- fill: rgb(218, 246, 209) !important;
16
- }
17
-
18
- .todo-point .djs-visual > :nth-child(1) {
19
- fill: rgb(258, 227, 180) !important;
20
- }
21
-
22
- .bjs-powered-by {
23
- display: none;
24
- }
25
- }
26
-
27
- .canvas {
28
- width: 100%;
29
- height: 100%;
30
- margin-top: 0%;
31
- }
32
-
33
- .tooltip-text {
34
- overflow: hidden;
35
- text-overflow: ellipsis;
36
- white-space: nowrap;
37
- display: inline-block;
38
- max-width: 130px; /* 限制文本宽度 */
39
- }
40
-
41
- .portrait-lambo-indicator-card{
42
- height: 100%;
43
- position: relative;
44
- overflow-y: auto;
45
- margin-bottom: -10px;
46
- }
47
- .portrait-lambo-indicator-card::-webkit-scrollbar {
48
- width: 5px;
49
- height: 5px;
50
- }
51
-
52
- .portrait-lambo-indicator-card::-webkit-scrollbar-thumb {
53
- background: linear-gradient(to bottom right, #bbbbbb 0%, #bbbbbb 100%);
54
- border-radius: 5px;
55
- }
56
- .header-text {
57
- display: flex;
58
- font-size: 18px;
59
- font-weight: bold;
60
- color: black;
61
- }
62
-
63
- .process-history {
64
- width: 100%;
65
- overflow-y: auto;
66
- }
67
-
68
- .process-history::-webkit-scrollbar {
69
- width: 5px;
70
- height: 5px;
71
- }
72
-
73
- .process-history::-webkit-scrollbar-thumb {
74
- background: linear-gradient(to bottom right, #bbbbbb 0%, #bbbbbb 100%);
75
- border-radius: 5px;
76
- }
77
-
78
- .box {
79
- overflow: hidden;
80
- transition: height 0.3s ease;
81
- height: auto;
82
- width: auto;
83
- margin-left: -15px;
84
- }
85
-
86
- .draw-enter-active, .draw-leave-active {
87
-
88
- }
89
-
90
- .draw-enter, .draw-leave-to {
91
- height: 0;
92
- }
93
- .attach-name-style {
94
- margin-bottom: -5px;
95
- white-space: nowrap;
96
- display: inline-block;
97
- width: auto;
98
- font-size: 14px;
99
- color: #17233d;
100
- overflow: hidden;
101
- text-overflow: ellipsis;
102
- }
103
-
104
- .arrow-button-container {
105
- position: absolute;
106
- z-index: 50;
107
- width: 12px;
108
- height: 50px;
109
- border-radius: 4px;
110
- border: none;
111
- background-color: #cccccc;
112
- color: white;
113
- display: inline-block;
114
- transition: 0.5s;
115
- top: 50%;
116
- transform: translateX(0)
117
- }
118
- .icon-class{
119
- margin-top: 18px;
120
- }
121
- .attach-card{
122
- border:solid;
123
- border-width: thin;
124
- border-color: #f1f1f1;
125
- width: auto;
126
- border-radius: 10px;
127
- margin: 10px 0 10px 10px
128
- }
129
- .attach-avatar{
130
- margin-right: 5px;
131
- zoom: 150%
132
- }
133
- .arrow {
134
- display: flex;
135
- justify-content: center;
136
- align-items: center;
137
- }
138
-
139
- .history-title {
140
- font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
141
- font-weight: bold;
142
- color: #515a6e;
143
- font-size: 14px;
144
- margin: 0 1vh 0 -2vh;
145
- }
146
-
147
- .cicle{
148
- margin-left: 12px;
149
- width: 15px;
150
- height: 15px;
151
- border-radius: 50%;
152
- }
153
-
154
- .audit-name-style {
155
- margin-bottom: -5px;
156
- white-space: nowrap;
157
- display: inline-block;
158
- max-width: 100px;
159
- font-size: 14px;
160
- color: #17233d;
161
- overflow: hidden;
162
- text-overflow: ellipsis;
163
- }
164
-
165
- .audit-audit-comment-style {
166
- margin-bottom: -5px;
167
- white-space: nowrap;
168
- display: inline-block;
169
- max-width: 260px;
170
- font-size: 14px;
171
- color: #17233d;
172
- overflow: hidden;
173
- text-overflow: ellipsis;
174
- }
175
-
176
- .audit-date-style {
177
- white-space: nowrap;
178
- display: inline-block;
179
- max-width: 100px;
180
- font-size: 14px;
181
- color: #808695;
182
- margin-left: 10px;
183
- }
184
-
185
- .portrait-timeline-item {
186
- margin-bottom: -10px !important;
187
- }
188
-
189
- .portrait-timeline {
190
- margin: 0 0 0 0
191
- }
192
-
193
- .portrait-card {
194
- background-color: #f1f1f1 !important;
195
- border-radius: 10px !important;
196
- width: auto;
197
- margin-left: -15px;
198
- margin-right: -25px;
199
- margin-bottom: 5px;
200
- }
201
-
202
- .portrait-avatar-large {
203
- background-color: #005aff !important;
204
- margin: -15px 10px 0 10px;
205
- zoom: 150%
206
- }
207
-
208
- .portrait-avatar-small {
209
- background-color: #005aff !important;
210
- margin: -30px 10px 0 5px;
211
- zoom: 150%
212
- }
213
-
214
- .urging{
215
- margin-top: -3px;
216
- font-size: small;
217
- }
218
-
219
- .attach{
220
- margin-top: -3px;
221
- font-size: small;
222
- margin-left: 130px
223
- }
224
-
225
- .portrait-audit-date-style{
226
- white-space: nowrap;
227
- max-width: 100px;
228
- margin-top: 5px;
229
- font-size: 12px;
230
- color: #808695;
231
- }
1
+ .containers {
2
+ /*position: absolute;*/
3
+ background-color: #ffffff;
4
+ width: 100%;
5
+
6
+ .done-line .djs-visual > :nth-child(1) {
7
+ stroke: rgb(218, 246, 209) !important;
8
+ }
9
+
10
+ .done-point .djs-visual > :nth-child(1) {
11
+ fill: rgb(218, 246, 209) !important;
12
+ }
13
+
14
+ .done-task .djs-visual > :nth-child(1) {
15
+ fill: rgb(218, 246, 209) !important;
16
+ }
17
+
18
+ .todo-point .djs-visual > :nth-child(1) {
19
+ fill: rgb(258, 227, 180) !important;
20
+ }
21
+
22
+ .bjs-powered-by {
23
+ display: none;
24
+ }
25
+ }
26
+
27
+ .canvas {
28
+ width: 100%;
29
+ height: 100%;
30
+ margin-top: 0%;
31
+ }
32
+
33
+ .tooltip-text {
34
+ overflow: hidden;
35
+ text-overflow: ellipsis;
36
+ white-space: nowrap;
37
+ display: inline-block;
38
+ max-width: 130px; /* 限制文本宽度 */
39
+ }
40
+
41
+ .portrait-lambo-indicator-card{
42
+ height: 100%;
43
+ position: relative;
44
+ overflow-y: auto;
45
+ margin-bottom: -10px;
46
+ }
47
+ .portrait-lambo-indicator-card::-webkit-scrollbar {
48
+ width: 5px;
49
+ height: 5px;
50
+ }
51
+
52
+ .portrait-lambo-indicator-card::-webkit-scrollbar-thumb {
53
+ background: linear-gradient(to bottom right, #bbbbbb 0%, #bbbbbb 100%);
54
+ border-radius: 5px;
55
+ }
56
+ .header-text {
57
+ display: flex;
58
+ font-size: 18px;
59
+ font-weight: bold;
60
+ color: black;
61
+ }
62
+
63
+ .process-history {
64
+ width: 100%;
65
+ overflow-y: auto;
66
+ }
67
+
68
+ .process-history::-webkit-scrollbar {
69
+ width: 5px;
70
+ height: 5px;
71
+ }
72
+
73
+ .process-history::-webkit-scrollbar-thumb {
74
+ background: linear-gradient(to bottom right, #bbbbbb 0%, #bbbbbb 100%);
75
+ border-radius: 5px;
76
+ }
77
+
78
+ .box {
79
+ overflow: hidden;
80
+ transition: height 0.3s ease;
81
+ height: auto;
82
+ width: auto;
83
+ margin-left: -15px;
84
+ }
85
+
86
+ .draw-enter-active, .draw-leave-active {
87
+
88
+ }
89
+
90
+ .draw-enter, .draw-leave-to {
91
+ height: 0;
92
+ }
93
+ .attach-name-style {
94
+ margin-bottom: -5px;
95
+ white-space: nowrap;
96
+ display: inline-block;
97
+ width: auto;
98
+ font-size: 14px;
99
+ color: #17233d;
100
+ overflow: hidden;
101
+ text-overflow: ellipsis;
102
+ }
103
+
104
+ .arrow-button-container {
105
+ position: absolute;
106
+ z-index: 50;
107
+ width: 12px;
108
+ height: 50px;
109
+ border-radius: 4px;
110
+ border: none;
111
+ background-color: #cccccc;
112
+ color: white;
113
+ display: inline-block;
114
+ transition: 0.5s;
115
+ top: 50%;
116
+ transform: translateX(0)
117
+ }
118
+ .icon-class{
119
+ margin-top: 18px;
120
+ }
121
+ .attach-card{
122
+ border:solid;
123
+ border-width: thin;
124
+ border-color: #f1f1f1;
125
+ width: auto;
126
+ border-radius: 10px;
127
+ margin: 10px 0 10px 10px
128
+ }
129
+ .attach-avatar{
130
+ margin-right: 5px;
131
+ zoom: 150%
132
+ }
133
+ .arrow {
134
+ display: flex;
135
+ justify-content: center;
136
+ align-items: center;
137
+ }
138
+
139
+ .history-title {
140
+ font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
141
+ font-weight: bold;
142
+ color: #515a6e;
143
+ font-size: 14px;
144
+ margin: 0 1vh 0 -2vh;
145
+ }
146
+
147
+ .cicle{
148
+ margin-left: 12px;
149
+ width: 15px;
150
+ height: 15px;
151
+ border-radius: 50%;
152
+ }
153
+
154
+ .audit-name-style {
155
+ margin-bottom: -5px;
156
+ white-space: nowrap;
157
+ display: inline-block;
158
+ max-width: 100px;
159
+ font-size: 14px;
160
+ color: #17233d;
161
+ overflow: hidden;
162
+ text-overflow: ellipsis;
163
+ }
164
+
165
+ .audit-audit-comment-style {
166
+ margin-bottom: -5px;
167
+ white-space: nowrap;
168
+ display: inline-block;
169
+ max-width: 260px;
170
+ font-size: 14px;
171
+ color: #17233d;
172
+ overflow: hidden;
173
+ text-overflow: ellipsis;
174
+ }
175
+
176
+ .audit-date-style {
177
+ white-space: nowrap;
178
+ display: inline-block;
179
+ max-width: 100px;
180
+ font-size: 14px;
181
+ color: #808695;
182
+ margin-left: 10px;
183
+ }
184
+
185
+ .portrait-timeline-item {
186
+ margin-bottom: -10px !important;
187
+ }
188
+
189
+ .portrait-timeline {
190
+ margin: 0 0 0 0
191
+ }
192
+
193
+ .portrait-card {
194
+ background-color: #f1f1f1 !important;
195
+ border-radius: 10px !important;
196
+ width: auto;
197
+ margin-left: -15px;
198
+ margin-right: -25px;
199
+ margin-bottom: 5px;
200
+ }
201
+
202
+ .portrait-avatar-large {
203
+ background-color: #005aff !important;
204
+ margin: -15px 10px 0 10px;
205
+ zoom: 150%
206
+ }
207
+
208
+ .portrait-avatar-small {
209
+ background-color: #005aff !important;
210
+ margin: -30px 10px 0 5px;
211
+ zoom: 150%
212
+ }
213
+
214
+ .urging{
215
+ margin-top: -3px;
216
+ font-size: small;
217
+ }
218
+
219
+ .attach{
220
+ margin-top: -3px;
221
+ font-size: small;
222
+ margin-left: 130px
223
+ }
224
+
225
+ .portrait-audit-date-style{
226
+ white-space: nowrap;
227
+ max-width: 100px;
228
+ margin-top: 5px;
229
+ font-size: 12px;
230
+ color: #808695;
231
+ }