@baosight/erm 1.6.2 → 1.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.esm.css CHANGED
@@ -355,6 +355,76 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
355
355
  color: #fff; /* 勾选后的文字颜色 */
356
356
  }
357
357
 
358
+ .rowContent[data-v-1b695265] {
359
+ display: flex;
360
+ flex-direction: row;
361
+ justify-content: center;
362
+ width: 100%;
363
+ margin: 0;
364
+ padding: 0;
365
+ }
366
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
367
+ width: 100%;
368
+ display: flex;
369
+ flex-direction: column;
370
+ justify-content: start;
371
+ overflow: auto;
372
+ border-radius: 15px;
373
+ background-color: #ffffff;
374
+ }
375
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
376
+ display: flex;
377
+ flex-direction: column;
378
+ justify-content: flex-start;
379
+ padding: 0px 0;
380
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
381
+ }
382
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
383
+ display: flex;
384
+ flex-direction: row;
385
+ justify-content: flex-start;
386
+ align-items: center;
387
+ font-size: 14px;
388
+ font-family: "阿里巴巴普惠体Regular";
389
+ padding-left: 4px;
390
+ }
391
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
392
+ content: "*";
393
+ display: contents;
394
+ color: red;
395
+ }
396
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
397
+ font-size: 14px;
398
+ font-family: "阿里巴巴普惠体Regular";
399
+ }
400
+
401
+ .mainTitle[data-v-1b695265] {
402
+ display: flex;
403
+ flex-direction: column;
404
+ justify-content: center;
405
+ align-items: center;
406
+ font-family: "阿里巴巴普惠体Bold";
407
+ font-size: 23px;
408
+ color: #548cf6;
409
+ margin: 10px;
410
+ }
411
+
412
+ [data-v-1b695265] .checkError {
413
+ border-bottom: 1px solid red;
414
+ animation: blink-1b695265 2s linear infinite;
415
+ }
416
+
417
+ @keyframes blink-1b695265 {
418
+ 0% {
419
+ border-color: red;
420
+ }
421
+ 50% {
422
+ border-color: transparent;
423
+ }
424
+ 100% {
425
+ border-color: red;
426
+ }
427
+ }
358
428
  .container[data-v-87a0d832] {
359
429
  width: 100%;
360
430
  height: 100%;
@@ -556,80 +626,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
556
626
  z-index: 1000;
557
627
  }
558
628
 
559
- .rowContent[data-v-1b695265] {
560
- display: flex;
561
- flex-direction: row;
562
- justify-content: center;
563
- width: 100%;
564
- margin: 0;
565
- padding: 0;
566
- }
567
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
568
- width: 100%;
569
- display: flex;
570
- flex-direction: column;
571
- justify-content: start;
572
- overflow: auto;
573
- border-radius: 15px;
574
- background-color: #ffffff;
575
- }
576
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
577
- display: flex;
578
- flex-direction: column;
579
- justify-content: flex-start;
580
- padding: 0px 0;
581
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
582
- }
583
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
584
- display: flex;
585
- flex-direction: row;
586
- justify-content: flex-start;
587
- align-items: center;
588
- font-size: 14px;
589
- font-family: "阿里巴巴普惠体Regular";
590
- padding-left: 4px;
591
- }
592
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
593
- content: "*";
594
- display: contents;
595
- color: red;
596
- }
597
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
598
- font-size: 14px;
599
- font-family: "阿里巴巴普惠体Regular";
600
- }
601
-
602
- .mainTitle[data-v-1b695265] {
603
- display: flex;
604
- flex-direction: column;
605
- justify-content: center;
606
- align-items: center;
607
- font-family: "阿里巴巴普惠体Bold";
608
- font-size: 23px;
609
- color: #548cf6;
610
- margin: 10px;
611
- }
612
-
613
- [data-v-1b695265] .checkError {
614
- border-bottom: 1px solid red;
615
- animation: blink-1b695265 2s linear infinite;
616
- }
617
-
618
- @keyframes blink-1b695265 {
619
- 0% {
620
- border-color: red;
621
- }
622
- 50% {
623
- border-color: transparent;
624
- }
625
- 100% {
626
- border-color: red;
627
- }
628
- }
629
- [data-v-6e3557b8] .van-checkbox {
630
- padding: 5px 0;
631
- }
632
-
633
629
  [data-v-7351fe97] .van-popup {
634
630
  max-height: 80%;
635
631
  }
@@ -661,4 +657,8 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
661
657
 
662
658
  [data-v-804c414a] .van-checkbox {
663
659
  padding: 5px 0;
660
+ }
661
+
662
+ [data-v-6e3557b8] .van-checkbox {
663
+ padding: 5px 0;
664
664
  }