@gct-paas/word 0.1.17 → 0.1.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.
Files changed (58) hide show
  1. package/dist/base/calendar/src/calendar.vue.d.ts +6 -4
  2. package/dist/base/calendar/src/time.vue.d.ts +1 -0
  3. package/dist/core/command/commands/Backspace.d.ts +2 -0
  4. package/dist/core/command/commands/MergeCells.d.ts +7 -1
  5. package/dist/core/command/commands/UnmergeCells.d.ts +7 -1
  6. package/dist/core/command/types.d.ts +2 -0
  7. package/dist/core/data/DataManager.d.ts +9 -0
  8. package/dist/core/event/types.d.ts +1 -1
  9. package/dist/core/index.d.ts +2 -5
  10. package/dist/core/interaction/InteractionController.d.ts +4 -0
  11. package/dist/core/interaction/types.d.ts +3 -0
  12. package/dist/core/interaction/useInteraction.d.ts +2 -0
  13. package/dist/core/layout/handlers/ImageHandler.d.ts +1 -0
  14. package/dist/core/layout/handlers/TextHandler.d.ts +5 -0
  15. package/dist/core/layout/handlers/base/BaseHandler.d.ts +5 -0
  16. package/dist/core/layout/handlers/fields/BaseHandler.d.ts +6 -1
  17. package/dist/core/model/DocModel.d.ts +1 -0
  18. package/dist/core/model/base/ModelGroup.d.ts +6 -0
  19. package/dist/core/model/document/Wtr.d.ts +2 -2
  20. package/dist/core/model/document/WtrPr.d.ts +13 -1
  21. package/dist/core/model/footers/Wfooter.d.ts +6 -0
  22. package/dist/core/model/headers/Wheader.d.ts +6 -0
  23. package/dist/core/model/helpers.d.ts +15 -0
  24. package/dist/core/model/images/Wimages.d.ts +12 -0
  25. package/dist/core/utils/expand.d.ts +3 -1
  26. package/dist/core/view/TableCell.d.ts +2 -0
  27. package/dist/core/view/TableRow.d.ts +3 -0
  28. package/dist/core/view/base/LayoutNode.d.ts +3 -0
  29. package/dist/core/widget/widget-state.d.ts +14 -5
  30. package/dist/index.es.js +2032 -1195
  31. package/dist/runtime/canvas/doc-layout.vue.d.ts +2 -1
  32. package/dist/runtime/canvas/table/utils/index.d.ts +1 -0
  33. package/dist/runtime/canvas/table/utils/useTableSelection.d.ts +2 -0
  34. package/dist/runtime/designer/main/editable-canvas.vue.d.ts +2 -2
  35. package/dist/runtime/designer/ribbon/components/sub-table-form-modal.vue.d.ts +6 -6
  36. package/dist/runtime/factories/modules/useSpecificConfig.d.ts +2 -0
  37. package/dist/runtime/factories/useRenderData.d.ts +1 -1
  38. package/dist/runtime/factories/useWidgetInitializer.d.ts +11 -0
  39. package/dist/runtime/renderer/main/preview-canvas.vue.d.ts +2 -2
  40. package/dist/sdk/doc-runtime/factories/useDocumentFactory.d.ts +7 -1
  41. package/dist/sdk/engine/index.d.ts +3 -3
  42. package/dist/sdk/types/index.d.ts +11 -0
  43. package/dist/sdk/vue/layouts/doc-render-layout.vue.d.ts +2 -2
  44. package/dist/{core/sdk → utils/composables}/usePagesToPdf.d.ts +1 -1
  45. package/dist/utils/func/core.d.ts +26 -9
  46. package/dist/utils/func/field.d.ts +13 -0
  47. package/dist/utils/func/file.d.ts +1 -1
  48. package/dist/utils/func/form.d.ts +5 -0
  49. package/dist/utils/func/render.d.ts +10 -1
  50. package/dist/word.css +349 -305
  51. package/package.json +1 -2
  52. package/dist/base/utils/unit-converter-util.d.ts +0 -18
  53. package/dist/core/render/KonvaRenderer.d.ts +0 -46
  54. package/dist/core/render/RendererFactory.d.ts +0 -4
  55. package/dist/core/render/types.d.ts +0 -9
  56. package/dist/core/sdk/createDoc.d.ts +0 -2
  57. package/dist/runtime/interface/utils.d.ts +0 -12
  58. /package/dist/core/{sdk → utils}/DocPubApiContext.d.ts +0 -0
package/dist/word.css CHANGED
@@ -5209,56 +5209,56 @@
5209
5209
  margin: 0 8px;
5210
5210
  color: rgba(0, 0, 0, 0.45);
5211
5211
  }
5212
- .gct-time-panel[data-v-b964a378] {
5212
+ .gct-time-panel[data-v-ee92739f] {
5213
5213
  display: flex;
5214
5214
  flex-direction: column;
5215
5215
  width: 184px;
5216
5216
  height: 100%;
5217
5217
  overflow: hidden;
5218
5218
  }
5219
- .gct-time-panel.f-a[data-v-b964a378] {
5219
+ .gct-time-panel.f-a[data-v-ee92739f] {
5220
5220
  width: 101px;
5221
5221
  }
5222
- .gct-time-panel.f-a .gct-time-column[data-v-b964a378] {
5222
+ .gct-time-panel.f-a .gct-time-column[data-v-ee92739f] {
5223
5223
  width: 100px;
5224
5224
  }
5225
- .gct-time-panel.f-b[data-v-b964a378] {
5225
+ .gct-time-panel.f-b[data-v-ee92739f] {
5226
5226
  width: 161px;
5227
5227
  }
5228
- .gct-time-panel.f-b .gct-time-column[data-v-b964a378] {
5228
+ .gct-time-panel.f-b .gct-time-column[data-v-ee92739f] {
5229
5229
  width: 80px;
5230
5230
  }
5231
- .gct-time-panel.is-disabled .gct-now-btn[data-v-b964a378] {
5231
+ .gct-time-panel.is-disabled .gct-now-btn[data-v-ee92739f] {
5232
5232
  color: #c0c4cc;
5233
5233
  cursor: not-allowed;
5234
5234
  }
5235
- .gct-time-panel.is-disabled .gct-sure-btn[data-v-b964a378] {
5235
+ .gct-time-panel.is-disabled .gct-sure-btn[data-v-ee92739f] {
5236
5236
  opacity: 0.4;
5237
5237
  }
5238
- .gct-time-container[data-v-b964a378] {
5238
+ .gct-time-container[data-v-ee92739f] {
5239
5239
  display: flex;
5240
5240
  overflow: hidden;
5241
5241
  }
5242
- .gct-time-column[data-v-b964a378] {
5242
+ .gct-time-column[data-v-ee92739f] {
5243
5243
  position: relative;
5244
5244
  width: 60px;
5245
5245
  min-height: 200px;
5246
5246
  overflow: hidden;
5247
5247
  border-right: 1px solid #f0f0f0;
5248
5248
  }
5249
- .gct-time-column .gct-column-scrollbar[data-v-b964a378] {
5249
+ .gct-time-column .gct-column-scrollbar[data-v-ee92739f] {
5250
5250
  position: relative;
5251
5251
  }
5252
- .gct-time-column .gct-column-scrollbar .scrollbar-container[data-v-b964a378] {
5252
+ .gct-time-column .gct-column-scrollbar .scrollbar-container[data-v-ee92739f] {
5253
5253
  padding: 12px 8px 48px;
5254
5254
  display: flex;
5255
5255
  flex-direction: column;
5256
5256
  gap: 4px;
5257
5257
  }
5258
- .gct-time-column[data-v-b964a378]:last-child {
5258
+ .gct-time-column[data-v-ee92739f]:last-child {
5259
5259
  border-right: none;
5260
5260
  }
5261
- .gct-time-item[data-v-b964a378] {
5261
+ .gct-time-item[data-v-ee92739f] {
5262
5262
  text-align: center;
5263
5263
  cursor: pointer;
5264
5264
  font-size: 12px;
@@ -5267,24 +5267,24 @@
5267
5267
  letter-spacing: 1px;
5268
5268
  border: 1px solid transparent;
5269
5269
  }
5270
- .gct-time-item[data-v-b964a378]:not(.disabled):hover {
5270
+ .gct-time-item[data-v-ee92739f]:not(.disabled):hover {
5271
5271
  background-color: rgba(13, 13, 13, 0.06);
5272
5272
  }
5273
- .gct-time-item.active[data-v-b964a378] {
5273
+ .gct-time-item.active[data-v-ee92739f] {
5274
5274
  background: rgba(147, 197, 253, 0.4);
5275
5275
  border: 1px solid #026ac8;
5276
5276
  color: #026ac8;
5277
5277
  font-weight: 600;
5278
5278
  }
5279
- .gct-time-item.disabled[data-v-b964a378] {
5279
+ .gct-time-item.disabled[data-v-ee92739f] {
5280
5280
  color: #c0c4cc;
5281
5281
  cursor: not-allowed;
5282
5282
  }
5283
- .gct-time-item.disabled.active[data-v-b964a378] {
5283
+ .gct-time-item.disabled.active[data-v-ee92739f] {
5284
5284
  color: #026ac8;
5285
5285
  opacity: 0.4;
5286
5286
  }
5287
- .gct-time-footer[data-v-b964a378] {
5287
+ .gct-time-footer[data-v-ee92739f] {
5288
5288
  border-top: 1px solid #f0f0f0;
5289
5289
  display: flex;
5290
5290
  padding: 6px;
@@ -5292,20 +5292,24 @@
5292
5292
  align-items: center;
5293
5293
  justify-content: space-between;
5294
5294
  }
5295
- .gct-time-footer .gct-now-btn[data-v-b964a378] {
5295
+ .gct-time-footer .gct-now-btn[data-v-ee92739f] {
5296
5296
  color: #026ac8;
5297
5297
  font-size: 12px;
5298
5298
  line-height: 22px;
5299
5299
  padding: 2px;
5300
5300
  cursor: pointer;
5301
5301
  }
5302
- .gct-time-footer .gct-sure-btn[data-v-b964a378] {
5302
+ .gct-time-footer .gct-sure-btn[data-v-ee92739f] {
5303
5303
  line-height: 20px;
5304
5304
  padding: 2px 6px;
5305
5305
  font-size: 12px;
5306
5306
  letter-spacing: 2px;
5307
5307
  }
5308
- .gct-dtp-panel[data-v-1a68701e] {
5308
+ .gct-time-footer .gct-right-btns[data-v-ee92739f] {
5309
+ display: flex;
5310
+ gap: 6px;
5311
+ }
5312
+ .gct-dtp-panel[data-v-3e5daf47] {
5309
5313
  position: relative;
5310
5314
  background: #fff;
5311
5315
  border-radius: 8px;
@@ -5315,34 +5319,49 @@
5315
5319
  box-shadow: 0 12px 32px rgba(13, 13, 13, 0.08);
5316
5320
  user-select: none;
5317
5321
  }
5318
- .gct-dtp-panel.datetime[data-v-1a68701e] {
5322
+ .gct-dtp-panel.datetime[data-v-3e5daf47] {
5319
5323
  width: 510px;
5320
5324
  }
5321
- .gct-dtp-panel.datetime.f-a[data-v-1a68701e] {
5325
+ .gct-dtp-panel.datetime.f-a[data-v-3e5daf47] {
5322
5326
  width: 426px;
5323
5327
  }
5324
- .gct-dtp-panel.datetime.f-b[data-v-1a68701e] {
5328
+ .gct-dtp-panel.datetime.f-b[data-v-3e5daf47] {
5325
5329
  width: 486px;
5326
5330
  }
5327
- .gct-dtp-panel.date[data-v-1a68701e] {
5331
+ .gct-dtp-panel.date[data-v-3e5daf47] {
5328
5332
  width: 324px;
5329
5333
  }
5330
- .gct-dtp-panel .gct-dtp-panel-inner[data-v-1a68701e] {
5334
+ .gct-dtp-panel .gct-dtp-panel-inner[data-v-3e5daf47] {
5331
5335
  position: relative;
5332
5336
  display: flex;
5333
5337
  }
5334
- .gct-dtp-panel .gct-dtp-date[data-v-1a68701e] {
5338
+ .gct-dtp-panel .gct-dtp-date[data-v-3e5daf47] {
5335
5339
  position: relative;
5336
5340
  padding: 12px;
5337
5341
  }
5338
- .gct-dtp-panel .gct-dtp-time[data-v-1a68701e] {
5342
+ .gct-dtp-panel .gct-date-footer[data-v-3e5daf47] {
5343
+ border-top: 1px solid #f0f0f0;
5344
+ display: flex;
5345
+ padding-top: 6px;
5346
+ align-items: center;
5347
+ justify-content: center;
5348
+ margin-top: 6px;
5349
+ }
5350
+ .gct-dtp-panel .gct-date-footer .gct-clear-btn[data-v-3e5daf47] {
5351
+ line-height: 20px;
5352
+ font-size: 12px;
5353
+ letter-spacing: 2px;
5354
+ width: 100%;
5355
+ border: none;
5356
+ }
5357
+ .gct-dtp-panel .gct-dtp-time[data-v-3e5daf47] {
5339
5358
  height: 344px;
5340
5359
  overflow: hidden;
5341
5360
  border-left: 1px solid #f0f0f0;
5342
5361
  display: flex;
5343
5362
  flex-direction: column;
5344
5363
  }
5345
- .gct-dtp-panel .gct-dtp-time .gct-dtp-time-header[data-v-1a68701e] {
5364
+ .gct-dtp-panel .gct-dtp-time .gct-dtp-time-header[data-v-3e5daf47] {
5346
5365
  color: #0d0d0d;
5347
5366
  text-align: center;
5348
5367
  font-size: 14px;
@@ -5351,11 +5370,11 @@
5351
5370
  line-height: 32px;
5352
5371
  border-bottom: 1px solid #f0f0f0;
5353
5372
  }
5354
- .gct-dtp-panel .gct-dtp-time .gct-dtp-time-container[data-v-1a68701e] {
5373
+ .gct-dtp-panel .gct-dtp-time .gct-dtp-time-container[data-v-3e5daf47] {
5355
5374
  flex: 1;
5356
5375
  overflow: hidden;
5357
5376
  }
5358
- .gct-dtp-panel .gct-dtp-header[data-v-1a68701e] {
5377
+ .gct-dtp-panel .gct-dtp-header[data-v-3e5daf47] {
5359
5378
  position: relative;
5360
5379
  display: flex;
5361
5380
  align-items: center;
@@ -5363,52 +5382,52 @@
5363
5382
  padding: 5px 4px;
5364
5383
  margin-bottom: 6px;
5365
5384
  }
5366
- .gct-dtp-panel .gct-dtp-header .nav[data-v-1a68701e] {
5385
+ .gct-dtp-panel .gct-dtp-header .nav[data-v-3e5daf47] {
5367
5386
  width: 28px;
5368
5387
  height: 28px;
5369
5388
  display: flex;
5370
5389
  justify-content: center;
5371
5390
  align-items: center;
5372
5391
  }
5373
- .gct-dtp-panel .gct-dtp-header .nav[data-v-1a68701e]:hover {
5392
+ .gct-dtp-panel .gct-dtp-header .nav[data-v-3e5daf47]:hover {
5374
5393
  background: rgba(13, 13, 13, 0.06);
5375
5394
  border-radius: 4px;
5376
5395
  }
5377
- .gct-dtp-panel .gct-dtp-header .text[data-v-1a68701e] {
5396
+ .gct-dtp-panel .gct-dtp-header .text[data-v-3e5daf47] {
5378
5397
  font-size: 18px;
5379
5398
  font-weight: bold;
5380
5399
  width: 120px;
5381
5400
  text-align: center;
5382
5401
  line-height: 28px;
5383
5402
  }
5384
- .gct-dtp-panel .gct-dtp-head[data-v-1a68701e] {
5403
+ .gct-dtp-panel .gct-dtp-head[data-v-3e5daf47] {
5385
5404
  display: flex;
5386
5405
  gap: 8px;
5387
5406
  margin-bottom: 4px;
5388
5407
  }
5389
- .gct-dtp-panel .gct-dtp-head .head[data-v-1a68701e] {
5408
+ .gct-dtp-panel .gct-dtp-head .head[data-v-3e5daf47] {
5390
5409
  color: #0d0d0d;
5391
5410
  text-align: center;
5392
5411
  font-size: 14px;
5393
5412
  cursor: default;
5394
5413
  }
5395
- .gct-dtp-panel .gct-dtp-rows-wrapper[data-v-1a68701e] {
5414
+ .gct-dtp-panel .gct-dtp-rows-wrapper[data-v-3e5daf47] {
5396
5415
  overflow: hidden;
5397
5416
  }
5398
- .gct-dtp-panel .gct-dtp-rows[data-v-1a68701e] {
5417
+ .gct-dtp-panel .gct-dtp-rows[data-v-3e5daf47] {
5399
5418
  display: flex;
5400
5419
  flex-direction: column;
5401
5420
  gap: 4px;
5402
5421
  }
5403
- .gct-dtp-panel .gct-dtp-rows .row[data-v-1a68701e] {
5422
+ .gct-dtp-panel .gct-dtp-rows .row[data-v-3e5daf47] {
5404
5423
  display: flex;
5405
5424
  gap: 8px;
5406
5425
  }
5407
- .gct-dtp-panel .gct-dtp-rows .row .dtp-day-label[data-v-1a68701e] {
5426
+ .gct-dtp-panel .gct-dtp-rows .row .dtp-day-label[data-v-3e5daf47] {
5408
5427
  font-size: 14px;
5409
5428
  font-weight: bold;
5410
5429
  }
5411
- .gct-dtp-panel .day[data-v-1a68701e] {
5430
+ .gct-dtp-panel .day[data-v-3e5daf47] {
5412
5431
  position: relative;
5413
5432
  width: 36px;
5414
5433
  height: 36px;
@@ -5418,41 +5437,41 @@
5418
5437
  cursor: pointer;
5419
5438
  box-sizing: border-box;
5420
5439
  }
5421
- .gct-dtp-panel .day[data-v-1a68701e]:not(.day--muted):hover {
5440
+ .gct-dtp-panel .day[data-v-3e5daf47]:not(.day--muted):hover {
5422
5441
  background: rgba(13, 13, 13, 0.06);
5423
5442
  border-radius: 4px;
5424
5443
  }
5425
- .gct-dtp-panel .day--muted[data-v-1a68701e] {
5444
+ .gct-dtp-panel .day--muted[data-v-3e5daf47] {
5426
5445
  pointer-events: none;
5427
5446
  opacity: 0.2;
5428
5447
  }
5429
- .gct-dtp-panel .day--today[data-v-1a68701e] {
5448
+ .gct-dtp-panel .day--today[data-v-3e5daf47] {
5430
5449
  border: 1px solid #64748b;
5431
5450
  border-radius: 4px;
5432
5451
  }
5433
- .gct-dtp-panel .day--selected[data-v-1a68701e] {
5452
+ .gct-dtp-panel .day--selected[data-v-3e5daf47] {
5434
5453
  background: rgba(147, 197, 253, 0.4) !important;
5435
5454
  color: #026ac8 !important;
5436
5455
  border: 1px solid #026ac8;
5437
5456
  border-radius: 4px;
5438
5457
  font-weight: 600;
5439
5458
  }
5440
- .gct-dtp-panel .day--disabled[data-v-1a68701e] {
5459
+ .gct-dtp-panel .day--disabled[data-v-3e5daf47] {
5441
5460
  color: #e0e0e0;
5442
5461
  cursor: not-allowed;
5443
5462
  }
5444
- .gct-dtp-panel .day--disabled.day--selected[data-v-1a68701e] {
5463
+ .gct-dtp-panel .day--disabled.day--selected[data-v-3e5daf47] {
5445
5464
  opacity: 0.3;
5446
5465
  }
5447
- .gct-dtp-panel .day--disabled.day--today[data-v-1a68701e] {
5466
+ .gct-dtp-panel .day--disabled.day--today[data-v-3e5daf47] {
5448
5467
  border-color: rgba(13, 13, 13, 0.12);
5449
5468
  }
5450
- .gct-dtp-panel .gct-dtp-footer[data-v-1a68701e] {
5469
+ .gct-dtp-panel .gct-dtp-footer[data-v-3e5daf47] {
5451
5470
  margin-top: 8px;
5452
5471
  padding-top: 8px;
5453
5472
  border-top: 1px solid #f0f0f0;
5454
5473
  }
5455
- .gct-dtp-panel .gct-dtp-footer .gct-dtp-option[data-v-1a68701e] {
5474
+ .gct-dtp-panel .gct-dtp-footer .gct-dtp-option[data-v-3e5daf47] {
5456
5475
  display: flex;
5457
5476
  align-items: center;
5458
5477
  justify-content: space-between;
@@ -5460,19 +5479,19 @@
5460
5479
  margin-bottom: 12px;
5461
5480
  padding-right: 6px;
5462
5481
  }
5463
- .gct-dtp-panel .gct-dtp-footer .opt[data-v-1a68701e] {
5482
+ .gct-dtp-panel .gct-dtp-footer .opt[data-v-3e5daf47] {
5464
5483
  display: flex;
5465
5484
  align-items: center;
5466
5485
  gap: 6px;
5467
5486
  font-size: 14px;
5468
5487
  padding-left: 6px;
5469
5488
  }
5470
- .gct-dtp-panel .gct-dtp-footer .opt .opt-checkbox[data-v-1a68701e] {
5489
+ .gct-dtp-panel .gct-dtp-footer .opt .opt-checkbox[data-v-3e5daf47] {
5471
5490
  width: 15px;
5472
5491
  height: 15px;
5473
5492
  margin: 0;
5474
5493
  }
5475
- .gct-dtp-panel .gct-dtp-footer .timeinput[data-v-1a68701e] {
5494
+ .gct-dtp-panel .gct-dtp-footer .timeinput[data-v-3e5daf47] {
5476
5495
  display: flex;
5477
5496
  align-items: center;
5478
5497
  gap: 4px;
@@ -5484,14 +5503,14 @@
5484
5503
  padding-right: 6px;
5485
5504
  padding-left: 2px;
5486
5505
  }
5487
- .gct-dtp-panel .gct-dtp-footer .timeinput[data-v-1a68701e]:has(input:focus) {
5506
+ .gct-dtp-panel .gct-dtp-footer .timeinput[data-v-3e5daf47]:has(input:focus) {
5488
5507
  border-color: #026ac8;
5489
5508
  }
5490
- .gct-dtp-panel .gct-dtp-footer .timeinput.is-disabled[data-v-1a68701e] {
5509
+ .gct-dtp-panel .gct-dtp-footer .timeinput.is-disabled[data-v-3e5daf47] {
5491
5510
  opacity: 0.5;
5492
5511
  pointer-events: none;
5493
5512
  }
5494
- .gct-dtp-panel .gct-dtp-footer .timeinput .input[data-v-1a68701e] {
5513
+ .gct-dtp-panel .gct-dtp-footer .timeinput .input[data-v-3e5daf47] {
5495
5514
  width: 60px;
5496
5515
  text-align: center;
5497
5516
  border: none;
@@ -5499,40 +5518,40 @@
5499
5518
  outline: none;
5500
5519
  padding: 0;
5501
5520
  }
5502
- .gct-dtp-panel .gct-dtp-footer .timeinput .stepper[data-v-1a68701e] {
5521
+ .gct-dtp-panel .gct-dtp-footer .timeinput .stepper[data-v-3e5daf47] {
5503
5522
  display: flex;
5504
5523
  flex-direction: column;
5505
5524
  gap: 2px;
5506
5525
  }
5507
- .gct-dtp-panel .gct-dtp-footer .timeinput .stepper .step[data-v-1a68701e] {
5526
+ .gct-dtp-panel .gct-dtp-footer .timeinput .stepper .step[data-v-3e5daf47] {
5508
5527
  cursor: pointer;
5509
5528
  user-select: none;
5510
5529
  line-height: 0;
5511
5530
  }
5512
- .gct-dtp-panel .gct-dtp-footer .timeinput .stepper .step.add[data-v-1a68701e] {
5531
+ .gct-dtp-panel .gct-dtp-footer .timeinput .stepper .step.add[data-v-3e5daf47] {
5513
5532
  margin-top: -2px;
5514
5533
  }
5515
- .gct-dtp-panel .gct-dtp-footer .timeinput .stepper .step.reduce[data-v-1a68701e] {
5534
+ .gct-dtp-panel .gct-dtp-footer .timeinput .stepper .step.reduce[data-v-3e5daf47] {
5516
5535
  margin-top: -6px;
5517
5536
  }
5518
- .gct-dtp-panel .gct-dtp-footer .timeinput .stepper .step:hover .gct-icon[data-v-1a68701e] {
5537
+ .gct-dtp-panel .gct-dtp-footer .timeinput .stepper .step:hover .gct-icon[data-v-3e5daf47] {
5519
5538
  color: #026ac8 !important;
5520
5539
  }
5521
5540
  /* slide animation */
5522
- .slide-left-enter-from[data-v-1a68701e],
5523
- .slide-right-leave-to[data-v-1a68701e] {
5541
+ .slide-left-enter-from[data-v-3e5daf47],
5542
+ .slide-right-leave-to[data-v-3e5daf47] {
5524
5543
  transform: translateX(100%);
5525
5544
  opacity: 0;
5526
5545
  }
5527
- .slide-left-leave-to[data-v-1a68701e],
5528
- .slide-right-enter-from[data-v-1a68701e] {
5546
+ .slide-left-leave-to[data-v-3e5daf47],
5547
+ .slide-right-enter-from[data-v-3e5daf47] {
5529
5548
  transform: translateX(-100%);
5530
5549
  opacity: 0;
5531
5550
  }
5532
- .slide-left-enter-active[data-v-1a68701e],
5533
- .slide-left-leave-active[data-v-1a68701e],
5534
- .slide-right-enter-active[data-v-1a68701e],
5535
- .slide-right-leave-active[data-v-1a68701e] {
5551
+ .slide-left-enter-active[data-v-3e5daf47],
5552
+ .slide-left-leave-active[data-v-3e5daf47],
5553
+ .slide-right-enter-active[data-v-3e5daf47],
5554
+ .slide-right-leave-active[data-v-3e5daf47] {
5536
5555
  transition: all 0.25s ease;
5537
5556
  }
5538
5557
  .gct-checkbox[data-v-ca2102ea] {
@@ -6111,7 +6130,7 @@
6111
6130
  max-width: 80%;
6112
6131
  max-height: 80%;
6113
6132
  }
6114
- .gct-input-wrapper[data-v-bf7ff99d] {
6133
+ .gct-input-wrapper[data-v-6fcf124f] {
6115
6134
  position: relative;
6116
6135
  display: inline-flex;
6117
6136
  width: 100%;
@@ -6121,7 +6140,7 @@
6121
6140
  line-height: 1.5715;
6122
6141
  background-color: #fff;
6123
6142
  }
6124
- .gct-input[data-v-bf7ff99d] {
6143
+ .gct-input[data-v-6fcf124f] {
6125
6144
  position: relative;
6126
6145
  display: inline-block;
6127
6146
  width: 100%;
@@ -6138,50 +6157,50 @@
6138
6157
  box-sizing: border-box;
6139
6158
  outline: none;
6140
6159
  }
6141
- .gct-input[data-v-bf7ff99d]:focus {
6160
+ .gct-input[data-v-6fcf124f]:focus {
6142
6161
  border-color: #026ac8;
6143
6162
  box-shadow: 0 0 0 2px rgba(2, 106, 200, 0.2);
6144
6163
  outline: 0;
6145
6164
  }
6146
- .gct-input:focus ~ .gct-input-clear-icon[data-v-bf7ff99d] {
6165
+ .gct-input:focus ~ .gct-input-clear-icon[data-v-6fcf124f] {
6147
6166
  opacity: 1;
6148
6167
  }
6149
- .gct-input:focus ~ .gct-input-count[data-v-bf7ff99d] {
6168
+ .gct-input:focus ~ .gct-input-count[data-v-6fcf124f] {
6150
6169
  opacity: 0;
6151
6170
  }
6152
- .gct-input[data-v-bf7ff99d]:hover {
6171
+ .gct-input[data-v-6fcf124f]:hover {
6153
6172
  border-color: #026ac8;
6154
6173
  }
6155
- .gct-input-lg[data-v-bf7ff99d] {
6174
+ .gct-input-lg[data-v-6fcf124f] {
6156
6175
  padding: 6.5px 11px;
6157
6176
  font-size: 16px;
6158
6177
  }
6159
- .gct-input-sm[data-v-bf7ff99d] {
6178
+ .gct-input-sm[data-v-6fcf124f] {
6160
6179
  padding: 0px 7px;
6161
6180
  font-size: 12px;
6162
6181
  }
6163
- .gct-input-disabled[data-v-bf7ff99d] {
6182
+ .gct-input-disabled[data-v-6fcf124f] {
6164
6183
  color: rgba(0, 0, 0, 0.25);
6165
6184
  background-color: #f5f5f5;
6166
6185
  border-color: #d9d9d9;
6167
6186
  cursor: not-allowed;
6168
6187
  opacity: 1;
6169
6188
  }
6170
- .gct-input-disabled[data-v-bf7ff99d]:hover {
6189
+ .gct-input-disabled[data-v-6fcf124f]:hover {
6171
6190
  border-color: #d9d9d9;
6172
6191
  }
6173
- .gct-input-readonly[data-v-bf7ff99d] {
6192
+ .gct-input-readonly[data-v-6fcf124f] {
6174
6193
  background-color: #f5f5f5;
6175
6194
  cursor: default;
6176
6195
  }
6177
- .gct-input-borderless[data-v-bf7ff99d] {
6196
+ .gct-input-borderless[data-v-6fcf124f] {
6178
6197
  border: none;
6179
6198
  box-shadow: none;
6180
6199
  }
6181
- .gct-input-borderless[data-v-bf7ff99d]:focus {
6200
+ .gct-input-borderless[data-v-6fcf124f]:focus {
6182
6201
  box-shadow: none;
6183
6202
  }
6184
- .gct-input-affix-wrapper[data-v-bf7ff99d] {
6203
+ .gct-input-affix-wrapper[data-v-6fcf124f] {
6185
6204
  position: relative;
6186
6205
  display: inline-flex;
6187
6206
  width: 100%;
@@ -6190,45 +6209,45 @@
6190
6209
  border-radius: 4px;
6191
6210
  transition: all 0.3s;
6192
6211
  }
6193
- .gct-input-affix-wrapper[data-v-bf7ff99d]:focus-within {
6212
+ .gct-input-affix-wrapper[data-v-6fcf124f]:focus-within {
6194
6213
  border-color: #026ac8;
6195
6214
  box-shadow: 0 0 0 2px rgba(2, 106, 200, 0.2);
6196
6215
  outline: 0;
6197
6216
  }
6198
- .gct-input-affix-wrapper[data-v-bf7ff99d]:hover {
6217
+ .gct-input-affix-wrapper[data-v-6fcf124f]:hover {
6199
6218
  border-color: #026ac8;
6200
6219
  }
6201
- .gct-input-affix-wrapper .gct-input[data-v-bf7ff99d] {
6220
+ .gct-input-affix-wrapper .gct-input[data-v-6fcf124f] {
6202
6221
  border: none;
6203
6222
  outline: none;
6204
6223
  box-shadow: none;
6205
6224
  }
6206
- .gct-input-affix-wrapper .gct-input[data-v-bf7ff99d]:focus {
6225
+ .gct-input-affix-wrapper .gct-input[data-v-6fcf124f]:focus {
6207
6226
  box-shadow: none;
6208
6227
  }
6209
- .gct-input-affix-wrapper-lg[data-v-bf7ff99d] {
6228
+ .gct-input-affix-wrapper-lg[data-v-6fcf124f] {
6210
6229
  border-radius: 4px;
6211
6230
  }
6212
- .gct-input-affix-wrapper-sm[data-v-bf7ff99d] {
6231
+ .gct-input-affix-wrapper-sm[data-v-6fcf124f] {
6213
6232
  border-radius: 2px;
6214
6233
  }
6215
- .gct-input-affix-wrapper-disabled[data-v-bf7ff99d] {
6234
+ .gct-input-affix-wrapper-disabled[data-v-6fcf124f] {
6216
6235
  background-color: #f5f5f5;
6217
6236
  cursor: not-allowed;
6218
6237
  opacity: 1;
6219
6238
  }
6220
- .gct-input-affix-wrapper-disabled[data-v-bf7ff99d]:hover {
6239
+ .gct-input-affix-wrapper-disabled[data-v-6fcf124f]:hover {
6221
6240
  border-color: #d9d9d9;
6222
6241
  }
6223
- .gct-input-affix-wrapper-borderless[data-v-bf7ff99d] {
6242
+ .gct-input-affix-wrapper-borderless[data-v-6fcf124f] {
6224
6243
  border: none;
6225
6244
  box-shadow: none;
6226
6245
  }
6227
- .gct-input-affix-wrapper-borderless[data-v-bf7ff99d]:focus-within {
6246
+ .gct-input-affix-wrapper-borderless[data-v-6fcf124f]:focus-within {
6228
6247
  box-shadow: none;
6229
6248
  }
6230
- .gct-input-prefix[data-v-bf7ff99d],
6231
- .gct-input-suffix[data-v-bf7ff99d] {
6249
+ .gct-input-prefix[data-v-6fcf124f],
6250
+ .gct-input-suffix[data-v-6fcf124f] {
6232
6251
  display: flex;
6233
6252
  flex: none;
6234
6253
  align-items: center;
@@ -6236,35 +6255,35 @@
6236
6255
  font-size: 13px;
6237
6256
  width: 24px;
6238
6257
  }
6239
- .gct-input-prefix[data-v-bf7ff99d] {
6258
+ .gct-input-prefix[data-v-6fcf124f] {
6240
6259
  margin-right: 4px;
6241
6260
  }
6242
- .gct-input-suffix[data-v-bf7ff99d] {
6261
+ .gct-input-suffix[data-v-6fcf124f] {
6243
6262
  margin-left: 4px;
6244
6263
  }
6245
- .gct-input-prefix-text[data-v-bf7ff99d],
6246
- .gct-input-suffix-text[data-v-bf7ff99d] {
6264
+ .gct-input-prefix-text[data-v-6fcf124f],
6265
+ .gct-input-suffix-text[data-v-6fcf124f] {
6247
6266
  color: rgba(0, 0, 0, 0.45);
6248
6267
  }
6249
- .gct-input-prefix-icon[data-v-bf7ff99d],
6250
- .gct-input-suffix-icon[data-v-bf7ff99d] {
6268
+ .gct-input-prefix-icon[data-v-6fcf124f],
6269
+ .gct-input-suffix-icon[data-v-6fcf124f] {
6251
6270
  display: inline-flex;
6252
6271
  align-items: center;
6253
6272
  color: rgba(0, 0, 0, 0.45);
6254
6273
  }
6255
- .gct-input-append-icon[data-v-bf7ff99d] {
6274
+ .gct-input-append-icon[data-v-6fcf124f] {
6256
6275
  display: flex;
6257
6276
  align-items: center;
6258
6277
  padding-right: 6px;
6259
6278
  color: rgba(0, 0, 0, 0.45);
6260
6279
  }
6261
- .gct-input-prepend-icon[data-v-bf7ff99d] {
6280
+ .gct-input-prepend-icon[data-v-6fcf124f] {
6262
6281
  display: flex;
6263
6282
  align-items: center;
6264
6283
  padding-left: 6px;
6265
6284
  color: rgba(0, 0, 0, 0.45);
6266
6285
  }
6267
- .gct-input-clear-icon[data-v-bf7ff99d] {
6286
+ .gct-input-clear-icon[data-v-6fcf124f] {
6268
6287
  display: flex;
6269
6288
  align-items: center;
6270
6289
  margin: 0 8px;
@@ -6272,11 +6291,11 @@
6272
6291
  opacity: 0;
6273
6292
  z-index: 99;
6274
6293
  }
6275
- .gct-input-clear-icon:hover .gct-icon[data-v-bf7ff99d] {
6294
+ .gct-input-clear-icon:hover .gct-icon[data-v-6fcf124f] {
6276
6295
  transition: color 0.3s;
6277
6296
  color: rgba(0, 0, 0, 0.45);
6278
6297
  }
6279
- .gct-input-count[data-v-bf7ff99d] {
6298
+ .gct-input-count[data-v-6fcf124f] {
6280
6299
  position: absolute;
6281
6300
  right: 4px;
6282
6301
  color: rgba(0, 0, 0, 0.45);
@@ -6285,7 +6304,7 @@
6285
6304
  top: 50%;
6286
6305
  transform: translateY(-50%);
6287
6306
  }
6288
- .gct-input-clear-icon-default[data-v-bf7ff99d] {
6307
+ .gct-input-clear-icon-default[data-v-6fcf124f] {
6289
6308
  font-size: 12px;
6290
6309
  width: 12px;
6291
6310
  height: 12px;
@@ -6294,36 +6313,36 @@
6294
6313
  justify-content: center;
6295
6314
  }
6296
6315
  /* 适配不同尺寸的包装器 */
6297
- .gct-input-affix-wrapper-lg .gct-input-prepend-icon[data-v-bf7ff99d],
6298
- .gct-input-affix-wrapper-lg .gct-input-append-icon[data-v-bf7ff99d] {
6316
+ .gct-input-affix-wrapper-lg .gct-input-prepend-icon[data-v-6fcf124f],
6317
+ .gct-input-affix-wrapper-lg .gct-input-append-icon[data-v-6fcf124f] {
6299
6318
  padding: 0 12px;
6300
6319
  }
6301
- .gct-input-affix-wrapper-sm .gct-input-prepend-icon[data-v-bf7ff99d],
6302
- .gct-input-affix-wrapper-sm .gct-input-append-icon[data-v-bf7ff99d] {
6320
+ .gct-input-affix-wrapper-sm .gct-input-prepend-icon[data-v-6fcf124f],
6321
+ .gct-input-affix-wrapper-sm .gct-input-append-icon[data-v-6fcf124f] {
6303
6322
  padding: 0 6px;
6304
6323
  }
6305
- .gct-input-affix-wrapper-lg .gct-input-search-button[data-v-bf7ff99d] {
6324
+ .gct-input-affix-wrapper-lg .gct-input-search-button[data-v-6fcf124f] {
6306
6325
  padding: 0 12px;
6307
6326
  }
6308
- .gct-input-affix-wrapper-sm .gct-input-search-button[data-v-bf7ff99d] {
6327
+ .gct-input-affix-wrapper-sm .gct-input-search-button[data-v-6fcf124f] {
6309
6328
  padding: 0 8px;
6310
6329
  }
6311
6330
  /* 响应式调整 */
6312
6331
  @media (max-width: 768px) {
6313
- .gct-input-wrapper[data-v-bf7ff99d] {
6332
+ .gct-input-wrapper[data-v-6fcf124f] {
6314
6333
  font-size: 16px;
6315
6334
  /* 移动端防止缩放 */
6316
6335
  }
6317
- .gct-input[data-v-bf7ff99d],
6318
- .gct-input-textarea[data-v-bf7ff99d] {
6336
+ .gct-input[data-v-6fcf124f],
6337
+ .gct-input-textarea[data-v-6fcf124f] {
6319
6338
  font-size: 16px;
6320
6339
  }
6321
6340
  }
6322
- input[data-v-bf7ff99d]::placeholder {
6341
+ input[data-v-6fcf124f]::placeholder {
6323
6342
  color: rgba(0, 0, 0, 0.25);
6324
6343
  opacity: 1;
6325
6344
  }
6326
- .gct-input-number[data-v-5f4b0e33] {
6345
+ .gct-input-number[data-v-4b906773] {
6327
6346
  display: inline-flex;
6328
6347
  align-items: stretch;
6329
6348
  border: 1px solid #d9d9d9;
@@ -6333,10 +6352,10 @@ input[data-v-bf7ff99d]::placeholder {
6333
6352
  transition: border-color 0.3s;
6334
6353
  box-sizing: border-box;
6335
6354
  }
6336
- .gct-input-number[data-v-5f4b0e33]:has(input:focus) {
6355
+ .gct-input-number[data-v-4b906773]:has(input:focus) {
6337
6356
  border-color: #026ac8;
6338
6357
  }
6339
- .gct-input-number input[data-v-5f4b0e33] {
6358
+ .gct-input-number input[data-v-4b906773] {
6340
6359
  width: 100%;
6341
6360
  padding: 4px 8px;
6342
6361
  border: none;
@@ -6344,10 +6363,10 @@ input[data-v-bf7ff99d]::placeholder {
6344
6363
  font-size: 14px;
6345
6364
  line-height: 1.5715;
6346
6365
  }
6347
- .gct-input-number input:focus ~ .gct-input-number-clear-icon[data-v-5f4b0e33] {
6366
+ .gct-input-number input:focus ~ .gct-input-number-clear-icon[data-v-4b906773] {
6348
6367
  opacity: 1;
6349
6368
  }
6350
- .gct-input-number .gct-input-number-clear-icon[data-v-5f4b0e33] {
6369
+ .gct-input-number .gct-input-number-clear-icon[data-v-4b906773] {
6351
6370
  display: flex;
6352
6371
  align-items: center;
6353
6372
  margin: 0 8px;
@@ -6355,11 +6374,11 @@ input[data-v-bf7ff99d]::placeholder {
6355
6374
  opacity: 0;
6356
6375
  z-index: 99;
6357
6376
  }
6358
- .gct-input-number .gct-input-number-clear-icon:hover .gct-icon[data-v-5f4b0e33] {
6377
+ .gct-input-number .gct-input-number-clear-icon:hover .gct-icon[data-v-4b906773] {
6359
6378
  transition: color 0.3s;
6360
6379
  color: rgba(0, 0, 0, 0.45);
6361
6380
  }
6362
- .gct-input-number .gct-input-number-clear-icon-default[data-v-5f4b0e33] {
6381
+ .gct-input-number .gct-input-number-clear-icon-default[data-v-4b906773] {
6363
6382
  font-size: 12px;
6364
6383
  width: 12px;
6365
6384
  height: 12px;
@@ -6367,8 +6386,8 @@ input[data-v-bf7ff99d]::placeholder {
6367
6386
  align-items: center;
6368
6387
  justify-content: center;
6369
6388
  }
6370
- .gct-input-number .gct-input-number-prefix[data-v-5f4b0e33],
6371
- .gct-input-number .gct-input-number-suffix[data-v-5f4b0e33] {
6389
+ .gct-input-number .gct-input-number-prefix[data-v-4b906773],
6390
+ .gct-input-number .gct-input-number-suffix[data-v-4b906773] {
6372
6391
  display: flex;
6373
6392
  flex: none;
6374
6393
  align-items: center;
@@ -6378,23 +6397,23 @@ input[data-v-bf7ff99d]::placeholder {
6378
6397
  justify-content: center;
6379
6398
  background-color: rgba(0, 0, 0, 0.04);
6380
6399
  }
6381
- .gct-input-number .gct-input-number-prefix[data-v-5f4b0e33] {
6400
+ .gct-input-number .gct-input-number-prefix[data-v-4b906773] {
6382
6401
  margin-right: 4px;
6383
6402
  }
6384
- .gct-input-number .gct-input-number-suffix[data-v-5f4b0e33] {
6403
+ .gct-input-number .gct-input-number-suffix[data-v-4b906773] {
6385
6404
  border-left: 1px solid #d9d9d9;
6386
6405
  }
6387
- .gct-input-number .gct-input-number-prefix-text[data-v-5f4b0e33],
6388
- .gct-input-number .gct-input-number-suffix-text[data-v-5f4b0e33] {
6406
+ .gct-input-number .gct-input-number-prefix-text[data-v-4b906773],
6407
+ .gct-input-number .gct-input-number-suffix-text[data-v-4b906773] {
6389
6408
  color: rgba(0, 0, 0, 0.45);
6390
6409
  line-height: 22px;
6391
6410
  }
6392
- .gct-input-number .stepper[data-v-5f4b0e33] {
6411
+ .gct-input-number .stepper[data-v-4b906773] {
6393
6412
  display: flex;
6394
6413
  flex-direction: column;
6395
6414
  gap: 2px;
6396
6415
  }
6397
- .gct-input-number .stepper .step[data-v-5f4b0e33] {
6416
+ .gct-input-number .stepper .step[data-v-4b906773] {
6398
6417
  line-height: 0;
6399
6418
  width: 20px;
6400
6419
  height: 50%;
@@ -6406,23 +6425,23 @@ input[data-v-bf7ff99d]::placeholder {
6406
6425
  user-select: none;
6407
6426
  transition: all 0.3s;
6408
6427
  }
6409
- .gct-input-number .stepper .step[data-v-5f4b0e33]:hover:not(.disabled) {
6428
+ .gct-input-number .stepper .step[data-v-4b906773]:hover:not(.disabled) {
6410
6429
  background-color: rgba(2, 106, 200, 0.18);
6411
6430
  }
6412
- .gct-input-number .stepper .step:hover:not(.disabled) .gct-icon[data-v-5f4b0e33] {
6431
+ .gct-input-number .stepper .step:hover:not(.disabled) .gct-icon[data-v-4b906773] {
6413
6432
  color: #026ac8;
6414
6433
  }
6415
- .gct-input-number .stepper .step.disabled[data-v-5f4b0e33] {
6434
+ .gct-input-number .stepper .step.disabled[data-v-4b906773] {
6416
6435
  cursor: not-allowed;
6417
6436
  color: #ccc;
6418
6437
  }
6419
- .gct-input-number .handler[data-v-5f4b0e33] {
6438
+ .gct-input-number .handler[data-v-4b906773] {
6420
6439
  display: flex;
6421
6440
  flex-direction: column;
6422
6441
  border-left: 1px solid #d9d9d9;
6423
6442
  background: #fafafa;
6424
6443
  }
6425
- .gct-input-number .handler span[data-v-5f4b0e33] {
6444
+ .gct-input-number .handler span[data-v-4b906773] {
6426
6445
  width: 20px;
6427
6446
  height: 50%;
6428
6447
  display: flex;
@@ -6432,19 +6451,19 @@ input[data-v-bf7ff99d]::placeholder {
6432
6451
  cursor: pointer;
6433
6452
  user-select: none;
6434
6453
  }
6435
- .gct-input-number .handler span[data-v-5f4b0e33]:hover:not(.disabled) {
6454
+ .gct-input-number .handler span[data-v-4b906773]:hover:not(.disabled) {
6436
6455
  background: #f0f0f0;
6437
6456
  }
6438
- .gct-input-number .handler span.disabled[data-v-5f4b0e33] {
6457
+ .gct-input-number .handler span.disabled[data-v-4b906773] {
6439
6458
  cursor: not-allowed;
6440
6459
  color: #ccc;
6441
6460
  }
6442
- .gct-input-number.disabled[data-v-5f4b0e33] {
6461
+ .gct-input-number.disabled[data-v-4b906773] {
6443
6462
  background: #f5f5f5;
6444
6463
  pointer-events: none;
6445
6464
  opacity: 0.7;
6446
6465
  }
6447
- input[data-v-5f4b0e33]::placeholder {
6466
+ input[data-v-4b906773]::placeholder {
6448
6467
  color: rgba(0, 0, 0, 0.25);
6449
6468
  opacity: 1;
6450
6469
  }
@@ -7523,7 +7542,7 @@ textarea[data-v-57fe54a3]::placeholder {
7523
7542
  .avatar--horizontal .avatar__name[data-v-b2773d93] {
7524
7543
  margin-left: 6px;
7525
7544
  }
7526
- .hidden-input[data-v-fc40fb60] {
7545
+ .hidden-input[data-v-58dae928] {
7527
7546
  position: absolute;
7528
7547
  resize: none;
7529
7548
  border: none;
@@ -7637,7 +7656,7 @@ textarea[data-v-57fe54a3]::placeholder {
7637
7656
  width: 100%;
7638
7657
  height: 100%;
7639
7658
  }
7640
- .widget-container-action[data-v-57af50f0] {
7659
+ .widget-container-action[data-v-fdedefbc] {
7641
7660
  position: absolute;
7642
7661
  inset: 0;
7643
7662
  z-index: 999;
@@ -7645,7 +7664,7 @@ textarea[data-v-57fe54a3]::placeholder {
7645
7664
  height: 0;
7646
7665
  pointer-events: all;
7647
7666
  }
7648
- .picker-trigger[data-v-57af50f0] {
7667
+ .picker-trigger[data-v-fdedefbc] {
7649
7668
  width: 100%;
7650
7669
  height: 100%;
7651
7670
  display: flex;
@@ -7656,14 +7675,14 @@ textarea[data-v-57fe54a3]::placeholder {
7656
7675
  box-sizing: border-box;
7657
7676
  border-radius: 2px;
7658
7677
  }
7659
- .picker-trigger.disabled[data-v-57af50f0] {
7678
+ .picker-trigger.disabled[data-v-fdedefbc] {
7660
7679
  cursor: not-allowed;
7661
7680
  border: 1px solid rgba(13, 13, 13, 0.12);
7662
7681
  }
7663
- .picker-trigger.disabled .gct-icon[data-v-57af50f0] {
7682
+ .picker-trigger.disabled .gct-icon[data-v-fdedefbc] {
7664
7683
  color: rgba(0, 0, 0, 0.25);
7665
7684
  }
7666
- .picker-trigger.readonly[data-v-57af50f0] {
7685
+ .picker-trigger.readonly[data-v-fdedefbc] {
7667
7686
  cursor: default;
7668
7687
  }
7669
7688
  .resize-box[data-v-788ab62c] {
@@ -7798,7 +7817,7 @@ textarea[data-v-57fe54a3]::placeholder {
7798
7817
  user-select: none;
7799
7818
  cursor: pointer;
7800
7819
  }
7801
- .table-action[data-v-a2a0f070] {
7820
+ .table-action[data-v-47aab70a] {
7802
7821
  position: absolute;
7803
7822
  inset: 0;
7804
7823
  z-index: 999;
@@ -7807,47 +7826,47 @@ textarea[data-v-57fe54a3]::placeholder {
7807
7826
  width: 0;
7808
7827
  height: 0;
7809
7828
  }
7810
- .table-action.preview[data-v-a2a0f070] {
7829
+ .table-action.preview[data-v-47aab70a] {
7811
7830
  pointer-events: none;
7812
7831
  }
7813
- .table-action .guide-line[data-v-a2a0f070] {
7832
+ .table-action .guide-line[data-v-47aab70a] {
7814
7833
  position: absolute;
7815
7834
  pointer-events: none;
7816
7835
  background: #026ac8;
7817
7836
  }
7818
- .table-action .guide-line.vertical[data-v-a2a0f070] {
7837
+ .table-action .guide-line.vertical[data-v-47aab70a] {
7819
7838
  top: 0;
7820
7839
  width: 2px;
7821
7840
  z-index: 99;
7822
7841
  }
7823
- .table-action .guide-line.horizontal[data-v-a2a0f070] {
7842
+ .table-action .guide-line.horizontal[data-v-47aab70a] {
7824
7843
  left: 0;
7825
7844
  height: 2px;
7826
7845
  z-index: 99;
7827
7846
  }
7828
- .table-action .guide-resize-handle[data-v-a2a0f070] {
7847
+ .table-action .guide-resize-handle[data-v-47aab70a] {
7829
7848
  position: absolute;
7830
7849
  z-index: 99;
7831
7850
  background: transparent;
7832
7851
  }
7833
- .table-action .guide-resize-handle[data-v-a2a0f070]:hover {
7852
+ .table-action .guide-resize-handle[data-v-47aab70a]:hover {
7834
7853
  background: #026ac8;
7835
7854
  }
7836
- .table-action .guide-resize-handle.is-drag[data-v-a2a0f070] {
7855
+ .table-action .guide-resize-handle.is-drag[data-v-47aab70a] {
7837
7856
  display: none;
7838
7857
  }
7839
- .table-action .guide-resize-handle.col-resize-handle[data-v-a2a0f070] {
7858
+ .table-action .guide-resize-handle.col-resize-handle[data-v-47aab70a] {
7840
7859
  width: 2px;
7841
7860
  top: 100%;
7842
7861
  left: 100%;
7843
7862
  cursor: col-resize;
7844
7863
  }
7845
- .table-action .guide-resize-handle.row-resize-handle[data-v-a2a0f070] {
7864
+ .table-action .guide-resize-handle.row-resize-handle[data-v-47aab70a] {
7846
7865
  height: 2px;
7847
7866
  left: 100%;
7848
7867
  cursor: row-resize;
7849
7868
  }
7850
- .table-action .corner[data-v-a2a0f070] {
7869
+ .table-action .corner[data-v-47aab70a] {
7851
7870
  position: absolute;
7852
7871
  left: -10px;
7853
7872
  top: -10px;
@@ -7858,13 +7877,13 @@ textarea[data-v-57fe54a3]::placeholder {
7858
7877
  cursor: pointer;
7859
7878
  transition: background 0.2s;
7860
7879
  }
7861
- .table-action .corner[data-v-a2a0f070]:hover {
7880
+ .table-action .corner[data-v-47aab70a]:hover {
7862
7881
  background: #d4d4d4;
7863
7882
  }
7864
- .table-action .corner.active[data-v-a2a0f070] {
7883
+ .table-action .corner.active[data-v-47aab70a] {
7865
7884
  background: #026ac8;
7866
7885
  }
7867
- .table-action .corner .remove-all-btn[data-v-a2a0f070] {
7886
+ .table-action .corner .remove-all-btn[data-v-47aab70a] {
7868
7887
  position: absolute;
7869
7888
  border: 1px solid #dadada;
7870
7889
  width: 20px;
@@ -7879,37 +7898,37 @@ textarea[data-v-57fe54a3]::placeholder {
7879
7898
  top: -22px;
7880
7899
  left: -22px;
7881
7900
  }
7882
- .table-action .corner .remove-all-btn[data-v-a2a0f070]:hover {
7901
+ .table-action .corner .remove-all-btn[data-v-47aab70a]:hover {
7883
7902
  border-color: #ff4d4f;
7884
7903
  }
7885
- .table-action .corner .remove-all-btn[data-v-a2a0f070]:hover .gct-icon {
7904
+ .table-action .corner .remove-all-btn[data-v-47aab70a]:hover .gct-icon {
7886
7905
  color: #ff4d4f !important;
7887
7906
  }
7888
- .table-action .col-headers[data-v-a2a0f070],
7889
- .table-action .row-headers[data-v-a2a0f070] {
7907
+ .table-action .col-headers[data-v-47aab70a],
7908
+ .table-action .row-headers[data-v-47aab70a] {
7890
7909
  position: absolute;
7891
7910
  }
7892
- .table-action .header-handle[data-v-a2a0f070] {
7911
+ .table-action .header-handle[data-v-47aab70a] {
7893
7912
  background: #f0f0f0;
7894
7913
  cursor: pointer;
7895
7914
  transition: background 0.2s;
7896
7915
  box-sizing: border-box;
7897
7916
  }
7898
- .table-action .header-handle[data-v-a2a0f070]:hover {
7917
+ .table-action .header-handle[data-v-47aab70a]:hover {
7899
7918
  background: #d4d4d4;
7900
7919
  }
7901
- .table-action .header-handle.active[data-v-a2a0f070] {
7920
+ .table-action .header-handle.active[data-v-47aab70a] {
7902
7921
  background: #026ac8;
7903
7922
  }
7904
- .table-action .header-handle.active.is-remove-hover[data-v-a2a0f070] {
7923
+ .table-action .header-handle.active.is-remove-hover[data-v-47aab70a] {
7905
7924
  transition: background 0s;
7906
7925
  background: rgba(255, 77, 79, 0.6);
7907
7926
  }
7908
- .table-action .add-btn[data-v-a2a0f070] {
7927
+ .table-action .add-btn[data-v-47aab70a] {
7909
7928
  position: absolute;
7910
7929
  pointer-events: auto;
7911
7930
  }
7912
- .table-action .add-btn[data-v-a2a0f070] .gct-icon {
7931
+ .table-action .add-btn[data-v-47aab70a] .gct-icon {
7913
7932
  position: absolute;
7914
7933
  width: 20px;
7915
7934
  height: 20px;
@@ -7922,11 +7941,11 @@ textarea[data-v-57fe54a3]::placeholder {
7922
7941
  cursor: pointer;
7923
7942
  box-sizing: border-box;
7924
7943
  }
7925
- .table-action .add-btn[data-v-a2a0f070] .gct-icon:hover {
7944
+ .table-action .add-btn[data-v-47aab70a] .gct-icon:hover {
7926
7945
  border-color: #026ac8;
7927
7946
  color: #026ac8 !important;
7928
7947
  }
7929
- .table-action .remove-btn[data-v-a2a0f070] {
7948
+ .table-action .remove-btn[data-v-47aab70a] {
7930
7949
  position: absolute;
7931
7950
  border: 1px solid #dadada;
7932
7951
  width: 20px;
@@ -7939,20 +7958,20 @@ textarea[data-v-57fe54a3]::placeholder {
7939
7958
  box-sizing: border-box;
7940
7959
  cursor: pointer;
7941
7960
  }
7942
- .table-action .remove-btn[data-v-a2a0f070]:hover {
7961
+ .table-action .remove-btn[data-v-47aab70a]:hover {
7943
7962
  border-color: #ff4d4f;
7944
7963
  }
7945
- .table-action .remove-btn[data-v-a2a0f070]:hover .gct-icon {
7964
+ .table-action .remove-btn[data-v-47aab70a]:hover .gct-icon {
7946
7965
  color: #ff4d4f !important;
7947
7966
  }
7948
- .table-action .col-headers[data-v-a2a0f070] {
7967
+ .table-action .col-headers[data-v-47aab70a] {
7949
7968
  top: -10px;
7950
7969
  display: flex;
7951
7970
  }
7952
- .table-action .col-headers .col-header[data-v-a2a0f070] {
7971
+ .table-action .col-headers .col-header[data-v-47aab70a] {
7953
7972
  position: relative;
7954
7973
  }
7955
- .table-action .col-headers .col-header .col-header-handle[data-v-a2a0f070] {
7974
+ .table-action .col-headers .col-header .col-header-handle[data-v-47aab70a] {
7956
7975
  background: #f0f0f0;
7957
7976
  cursor: pointer;
7958
7977
  transition: background 0.2s;
@@ -7960,24 +7979,24 @@ textarea[data-v-57fe54a3]::placeholder {
7960
7979
  height: 10px;
7961
7980
  border-left: 1px solid #dadada;
7962
7981
  }
7963
- .table-action .col-headers .col-header .col-header-handle[data-v-a2a0f070]:hover {
7982
+ .table-action .col-headers .col-header .col-header-handle[data-v-47aab70a]:hover {
7964
7983
  background: #d4d4d4;
7965
7984
  }
7966
- .table-action .col-headers .col-header .col-header-handle.active[data-v-a2a0f070] {
7985
+ .table-action .col-headers .col-header .col-header-handle.active[data-v-47aab70a] {
7967
7986
  background: #026ac8;
7968
7987
  }
7969
- .table-action .col-headers .col-header .col-header-handle.active.is-remove-hover[data-v-a2a0f070] {
7988
+ .table-action .col-headers .col-header .col-header-handle.active.is-remove-hover[data-v-47aab70a] {
7970
7989
  transition: background 0s;
7971
7990
  background: rgba(255, 77, 79, 0.6);
7972
7991
  }
7973
- .table-action .col-headers .col-header .col-add-btn[data-v-a2a0f070] {
7992
+ .table-action .col-headers .col-header .col-add-btn[data-v-47aab70a] {
7974
7993
  position: absolute;
7975
7994
  pointer-events: auto;
7976
7995
  width: 100%;
7977
7996
  height: 24px;
7978
7997
  top: -24px;
7979
7998
  }
7980
- .table-action .col-headers .col-header .col-add-btn[data-v-a2a0f070] .gct-icon {
7999
+ .table-action .col-headers .col-header .col-add-btn[data-v-47aab70a] .gct-icon {
7981
8000
  position: absolute;
7982
8001
  width: 20px;
7983
8002
  height: 20px;
@@ -7990,18 +8009,18 @@ textarea[data-v-57fe54a3]::placeholder {
7990
8009
  cursor: pointer;
7991
8010
  box-sizing: border-box;
7992
8011
  }
7993
- .table-action .col-headers .col-header .col-add-btn[data-v-a2a0f070] .gct-icon:hover {
8012
+ .table-action .col-headers .col-header .col-add-btn[data-v-47aab70a] .gct-icon:hover {
7994
8013
  border-color: #026ac8;
7995
8014
  color: #026ac8 !important;
7996
8015
  }
7997
- .table-action .col-headers .col-header .col-add-btn[data-v-a2a0f070] .gct-icon.left {
8016
+ .table-action .col-headers .col-header .col-add-btn[data-v-47aab70a] .gct-icon.left {
7998
8017
  transform: translateX(-50%);
7999
8018
  }
8000
- .table-action .col-headers .col-header .col-add-btn[data-v-a2a0f070] .gct-icon.right {
8019
+ .table-action .col-headers .col-header .col-add-btn[data-v-47aab70a] .gct-icon.right {
8001
8020
  left: 100%;
8002
8021
  transform: translateX(-50%);
8003
8022
  }
8004
- .table-action .col-headers .col-header .col-remove-btn[data-v-a2a0f070] {
8023
+ .table-action .col-headers .col-header .col-remove-btn[data-v-47aab70a] {
8005
8024
  position: absolute;
8006
8025
  border: 1px solid #dadada;
8007
8026
  width: 20px;
@@ -8017,29 +8036,29 @@ textarea[data-v-57fe54a3]::placeholder {
8017
8036
  transform: translateX(-50%);
8018
8037
  left: 50%;
8019
8038
  }
8020
- .table-action .col-headers .col-header .col-remove-btn[data-v-a2a0f070]:hover {
8039
+ .table-action .col-headers .col-header .col-remove-btn[data-v-47aab70a]:hover {
8021
8040
  border-color: #ff4d4f;
8022
8041
  }
8023
- .table-action .col-headers .col-header .col-remove-btn[data-v-a2a0f070]:hover .gct-icon {
8042
+ .table-action .col-headers .col-header .col-remove-btn[data-v-47aab70a]:hover .gct-icon {
8024
8043
  color: #ff4d4f !important;
8025
8044
  }
8026
- .table-action .col-headers .col-header:first-child .col-add-btn[data-v-a2a0f070] .gct-icon.left {
8045
+ .table-action .col-headers .col-header:first-child .col-add-btn[data-v-47aab70a] .gct-icon.left {
8027
8046
  left: 0;
8028
8047
  transform: translateX(0);
8029
8048
  }
8030
- .table-action .col-headers .col-header:last-child .col-header-handle[data-v-a2a0f070] {
8049
+ .table-action .col-headers .col-header:last-child .col-header-handle[data-v-47aab70a] {
8031
8050
  border-top-right-radius: 6px;
8032
8051
  }
8033
- .table-action .col-headers .col-header:last-child .col-add-btn[data-v-a2a0f070] .gct-icon.right {
8052
+ .table-action .col-headers .col-header:last-child .col-add-btn[data-v-47aab70a] .gct-icon.right {
8034
8053
  transform: translateX(-100%);
8035
8054
  }
8036
- .table-action .row-headers[data-v-a2a0f070] {
8055
+ .table-action .row-headers[data-v-47aab70a] {
8037
8056
  left: -10px;
8038
8057
  }
8039
- .table-action .row-headers .row-header[data-v-a2a0f070] {
8058
+ .table-action .row-headers .row-header[data-v-47aab70a] {
8040
8059
  position: relative;
8041
8060
  }
8042
- .table-action .row-headers .row-header .row-header-handle[data-v-a2a0f070] {
8061
+ .table-action .row-headers .row-header .row-header-handle[data-v-47aab70a] {
8043
8062
  background: #f0f0f0;
8044
8063
  cursor: pointer;
8045
8064
  transition: background 0.2s;
@@ -8047,17 +8066,17 @@ textarea[data-v-57fe54a3]::placeholder {
8047
8066
  width: 10px;
8048
8067
  border-top: 1px solid #dadada;
8049
8068
  }
8050
- .table-action .row-headers .row-header .row-header-handle[data-v-a2a0f070]:hover {
8069
+ .table-action .row-headers .row-header .row-header-handle[data-v-47aab70a]:hover {
8051
8070
  background: #d4d4d4;
8052
8071
  }
8053
- .table-action .row-headers .row-header .row-header-handle.active[data-v-a2a0f070] {
8072
+ .table-action .row-headers .row-header .row-header-handle.active[data-v-47aab70a] {
8054
8073
  background: #026ac8;
8055
8074
  }
8056
- .table-action .row-headers .row-header .row-header-handle.active.is-remove-hover[data-v-a2a0f070] {
8075
+ .table-action .row-headers .row-header .row-header-handle.active.is-remove-hover[data-v-47aab70a] {
8057
8076
  transition: background 0s;
8058
8077
  background: rgba(255, 77, 79, 0.6);
8059
8078
  }
8060
- .table-action .row-headers .row-header .row-add-btn[data-v-a2a0f070] {
8079
+ .table-action .row-headers .row-header .row-add-btn[data-v-47aab70a] {
8061
8080
  position: absolute;
8062
8081
  pointer-events: auto;
8063
8082
  width: 24px;
@@ -8065,7 +8084,7 @@ textarea[data-v-57fe54a3]::placeholder {
8065
8084
  left: -24px;
8066
8085
  top: 0;
8067
8086
  }
8068
- .table-action .row-headers .row-header .row-add-btn[data-v-a2a0f070] .gct-icon {
8087
+ .table-action .row-headers .row-header .row-add-btn[data-v-47aab70a] .gct-icon {
8069
8088
  position: absolute;
8070
8089
  width: 20px;
8071
8090
  height: 20px;
@@ -8078,19 +8097,19 @@ textarea[data-v-57fe54a3]::placeholder {
8078
8097
  cursor: pointer;
8079
8098
  box-sizing: border-box;
8080
8099
  }
8081
- .table-action .row-headers .row-header .row-add-btn[data-v-a2a0f070] .gct-icon:hover {
8100
+ .table-action .row-headers .row-header .row-add-btn[data-v-47aab70a] .gct-icon:hover {
8082
8101
  border-color: #026ac8;
8083
8102
  color: #026ac8 !important;
8084
8103
  }
8085
- .table-action .row-headers .row-header .row-add-btn[data-v-a2a0f070] .gct-icon.top {
8104
+ .table-action .row-headers .row-header .row-add-btn[data-v-47aab70a] .gct-icon.top {
8086
8105
  top: 0;
8087
8106
  transform: translateY(-50%);
8088
8107
  }
8089
- .table-action .row-headers .row-header .row-add-btn[data-v-a2a0f070] .gct-icon.bottom {
8108
+ .table-action .row-headers .row-header .row-add-btn[data-v-47aab70a] .gct-icon.bottom {
8090
8109
  top: 100%;
8091
8110
  transform: translateY(-50%);
8092
8111
  }
8093
- .table-action .row-headers .row-header .row-remove-btn[data-v-a2a0f070] {
8112
+ .table-action .row-headers .row-header .row-remove-btn[data-v-47aab70a] {
8094
8113
  position: absolute;
8095
8114
  border: 1px solid #dadada;
8096
8115
  width: 20px;
@@ -8106,32 +8125,32 @@ textarea[data-v-57fe54a3]::placeholder {
8106
8125
  top: 50%;
8107
8126
  transform: translateY(-50%);
8108
8127
  }
8109
- .table-action .row-headers .row-header .row-remove-btn[data-v-a2a0f070]:hover {
8128
+ .table-action .row-headers .row-header .row-remove-btn[data-v-47aab70a]:hover {
8110
8129
  border-color: #ff4d4f;
8111
8130
  }
8112
- .table-action .row-headers .row-header .row-remove-btn[data-v-a2a0f070]:hover .gct-icon {
8131
+ .table-action .row-headers .row-header .row-remove-btn[data-v-47aab70a]:hover .gct-icon {
8113
8132
  color: #ff4d4f !important;
8114
8133
  }
8115
- .table-action .row-headers .row-header:first-child .row-add-btn[data-v-a2a0f070] .gct-icon.top {
8134
+ .table-action .row-headers .row-header:first-child .row-add-btn[data-v-47aab70a] .gct-icon.top {
8116
8135
  transform: translateY(0);
8117
8136
  }
8118
- .table-action .row-headers .row-header:last-child .row-header-handle[data-v-a2a0f070] {
8137
+ .table-action .row-headers .row-header:last-child .row-header-handle[data-v-47aab70a] {
8119
8138
  border-bottom-left-radius: 6px;
8120
8139
  }
8121
- .table-action .row-headers .row-header:last-child .row-add-btn[data-v-a2a0f070] .gct-icon.bottom {
8140
+ .table-action .row-headers .row-header:last-child .row-add-btn[data-v-47aab70a] .gct-icon.bottom {
8122
8141
  transform: translateY(-100%);
8123
8142
  }
8124
- .sub-table-action[data-v-19e46d18] {
8143
+ .sub-table-action[data-v-adc8fb9a] {
8125
8144
  position: absolute;
8126
8145
  z-index: 999;
8127
8146
  }
8128
- .sub-table-action-content[data-v-19e46d18] {
8147
+ .sub-table-action-content[data-v-adc8fb9a] {
8129
8148
  display: flex;
8130
8149
  align-items: center;
8131
8150
  gap: 4px;
8132
8151
  padding: 4px;
8133
8152
  }
8134
- .action-group[data-v-19e46d18] {
8153
+ .action-group[data-v-adc8fb9a] {
8135
8154
  display: flex;
8136
8155
  align-items: center;
8137
8156
  gap: 4px;
@@ -8139,15 +8158,15 @@ textarea[data-v-57fe54a3]::placeholder {
8139
8158
  border-radius: 4px;
8140
8159
  overflow: hidden;
8141
8160
  }
8142
- .action-group .sub-table-btn[data-v-19e46d18] {
8161
+ .action-group .sub-table-btn[data-v-adc8fb9a] {
8143
8162
  border-radius: 0;
8144
8163
  }
8145
- .sub-table-action-bar[data-v-19e46d18],
8146
- .sub-table-action-content[data-v-19e46d18] {
8164
+ .sub-table-action-bar[data-v-adc8fb9a],
8165
+ .sub-table-action-content[data-v-adc8fb9a] {
8147
8166
  pointer-events: auto;
8148
8167
  user-select: none;
8149
8168
  }
8150
- .sub-table-btn[data-v-19e46d18] {
8169
+ .sub-table-btn[data-v-adc8fb9a] {
8151
8170
  display: flex;
8152
8171
  align-items: center;
8153
8172
  justify-content: center;
@@ -8157,25 +8176,25 @@ textarea[data-v-57fe54a3]::placeholder {
8157
8176
  border-radius: 4px;
8158
8177
  cursor: pointer;
8159
8178
  }
8160
- .sub-table-btn.delete-icon[data-v-19e46d18] {
8179
+ .sub-table-btn.delete-icon[data-v-adc8fb9a] {
8161
8180
  border: none;
8162
8181
  background-color: #ff7875;
8163
8182
  }
8164
- .insert-row-container[data-v-19e46d18] {
8183
+ .insert-row-container[data-v-adc8fb9a] {
8165
8184
  padding: 6px;
8166
8185
  }
8167
- .insert-row-container .insert-row-item[data-v-19e46d18] {
8186
+ .insert-row-container .insert-row-item[data-v-adc8fb9a] {
8168
8187
  display: flex;
8169
8188
  align-items: center;
8170
8189
  gap: 8px;
8171
8190
  padding: 5px 8px;
8172
8191
  cursor: pointer;
8173
8192
  }
8174
- .insert-row-container .insert-row-item[data-v-19e46d18]:hover {
8193
+ .insert-row-container .insert-row-item[data-v-adc8fb9a]:hover {
8175
8194
  background: rgba(13, 13, 13, 0.06);
8176
8195
  border-radius: 4px;
8177
8196
  }
8178
- .insert-row-container .insert-row-item .title[data-v-19e46d18] {
8197
+ .insert-row-container .insert-row-item .title[data-v-adc8fb9a] {
8179
8198
  font-size: 14px;
8180
8199
  line-height: 28px;
8181
8200
  color: #0d0d0d;
@@ -8439,37 +8458,37 @@ textarea[data-v-57fe54a3]::placeholder {
8439
8458
  .vc-chrome-picker.color-submenu-picker[data-v-cd12b35c] .body .fieldsWrap .toggle-icon {
8440
8459
  color: #999;
8441
8460
  }
8442
- .container[data-v-7e2d46c6] {
8461
+ .container[data-v-7ac9005c] {
8443
8462
  padding: 0 20px;
8444
8463
  }
8445
- .container[data-v-7e2d46c6] .form-item__label {
8464
+ .container[data-v-7ac9005c] .form-item__label {
8446
8465
  width: 40px;
8447
8466
  }
8448
- .container[data-v-d7b93bef] {
8467
+ .container[data-v-9e3d6c1b] {
8449
8468
  padding: 0 20px;
8450
8469
  }
8451
- .container[data-v-d7b93bef] .form-item__label {
8470
+ .container[data-v-9e3d6c1b] .form-item__label {
8452
8471
  width: 90px;
8453
8472
  }
8454
- .container[data-v-8f09ae3e] {
8473
+ .container[data-v-e376bf97] {
8455
8474
  padding: 0 20px;
8456
8475
  }
8457
- .container[data-v-8f09ae3e] .form-item__label {
8476
+ .container[data-v-e376bf97] .form-item__label {
8458
8477
  width: 80px;
8459
8478
  }
8460
- .items-container[data-v-12bc9666] {
8479
+ .items-container[data-v-66a2a1b2] {
8461
8480
  display: inline-flex;
8462
8481
  height: 42px;
8463
8482
  align-items: center;
8464
8483
  overflow: hidden;
8465
8484
  }
8466
- .ribbon-tab-item[data-v-12bc9666] {
8485
+ .ribbon-tab-item[data-v-66a2a1b2] {
8467
8486
  display: inline-flex;
8468
8487
  align-items: center;
8469
8488
  flex-shrink: 0;
8470
8489
  gap: 6px;
8471
8490
  }
8472
- .split-divider[data-v-12bc9666] {
8491
+ .split-divider[data-v-66a2a1b2] {
8473
8492
  display: inline-block;
8474
8493
  width: 1px;
8475
8494
  height: 16px;
@@ -8477,11 +8496,11 @@ textarea[data-v-57fe54a3]::placeholder {
8477
8496
  flex-shrink: 0;
8478
8497
  margin: 0 6px;
8479
8498
  }
8480
- .title-style-bottom-bar[data-v-12bc9666] {
8499
+ .title-style-bottom-bar[data-v-66a2a1b2] {
8481
8500
  padding: 8px;
8482
8501
  position: relative;
8483
8502
  }
8484
- .title-style-bottom-bar[data-v-12bc9666]::before {
8503
+ .title-style-bottom-bar[data-v-66a2a1b2]::before {
8485
8504
  content: '';
8486
8505
  height: 1px;
8487
8506
  background: #f0f0f0;
@@ -8492,11 +8511,11 @@ textarea[data-v-57fe54a3]::placeholder {
8492
8511
  margin-left: 8px;
8493
8512
  margin-right: 8px;
8494
8513
  }
8495
- .title-style-bottom-bar .content[data-v-12bc9666] {
8514
+ .title-style-bottom-bar .content[data-v-66a2a1b2] {
8496
8515
  padding: 6px 8px;
8497
8516
  border-radius: 4px;
8498
8517
  }
8499
- .title-style-bottom-bar .content[data-v-12bc9666]:hover {
8518
+ .title-style-bottom-bar .content[data-v-66a2a1b2]:hover {
8500
8519
  background: rgba(13, 13, 13, 0.06);
8501
8520
  }
8502
8521
  .v-popper__popper.paragraph-title-select-dropdown .option-label {
@@ -8629,17 +8648,17 @@ textarea[data-v-57fe54a3]::placeholder {
8629
8648
  .toolkit-item .area.active[data-v-2b1ef693] {
8630
8649
  background-color: #d4d9e2;
8631
8650
  }
8632
- .content-fields-wrapper[data-v-5450612d] {
8651
+ .content-fields-wrapper[data-v-c740a237] {
8633
8652
  overflow: hidden;
8634
8653
  position: relative;
8635
8654
  display: flex;
8636
8655
  flex-direction: column;
8637
8656
  height: 480px;
8638
8657
  }
8639
- .content-fields-wrapper .search[data-v-5450612d] {
8658
+ .content-fields-wrapper .search[data-v-c740a237] {
8640
8659
  padding: 12px 8px 6px;
8641
8660
  }
8642
- .content-fields-wrapper .container[data-v-5450612d] {
8661
+ .content-fields-wrapper .container[data-v-c740a237] {
8643
8662
  position: relative;
8644
8663
  display: flex;
8645
8664
  flex-direction: column;
@@ -8647,7 +8666,7 @@ textarea[data-v-57fe54a3]::placeholder {
8647
8666
  flex: 1;
8648
8667
  overflow: hidden;
8649
8668
  }
8650
- .content-fields-wrapper .container .field-list-wrap[data-v-5450612d] {
8669
+ .content-fields-wrapper .container .field-list-wrap[data-v-c740a237] {
8651
8670
  -webkit-box-flex: 1;
8652
8671
  -ms-flex: 1 1 0%;
8653
8672
  -webkit-flex: 1 1 0%;
@@ -8655,10 +8674,10 @@ textarea[data-v-57fe54a3]::placeholder {
8655
8674
  overflow: hidden;
8656
8675
  height: 100%;
8657
8676
  }
8658
- .content-fields-wrapper .container .field-list[data-v-5450612d] {
8677
+ .content-fields-wrapper .container .field-list[data-v-c740a237] {
8659
8678
  padding: 4px 6px;
8660
8679
  }
8661
- .content-fields-wrapper .container .item[data-v-5450612d] {
8680
+ .content-fields-wrapper .container .item[data-v-c740a237] {
8662
8681
  display: flex;
8663
8682
  align-items: center;
8664
8683
  padding: 5px 8px;
@@ -8670,35 +8689,35 @@ textarea[data-v-57fe54a3]::placeholder {
8670
8689
  user-select: none;
8671
8690
  flex-shrink: 0;
8672
8691
  }
8673
- .content-fields-wrapper .container .main[data-v-5450612d] {
8692
+ .content-fields-wrapper .container .main[data-v-c740a237] {
8674
8693
  color: #c3c3c3;
8675
8694
  padding: 4px 10px;
8676
8695
  }
8677
- .content-fields-wrapper .container .field[data-v-5450612d] {
8696
+ .content-fields-wrapper .container .field[data-v-c740a237] {
8678
8697
  color: #212528;
8679
8698
  border-radius: 4px;
8680
8699
  cursor: pointer;
8681
8700
  transition: all 0.3s ease;
8682
8701
  }
8683
- .content-fields-wrapper .container .field[data-v-5450612d]:hover {
8702
+ .content-fields-wrapper .container .field[data-v-c740a237]:hover {
8684
8703
  background: #f5f5f5;
8685
8704
  }
8686
- .content-fields-wrapper .container .field .field-icon[data-v-5450612d] {
8705
+ .content-fields-wrapper .container .field .field-icon[data-v-c740a237] {
8687
8706
  display: flex;
8688
8707
  align-items: center;
8689
8708
  justify-content: center;
8690
8709
  margin-right: 6px;
8691
8710
  }
8692
- .content-fields-wrapper .container .field .field-title[data-v-5450612d] {
8711
+ .content-fields-wrapper .container .field .field-title[data-v-c740a237] {
8693
8712
  overflow: hidden;
8694
8713
  font-size: 12px;
8695
8714
  text-overflow: ellipsis;
8696
8715
  white-space: nowrap;
8697
8716
  }
8698
- .content-fields-wrapper .container .field + .field[data-v-5450612d] {
8717
+ .content-fields-wrapper .container .field + .field[data-v-c740a237] {
8699
8718
  margin-top: 2px;
8700
8719
  }
8701
- .content-fields-wrapper .container .empty[data-v-5450612d] {
8720
+ .content-fields-wrapper .container .empty[data-v-c740a237] {
8702
8721
  position: absolute;
8703
8722
  left: 0;
8704
8723
  top: 0;
@@ -8739,7 +8758,7 @@ ul li[data-v-1e28101c] {
8739
8758
  ul li .widget-icon[data-v-1e28101c] {
8740
8759
  margin-right: 6px;
8741
8760
  }
8742
- .designer_toolkit-wrapper[data-v-0ead3dc7] {
8761
+ .designer_toolkit-wrapper[data-v-dddcd6f8] {
8743
8762
  position: relative;
8744
8763
  background: #f2f4f7;
8745
8764
  width: 48px;
@@ -8748,7 +8767,7 @@ ul li .widget-icon[data-v-1e28101c] {
8748
8767
  flex-direction: column;
8749
8768
  overflow: hidden;
8750
8769
  }
8751
- .designer_toolkit-wrapper[data-v-0ead3dc7]::after {
8770
+ .designer_toolkit-wrapper[data-v-dddcd6f8]::after {
8752
8771
  content: '';
8753
8772
  position: absolute;
8754
8773
  width: 1px;
@@ -8835,8 +8854,9 @@ ul li .widget-icon[data-v-1e28101c] {
8835
8854
  line-height: 22px;
8836
8855
  }
8837
8856
 
8838
- [data-v-2b04fa4f] .gct-input {
8857
+ [data-v-2e53d82b] .gct-input-number {
8839
8858
  text-align: center;
8859
+ width: 48px;
8840
8860
  }
8841
8861
  .context-menu {
8842
8862
  position: fixed;
@@ -9092,7 +9112,7 @@ ul li .widget-icon[data-v-1e28101c] {
9092
9112
  left: 0;
9093
9113
  height: 100%;
9094
9114
  }
9095
- .page-container[data-v-81ef140d] {
9115
+ .page-container[data-v-ddab7707] {
9096
9116
  position: absolute;
9097
9117
  top: 0;
9098
9118
  left: 0;
@@ -9101,7 +9121,7 @@ ul li .widget-icon[data-v-1e28101c] {
9101
9121
  width: fit-content;
9102
9122
  pointer-events: none;
9103
9123
  }
9104
- .render-container[data-v-6f52e110] {
9124
+ .render-container[data-v-02d21574] {
9105
9125
  overflow-y: auto;
9106
9126
  overflow-x: auto;
9107
9127
  white-space: normal;
@@ -9110,44 +9130,44 @@ ul li .widget-icon[data-v-1e28101c] {
9110
9130
  position: relative;
9111
9131
  background-color: #f0f0f0;
9112
9132
  }
9113
- .doc-design-layout[data-v-e7fd4de6] {
9133
+ .doc-design-layout[data-v-90a572b9] {
9114
9134
  display: flex;
9115
9135
  flex-direction: column;
9116
9136
  height: 100%;
9117
9137
  width: 100%;
9118
9138
  }
9119
- .doc-design-layout.preview[data-v-e7fd4de6] {
9139
+ .doc-design-layout.preview[data-v-90a572b9] {
9120
9140
  pointer-events: none;
9121
9141
  }
9122
- .doc-design-layout .design-body[data-v-e7fd4de6] {
9142
+ .doc-design-layout .design-body[data-v-90a572b9] {
9123
9143
  flex: 1;
9124
9144
  display: flex;
9125
9145
  min-height: 0;
9126
9146
  }
9127
- .doc-design-layout .design-body .design-sidebar[data-v-e7fd4de6] {
9147
+ .doc-design-layout .design-body .design-sidebar[data-v-90a572b9] {
9128
9148
  overflow: auto;
9129
9149
  background: #fff;
9130
9150
  flex-shrink: 0;
9131
9151
  }
9132
- .doc-design-layout .design-body .design-sidebar.left[data-v-e7fd4de6] {
9152
+ .doc-design-layout .design-body .design-sidebar.left[data-v-90a572b9] {
9133
9153
  border-right: 1px solid #e0e0e0;
9134
9154
  }
9135
- .doc-design-layout .design-body .design-sidebar.right[data-v-e7fd4de6] {
9155
+ .doc-design-layout .design-body .design-sidebar.right[data-v-90a572b9] {
9136
9156
  border-left: 1px solid #e0e0e0;
9137
9157
  }
9138
- .doc-design-layout .design-body .design-sidebar.right .right-container[data-v-e7fd4de6] {
9158
+ .doc-design-layout .design-body .design-sidebar.right .right-container[data-v-90a572b9] {
9139
9159
  position: relative;
9140
9160
  display: flex;
9141
9161
  height: 100%;
9142
9162
  overflow: hidden;
9143
9163
  }
9144
- .doc-design-layout .design-body .design-main[data-v-e7fd4de6] {
9164
+ .doc-design-layout .design-body .design-main[data-v-90a572b9] {
9145
9165
  flex: 1;
9146
9166
  overflow: hidden;
9147
9167
  position: relative;
9148
9168
  min-height: 0;
9149
9169
  }
9150
- .doc-design-layout .design-body .design-main .empty-container[data-v-e7fd4de6] {
9170
+ .doc-design-layout .design-body .design-main .empty-container[data-v-90a572b9] {
9151
9171
  position: absolute;
9152
9172
  box-sizing: border-box;
9153
9173
  pointer-events: all;
@@ -9161,17 +9181,17 @@ ul li .widget-icon[data-v-1e28101c] {
9161
9181
  justify-content: center;
9162
9182
  z-index: 2;
9163
9183
  }
9164
- .doc-design-layout .design-body .design-main .empty-content[data-v-e7fd4de6] {
9184
+ .doc-design-layout .design-body .design-main .empty-content[data-v-90a572b9] {
9165
9185
  width: 200px;
9166
9186
  text-align: center;
9167
9187
  color: #666;
9168
9188
  line-height: 1;
9169
9189
  }
9170
- .doc-design-layout .design-body .design-main .empty-content > img[data-v-e7fd4de6] {
9190
+ .doc-design-layout .design-body .design-main .empty-content > img[data-v-90a572b9] {
9171
9191
  width: 100%;
9172
9192
  height: 100%;
9173
9193
  }
9174
- .doc-design-layout .design-footer[data-v-e7fd4de6] {
9194
+ .doc-design-layout .design-footer[data-v-90a572b9] {
9175
9195
  height: 28px;
9176
9196
  border-top: 1px solid #e0e0e0;
9177
9197
  background: #f8f8f8;
@@ -9181,7 +9201,7 @@ ul li .widget-icon[data-v-1e28101c] {
9181
9201
  padding: 0 12px;
9182
9202
  font-size: 12px;
9183
9203
  }
9184
- .render-container[data-v-ff207f6a] {
9204
+ .render-container[data-v-c852bc0c] {
9185
9205
  overflow-y: auto;
9186
9206
  overflow-x: auto;
9187
9207
  white-space: normal;
@@ -9466,13 +9486,13 @@ svg.portrait-icon[data-v-8bdb451e] {
9466
9486
  height: 36px;
9467
9487
  color: #bebdc7;
9468
9488
  }
9469
- .panel-paper[data-v-1558f1e5] {
9489
+ .panel-paper[data-v-c69e49c7] {
9470
9490
  position: relative;
9471
9491
  }
9472
- .panel-paper .container[data-v-1558f1e5] {
9492
+ .panel-paper .container[data-v-c69e49c7] {
9473
9493
  padding: 16px;
9474
9494
  }
9475
- .panel-paper .content[data-v-1558f1e5] {
9495
+ .panel-paper .content[data-v-c69e49c7] {
9476
9496
  width: 100%;
9477
9497
  display: flex;
9478
9498
  line-height: 22px;
@@ -11421,10 +11441,10 @@ svg.portrait-icon[data-v-8bdb451e] {
11421
11441
  flex-direction: column;
11422
11442
  gap: 8px;
11423
11443
  }
11424
- .panel-widget-barcode-config[data-v-03ac348e] {
11444
+ .panel-widget-barcode-config[data-v-dd6c8791] {
11425
11445
  padding: 16px;
11426
11446
  }
11427
- .panel-widget-barcode-config .content[data-v-03ac348e] {
11447
+ .panel-widget-barcode-config .content[data-v-dd6c8791] {
11428
11448
  width: 100%;
11429
11449
  display: flex;
11430
11450
  line-height: 22px;
@@ -11567,7 +11587,7 @@ svg.portrait-icon[data-v-8bdb451e] {
11567
11587
  .panel-widget-serialnumber-config[data-v-41fee7d4] {
11568
11588
  padding: 16px;
11569
11589
  }
11570
- .options-dropdown[data-v-5b7dd4a9] {
11590
+ .options-dropdown[data-v-acc41a8a] {
11571
11591
  position: relative;
11572
11592
  height: 100%;
11573
11593
  width: 100%;
@@ -11575,22 +11595,22 @@ svg.portrait-icon[data-v-8bdb451e] {
11575
11595
  min-width: 180px;
11576
11596
  max-width: 240px;
11577
11597
  }
11578
- .options-dropdown .options-search[data-v-5b7dd4a9] {
11598
+ .options-dropdown .options-search[data-v-acc41a8a] {
11579
11599
  padding: 8px 6px 4px;
11580
11600
  width: 100px;
11581
11601
  min-width: 180px;
11582
11602
  max-width: 240px;
11583
11603
  }
11584
- .options-dropdown .options-dropdown-scrollbar[data-v-5b7dd4a9] {
11604
+ .options-dropdown .options-dropdown-scrollbar[data-v-acc41a8a] {
11585
11605
  position: relative;
11586
11606
  padding: 4px;
11587
11607
  }
11588
- .options-dropdown .options-dropdown-scrollbar .options-dropdown-container[data-v-5b7dd4a9] {
11608
+ .options-dropdown .options-dropdown-scrollbar .options-dropdown-container[data-v-acc41a8a] {
11589
11609
  position: relative;
11590
11610
  width: 100%;
11591
11611
  max-height: 300px;
11592
11612
  }
11593
- .options-dropdown .options-dropdown-scrollbar .option-item[data-v-5b7dd4a9] {
11613
+ .options-dropdown .options-dropdown-scrollbar .option-item[data-v-acc41a8a] {
11594
11614
  position: relative;
11595
11615
  display: flex;
11596
11616
  align-items: center;
@@ -11602,31 +11622,31 @@ svg.portrait-icon[data-v-8bdb451e] {
11602
11622
  padding: 5px 8px;
11603
11623
  transition: all 0.3s ease;
11604
11624
  }
11605
- .options-dropdown .options-dropdown-scrollbar .option-item[data-v-5b7dd4a9]:not(.selected, .disabled):hover {
11625
+ .options-dropdown .options-dropdown-scrollbar .option-item[data-v-acc41a8a]:not(.selected, .disabled):hover {
11606
11626
  background: rgba(13, 13, 13, 0.06);
11607
11627
  }
11608
- .options-dropdown .options-dropdown-scrollbar .option-item:not(.selected, .disabled):hover .edit-icon[data-v-5b7dd4a9] {
11628
+ .options-dropdown .options-dropdown-scrollbar .option-item:not(.selected, .disabled):hover .edit-icon[data-v-acc41a8a] {
11609
11629
  display: inline-flex;
11610
11630
  }
11611
- .options-dropdown .options-dropdown-scrollbar .option-item + .option-item[data-v-5b7dd4a9] {
11631
+ .options-dropdown .options-dropdown-scrollbar .option-item + .option-item[data-v-acc41a8a] {
11612
11632
  margin-top: 4px;
11613
11633
  }
11614
- .options-dropdown .options-dropdown-scrollbar .option-item.disabled[data-v-5b7dd4a9] {
11634
+ .options-dropdown .options-dropdown-scrollbar .option-item.disabled[data-v-acc41a8a] {
11615
11635
  opacity: 0.3;
11616
11636
  pointer-events: none;
11617
11637
  user-select: none;
11618
11638
  }
11619
- .options-dropdown .options-dropdown-scrollbar .option-item.selected[data-v-5b7dd4a9] {
11639
+ .options-dropdown .options-dropdown-scrollbar .option-item.selected[data-v-acc41a8a] {
11620
11640
  background: #e3eafc;
11621
11641
  }
11622
- .options-dropdown .options-dropdown-scrollbar .option-item .o-icon[data-v-5b7dd4a9] {
11642
+ .options-dropdown .options-dropdown-scrollbar .option-item .o-icon[data-v-acc41a8a] {
11623
11643
  display: inline-flex;
11624
11644
  width: 16px;
11625
11645
  height: 16px;
11626
11646
  margin-right: 8px;
11627
11647
  flex-shrink: 0;
11628
11648
  }
11629
- .options-dropdown .options-dropdown-scrollbar .option-item .v-popper.option-label-tooltip[data-v-5b7dd4a9] {
11649
+ .options-dropdown .options-dropdown-scrollbar .option-item .v-popper.option-label-tooltip[data-v-acc41a8a] {
11630
11650
  display: inline-flex;
11631
11651
  color: #212528;
11632
11652
  flex: 1;
@@ -11635,7 +11655,7 @@ svg.portrait-icon[data-v-8bdb451e] {
11635
11655
  white-space: nowrap;
11636
11656
  pointer-events: all;
11637
11657
  }
11638
- .options-dropdown .options-dropdown-scrollbar .option-item .option-label[data-v-5b7dd4a9] {
11658
+ .options-dropdown .options-dropdown-scrollbar .option-item .option-label[data-v-acc41a8a] {
11639
11659
  display: inline-block;
11640
11660
  width: 100%;
11641
11661
  line-height: 24px;
@@ -11645,18 +11665,18 @@ svg.portrait-icon[data-v-8bdb451e] {
11645
11665
  word-wrap: normal;
11646
11666
  cursor: default;
11647
11667
  }
11648
- .options-dropdown .options-dropdown-scrollbar .option-item .option-right[data-v-5b7dd4a9] {
11668
+ .options-dropdown .options-dropdown-scrollbar .option-item .option-right[data-v-acc41a8a] {
11649
11669
  display: inline-flex;
11650
11670
  align-items: center;
11651
11671
  justify-content: center;
11652
11672
  }
11653
- .options-dropdown .options-dropdown-scrollbar .option-item .option-right .check-icon[data-v-5b7dd4a9] {
11673
+ .options-dropdown .options-dropdown-scrollbar .option-item .option-right .check-icon[data-v-acc41a8a] {
11654
11674
  line-height: 1;
11655
11675
  color: #026ac8;
11656
11676
  flex-shrink: 0;
11657
11677
  margin-left: 8px;
11658
11678
  }
11659
- .options-dropdown .options-dropdown-scrollbar .empty[data-v-5b7dd4a9] {
11679
+ .options-dropdown .options-dropdown-scrollbar .empty[data-v-acc41a8a] {
11660
11680
  width: 100%;
11661
11681
  height: 90px;
11662
11682
  display: flex;
@@ -11665,14 +11685,14 @@ svg.portrait-icon[data-v-8bdb451e] {
11665
11685
  color: #c3c3c3;
11666
11686
  font-size: 13px;
11667
11687
  }
11668
- .options-dropdown .options-footer[data-v-5b7dd4a9] {
11688
+ .options-dropdown .options-footer[data-v-acc41a8a] {
11669
11689
  display: flex;
11670
11690
  justify-content: space-between;
11671
11691
  align-items: center;
11672
11692
  padding: 8px 8px;
11673
11693
  border-top: 1px solid #f0f0f0;
11674
11694
  }
11675
- .options-dropdown .options-footer .btn-item[data-v-5b7dd4a9] {
11695
+ .options-dropdown .options-footer .btn-item[data-v-acc41a8a] {
11676
11696
  width: 36px;
11677
11697
  height: 22px;
11678
11698
  line-height: 22px;
@@ -11682,6 +11702,18 @@ svg.portrait-icon[data-v-8bdb451e] {
11682
11702
  cursor: pointer;
11683
11703
  color: #026ac8;
11684
11704
  }
11705
+ .options-dropdown .options-footer .btn-center[data-v-acc41a8a] {
11706
+ line-height: 22px;
11707
+ text-align: center;
11708
+ border-radius: 4px;
11709
+ font-size: 13px;
11710
+ cursor: pointer;
11711
+ color: #212528;
11712
+ flex: 1;
11713
+ }
11714
+ .options-dropdown .options-footer .btn-center[data-v-acc41a8a]:hover {
11715
+ color: #ff4d4f;
11716
+ }
11685
11717
  .tree-node[data-v-4bcb0cc3] {
11686
11718
  display: flex;
11687
11719
  align-items: center;
@@ -11720,23 +11752,23 @@ svg.portrait-icon[data-v-8bdb451e] {
11720
11752
  display: inline-flex;
11721
11753
  align-items: center;
11722
11754
  }
11723
- .tree-dropdown[data-v-8bfc62a3] {
11755
+ .tree-dropdown[data-v-2eb67208] {
11724
11756
  position: relative;
11725
11757
  width: 100%;
11726
11758
  height: 100%;
11727
11759
  min-width: 200px;
11728
11760
  max-width: 300px;
11729
11761
  }
11730
- .tree-dropdown .tree-dropdown-scrollbar[data-v-8bfc62a3] {
11762
+ .tree-dropdown .tree-dropdown-scrollbar[data-v-2eb67208] {
11731
11763
  position: relative;
11732
11764
  padding: 4px;
11733
11765
  }
11734
- .tree-dropdown .tree-dropdown-scrollbar .tree-dropdown-container[data-v-8bfc62a3] {
11766
+ .tree-dropdown .tree-dropdown-scrollbar .tree-dropdown-container[data-v-2eb67208] {
11735
11767
  position: relative;
11736
11768
  width: 100%;
11737
11769
  max-height: 300px;
11738
11770
  }
11739
- .tree-dropdown .tree-dropdown-scrollbar .empty[data-v-8bfc62a3] {
11771
+ .tree-dropdown .tree-dropdown-scrollbar .empty[data-v-2eb67208] {
11740
11772
  width: 100%;
11741
11773
  height: 90px;
11742
11774
  display: flex;
@@ -11745,14 +11777,14 @@ svg.portrait-icon[data-v-8bdb451e] {
11745
11777
  color: #c3c3c3;
11746
11778
  font-size: 13px;
11747
11779
  }
11748
- .tree-dropdown .options-footer[data-v-8bfc62a3] {
11780
+ .tree-dropdown .options-footer[data-v-2eb67208] {
11749
11781
  display: flex;
11750
11782
  justify-content: space-between;
11751
11783
  align-items: center;
11752
11784
  padding: 8px 8px;
11753
11785
  border-top: 1px solid #f0f0f0;
11754
11786
  }
11755
- .tree-dropdown .options-footer .btn-item[data-v-8bfc62a3] {
11787
+ .tree-dropdown .options-footer .btn-item[data-v-2eb67208] {
11756
11788
  width: 36px;
11757
11789
  height: 22px;
11758
11790
  line-height: 22px;
@@ -11762,13 +11794,25 @@ svg.portrait-icon[data-v-8bdb451e] {
11762
11794
  cursor: pointer;
11763
11795
  color: #026ac8;
11764
11796
  }
11765
- .gct-datetime-dropdown[data-v-0049bbf3] {
11797
+ .tree-dropdown .options-footer .btn-center[data-v-2eb67208] {
11798
+ line-height: 22px;
11799
+ text-align: center;
11800
+ border-radius: 4px;
11801
+ font-size: 13px;
11802
+ cursor: pointer;
11803
+ color: #212528;
11804
+ flex: 1;
11805
+ }
11806
+ .tree-dropdown .options-footer .btn-center[data-v-2eb67208]:hover {
11807
+ color: #ff4d4f;
11808
+ }
11809
+ .gct-datetime-dropdown[data-v-aab79189] {
11766
11810
  width: 100%;
11767
11811
  }
11768
- .gct-datetime-dropdown .gct-dtp-panel[data-v-0049bbf3] {
11812
+ .gct-datetime-dropdown .gct-dtp-panel[data-v-aab79189] {
11769
11813
  border: none;
11770
11814
  }
11771
- .gct-timer-dropdown[data-v-dcc30fcd] {
11815
+ .gct-timer-dropdown[data-v-0875dd7d] {
11772
11816
  width: 100%;
11773
11817
  height: 248px;
11774
11818
  }
@@ -12120,38 +12164,38 @@ svg.portrait-icon[data-v-8bdb451e] {
12120
12164
  width: 100%;
12121
12165
  height: 100%;
12122
12166
  }
12123
- .signature-form .form-row[data-v-37ccfe2e] {
12167
+ .signature-form .form-row[data-v-f0714089] {
12124
12168
  display: flex;
12125
12169
  align-items: center;
12126
12170
  margin-bottom: 24px;
12127
12171
  gap: 16px;
12128
12172
  padding-right: 24px;
12129
12173
  }
12130
- .signature-form .form-footer[data-v-37ccfe2e] {
12174
+ .signature-form .form-footer[data-v-f0714089] {
12131
12175
  display: flex;
12132
12176
  justify-content: flex-end;
12133
12177
  gap: 24px;
12134
12178
  font-size: 14px;
12135
12179
  padding-right: 24px;
12136
12180
  }
12137
- .signature-form .form-footer .form-button[data-v-37ccfe2e] {
12181
+ .signature-form .form-footer .form-button[data-v-f0714089] {
12138
12182
  color: #0b57d0;
12139
12183
  cursor: pointer;
12140
12184
  }
12141
- .signature-form .label[data-v-37ccfe2e] {
12185
+ .signature-form .label[data-v-f0714089] {
12142
12186
  width: 100px;
12143
12187
  text-align: right;
12144
12188
  line-height: 32px;
12145
12189
  color: rgba(0, 0, 0, 0.85);
12146
12190
  font-size: 13px;
12147
12191
  }
12148
- .signature-form .label[data-v-37ccfe2e]:after {
12192
+ .signature-form .label[data-v-f0714089]:after {
12149
12193
  content: ':';
12150
12194
  margin: 0 2px 0 2px;
12151
12195
  position: relative;
12152
12196
  top: -0.5px;
12153
12197
  }
12154
- .signature-form .label.required[data-v-37ccfe2e]::before {
12198
+ .signature-form .label.required[data-v-f0714089]::before {
12155
12199
  color: #ff4d4f;
12156
12200
  content: '*';
12157
12201
  display: inline-block;
@@ -12160,13 +12204,13 @@ svg.portrait-icon[data-v-8bdb451e] {
12160
12204
  line-height: 1;
12161
12205
  margin-right: 4px;
12162
12206
  }
12163
- .signature-form .control[data-v-37ccfe2e] {
12207
+ .signature-form .control[data-v-f0714089] {
12164
12208
  flex: 1;
12165
12209
  display: flex;
12166
12210
  align-items: center;
12167
12211
  position: relative;
12168
12212
  }
12169
- .signature-form .error[data-v-37ccfe2e] {
12213
+ .signature-form .error[data-v-f0714089] {
12170
12214
  color: #ff4d4f;
12171
12215
  font-size: 12px;
12172
12216
  position: absolute;