@lambo-design/workflow-approve 1.0.0-beta.4 → 1.0.0-beta.41

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -38,12 +38,13 @@
38
38
  max-width: 130px; /* 限制文本宽度 */
39
39
  }
40
40
 
41
- .portrait-lambo-indicator-card{
41
+ .portrait-lambo-indicator-card {
42
42
  height: 100%;
43
43
  position: relative;
44
44
  overflow-y: auto;
45
45
  margin-bottom: -10px;
46
46
  }
47
+
47
48
  .portrait-lambo-indicator-card::-webkit-scrollbar {
48
49
  width: 5px;
49
50
  height: 5px;
@@ -53,6 +54,7 @@
53
54
  background: linear-gradient(to bottom right, #bbbbbb 0%, #bbbbbb 100%);
54
55
  border-radius: 5px;
55
56
  }
57
+
56
58
  .header-text {
57
59
  display: flex;
58
60
  font-size: 18px;
@@ -61,7 +63,6 @@
61
63
  }
62
64
 
63
65
  .process-history {
64
- height: 40vh;
65
66
  width: 100%;
66
67
  overflow-y: auto;
67
68
  }
@@ -91,6 +92,7 @@
91
92
  .draw-enter, .draw-leave-to {
92
93
  height: 0;
93
94
  }
95
+
94
96
  .attach-name-style {
95
97
  margin-bottom: -5px;
96
98
  white-space: nowrap;
@@ -116,21 +118,25 @@
116
118
  top: 50%;
117
119
  transform: translateX(0)
118
120
  }
119
- .icon-class{
121
+
122
+ .icon-class {
120
123
  margin-top: 18px;
121
124
  }
122
- .attach-card{
123
- border:solid;
125
+
126
+ .attach-card {
127
+ border: solid;
124
128
  border-width: thin;
125
129
  border-color: #f1f1f1;
126
130
  width: auto;
127
131
  border-radius: 10px;
128
132
  margin: 10px 0 10px 10px
129
133
  }
130
- .attach-avatar{
134
+
135
+ .attach-avatar {
131
136
  margin-right: 5px;
132
137
  zoom: 150%
133
138
  }
139
+
134
140
  .arrow {
135
141
  display: flex;
136
142
  justify-content: center;
@@ -145,7 +151,7 @@
145
151
  margin: 0 1vh 0 -2vh;
146
152
  }
147
153
 
148
- .cicle{
154
+ .cicle {
149
155
  margin-left: 12px;
150
156
  width: 15px;
151
157
  height: 15px;
@@ -163,6 +169,17 @@
163
169
  text-overflow: ellipsis;
164
170
  }
165
171
 
172
+ .audit-audit-comment-style {
173
+ margin-bottom: -5px;
174
+ white-space: nowrap;
175
+ display: inline-block;
176
+ max-width: 260px;
177
+ font-size: 14px;
178
+ color: #17233d;
179
+ overflow: hidden;
180
+ text-overflow: ellipsis;
181
+ }
182
+
166
183
  .audit-date-style {
167
184
  white-space: nowrap;
168
185
  display: inline-block;
@@ -181,8 +198,8 @@
181
198
  }
182
199
 
183
200
  .portrait-card {
184
- background-color: #f1f1f1;
185
- border-radius: 10px;
201
+ background-color: #f1f1f1 !important;
202
+ border-radius: 10px !important;
186
203
  width: auto;
187
204
  margin-left: -15px;
188
205
  margin-right: -25px;
@@ -190,32 +207,77 @@
190
207
  }
191
208
 
192
209
  .portrait-avatar-large {
193
- background-color: #005aff;
210
+ background-color: #005aff !important;
194
211
  margin: -15px 10px 0 10px;
195
212
  zoom: 150%
196
213
  }
197
214
 
198
215
  .portrait-avatar-small {
199
- background-color: #005aff;
216
+ background-color: #005aff !important;
200
217
  margin: -30px 10px 0 5px;
201
218
  zoom: 150%
202
219
  }
203
220
 
204
- .urging{
221
+ .urging {
205
222
  margin-top: -3px;
206
223
  font-size: small;
207
224
  }
208
225
 
209
- .attach{
226
+ .attach {
210
227
  margin-top: -3px;
211
228
  font-size: small;
212
229
  margin-left: 130px
213
230
  }
214
231
 
215
- .portrait-audit-date-style{
232
+ .portrait-audit-date-style {
216
233
  white-space: nowrap;
217
234
  max-width: 100px;
218
235
  margin-top: 5px;
219
236
  font-size: 12px;
220
237
  color: #808695;
221
238
  }
239
+
240
+ .notes-div {
241
+ text-align: right;
242
+ }
243
+
244
+ .notes-done-task {
245
+ display: inline-block;
246
+ width: 70px;
247
+ height: 25px;
248
+ font-size: 12px;
249
+ text-align: center;
250
+ padding-top: 3px;
251
+ border: 1px solid black;
252
+ border-radius: 5px;
253
+ margin-left: 10px;
254
+ margin-right: 10px;
255
+ background-color: rgb(218, 246, 209);
256
+ }
257
+
258
+ .notes-todo-task {
259
+ display: inline-block;
260
+ width: 70px;
261
+ height: 25px;
262
+ font-size: 12px;
263
+ text-align: center;
264
+ padding-top: 3px;
265
+ border: 1px solid black;
266
+ border-radius: 5px;
267
+ margin-left: 10px;
268
+ margin-right: 10px;
269
+ background-color: rgb(258, 227, 180);
270
+ }
271
+
272
+ .notes-none-task {
273
+ display: inline-block;
274
+ width: 70px;
275
+ height: 25px;
276
+ font-size: 12px;
277
+ text-align: center;
278
+ padding-top: 3px;
279
+ border: 1px solid black;
280
+ border-radius: 5px;
281
+ margin-left: 10px;
282
+ margin-right: 10px;
283
+ }