@baosight/erm 1.5.9 → 1.6.0

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 (2) hide show
  1. package/lib/index.esm.css +70 -70
  2. package/package.json +1 -1
package/lib/index.esm.css CHANGED
@@ -60,6 +60,76 @@
60
60
  font-family: "阿里巴巴普惠体Light";
61
61
  }
62
62
 
63
+ .rowContent[data-v-1b695265] {
64
+ display: flex;
65
+ flex-direction: row;
66
+ justify-content: center;
67
+ width: 100%;
68
+ margin: 0;
69
+ padding: 0;
70
+ }
71
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
72
+ width: 100%;
73
+ display: flex;
74
+ flex-direction: column;
75
+ justify-content: start;
76
+ overflow: auto;
77
+ border-radius: 15px;
78
+ background-color: #ffffff;
79
+ }
80
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
81
+ display: flex;
82
+ flex-direction: column;
83
+ justify-content: flex-start;
84
+ padding: 0px 0;
85
+ border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
86
+ }
87
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
88
+ display: flex;
89
+ flex-direction: row;
90
+ justify-content: flex-start;
91
+ align-items: center;
92
+ font-size: 14px;
93
+ font-family: "阿里巴巴普惠体Regular";
94
+ padding-left: 4px;
95
+ }
96
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
97
+ content: "*";
98
+ display: contents;
99
+ color: red;
100
+ }
101
+ .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
102
+ font-size: 14px;
103
+ font-family: "阿里巴巴普惠体Regular";
104
+ }
105
+
106
+ .mainTitle[data-v-1b695265] {
107
+ display: flex;
108
+ flex-direction: column;
109
+ justify-content: center;
110
+ align-items: center;
111
+ font-family: "阿里巴巴普惠体Bold";
112
+ font-size: 23px;
113
+ color: #548cf6;
114
+ margin: 10px;
115
+ }
116
+
117
+ [data-v-1b695265] .checkError {
118
+ border-bottom: 1px solid red;
119
+ animation: blink-1b695265 2s linear infinite;
120
+ }
121
+
122
+ @keyframes blink-1b695265 {
123
+ 0% {
124
+ border-color: red;
125
+ }
126
+ 50% {
127
+ border-color: transparent;
128
+ }
129
+ 100% {
130
+ border-color: red;
131
+ }
132
+ }
63
133
  .swiperButton[data-v-35c7b3ce] {
64
134
  height: 100%;
65
135
  }
@@ -416,76 +486,6 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
416
486
  color: #fff; /* 勾选后的文字颜色 */
417
487
  }
418
488
 
419
- .rowContent[data-v-1b695265] {
420
- display: flex;
421
- flex-direction: row;
422
- justify-content: center;
423
- width: 100%;
424
- margin: 0;
425
- padding: 0;
426
- }
427
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
428
- width: 100%;
429
- display: flex;
430
- flex-direction: column;
431
- justify-content: start;
432
- overflow: auto;
433
- border-radius: 15px;
434
- background-color: #ffffff;
435
- }
436
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
437
- display: flex;
438
- flex-direction: column;
439
- justify-content: flex-start;
440
- padding: 0px 0;
441
- border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
442
- }
443
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
444
- display: flex;
445
- flex-direction: row;
446
- justify-content: flex-start;
447
- align-items: center;
448
- font-size: 14px;
449
- font-family: "阿里巴巴普惠体Regular";
450
- padding-left: 4px;
451
- }
452
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
453
- content: "*";
454
- display: contents;
455
- color: red;
456
- }
457
- .rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
458
- font-size: 14px;
459
- font-family: "阿里巴巴普惠体Regular";
460
- }
461
-
462
- .mainTitle[data-v-1b695265] {
463
- display: flex;
464
- flex-direction: column;
465
- justify-content: center;
466
- align-items: center;
467
- font-family: "阿里巴巴普惠体Bold";
468
- font-size: 23px;
469
- color: #548cf6;
470
- margin: 10px;
471
- }
472
-
473
- [data-v-1b695265] .checkError {
474
- border-bottom: 1px solid red;
475
- animation: blink-1b695265 2s linear infinite;
476
- }
477
-
478
- @keyframes blink-1b695265 {
479
- 0% {
480
- border-color: red;
481
- }
482
- 50% {
483
- border-color: transparent;
484
- }
485
- 100% {
486
- border-color: red;
487
- }
488
- }
489
489
  .baseStyle[data-v-a440e92e] {
490
490
  width: 99%;
491
491
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/erm",
3
- "version": "1.5.9",
3
+ "version": "1.6.0",
4
4
  "description": "Baosight Erm Framework",
5
5
  "module": "lib/index.esm.js",
6
6
  "typings": "lib/index.d.ts",