@baosight/erm 1.5.6 → 1.5.7
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/ermForm/ermForm.vue.d.ts +1 -2
- package/lib/index.css +1 -1
- package/lib/index.esm.css +74 -74
- package/lib/index.esm.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.css
CHANGED
|
@@ -139,76 +139,6 @@
|
|
|
139
139
|
z-index: 1000;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.rowContent[data-v-1b695265] {
|
|
143
|
-
display: flex;
|
|
144
|
-
flex-direction: row;
|
|
145
|
-
justify-content: center;
|
|
146
|
-
width: 100%;
|
|
147
|
-
margin: 0;
|
|
148
|
-
padding: 0;
|
|
149
|
-
}
|
|
150
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] {
|
|
151
|
-
width: 100%;
|
|
152
|
-
display: flex;
|
|
153
|
-
flex-direction: column;
|
|
154
|
-
justify-content: start;
|
|
155
|
-
overflow: auto;
|
|
156
|
-
border-radius: 15px;
|
|
157
|
-
background-color: #ffffff;
|
|
158
|
-
}
|
|
159
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .singleRow[data-v-1b695265] {
|
|
160
|
-
display: flex;
|
|
161
|
-
flex-direction: column;
|
|
162
|
-
justify-content: flex-start;
|
|
163
|
-
padding: 0px 0;
|
|
164
|
-
border-bottom: 1px solid rgba(204, 204, 204, 0.4666666667);
|
|
165
|
-
}
|
|
166
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] {
|
|
167
|
-
display: flex;
|
|
168
|
-
flex-direction: row;
|
|
169
|
-
justify-content: flex-start;
|
|
170
|
-
align-items: center;
|
|
171
|
-
font-size: 14px;
|
|
172
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
173
|
-
padding-left: 4px;
|
|
174
|
-
}
|
|
175
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colDesc[data-v-1b695265] .required[data-v-1b695265] {
|
|
176
|
-
content: "*";
|
|
177
|
-
display: contents;
|
|
178
|
-
color: red;
|
|
179
|
-
}
|
|
180
|
-
.rowContent[data-v-1b695265] .mainContent[data-v-1b695265] .colData[data-v-1b695265] {
|
|
181
|
-
font-size: 14px;
|
|
182
|
-
font-family: "阿里巴巴普惠体Regular";
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.mainTitle[data-v-1b695265] {
|
|
186
|
-
display: flex;
|
|
187
|
-
flex-direction: column;
|
|
188
|
-
justify-content: center;
|
|
189
|
-
align-items: center;
|
|
190
|
-
font-family: "阿里巴巴普惠体Bold";
|
|
191
|
-
font-size: 23px;
|
|
192
|
-
color: #548cf6;
|
|
193
|
-
margin: 10px;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
[data-v-1b695265] .checkError {
|
|
197
|
-
border-bottom: 1px solid red;
|
|
198
|
-
animation: blink-1b695265 2s linear infinite;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
@keyframes blink-1b695265 {
|
|
202
|
-
0% {
|
|
203
|
-
border-color: red;
|
|
204
|
-
}
|
|
205
|
-
50% {
|
|
206
|
-
border-color: transparent;
|
|
207
|
-
}
|
|
208
|
-
100% {
|
|
209
|
-
border-color: red;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
142
|
.swiperButton[data-v-35c7b3ce] {
|
|
213
143
|
height: 100%;
|
|
214
144
|
}
|
|
@@ -626,6 +556,80 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
626
556
|
font-family: "阿里巴巴普惠体Light";
|
|
627
557
|
}
|
|
628
558
|
|
|
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-804c414a] .van-checkbox {
|
|
630
|
+
padding: 5px 0;
|
|
631
|
+
}
|
|
632
|
+
|
|
629
633
|
[data-v-6e3557b8] .van-checkbox {
|
|
630
634
|
padding: 5px 0;
|
|
631
635
|
}
|
|
@@ -657,8 +661,4 @@ nav[data-v-35c7b3ce] .jh-button[data-v-35c7b3ce] {
|
|
|
657
661
|
overflow: hidden;
|
|
658
662
|
overflow-y: auto;
|
|
659
663
|
height: calc(100% - 100px);
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
[data-v-804c414a] .van-checkbox {
|
|
663
|
-
padding: 5px 0;
|
|
664
664
|
}
|