@zscreate/form-component 1.1.113 → 1.1.114
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/dist/form-component.css
CHANGED
|
@@ -322,48 +322,48 @@
|
|
|
322
322
|
color: #cccccc;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
.option_row_header[data-v-
|
|
325
|
+
.option_row_header[data-v-34e99940] {
|
|
326
326
|
background: #eee;
|
|
327
327
|
text-align: center;
|
|
328
328
|
line-height: 45px;
|
|
329
329
|
}
|
|
330
|
-
.option_row[data-v-
|
|
330
|
+
.option_row[data-v-34e99940] {
|
|
331
331
|
border-left: 1px solid #eee;
|
|
332
332
|
}
|
|
333
|
-
.option_row .ant-col[data-v-
|
|
333
|
+
.option_row .ant-col[data-v-34e99940] {
|
|
334
334
|
border-right: 1px solid #eee;
|
|
335
335
|
border-bottom: 1px solid #eee;
|
|
336
336
|
text-align: left;
|
|
337
337
|
height: 180px;
|
|
338
338
|
}
|
|
339
|
-
.option_row .ant-col[data-v-
|
|
339
|
+
.option_row .ant-col[data-v-34e99940]:not(.code-col) {
|
|
340
340
|
line-height: 180px;
|
|
341
341
|
text-align: center;
|
|
342
342
|
}
|
|
343
|
-
.no-data[data-v-
|
|
343
|
+
.no-data[data-v-34e99940] {
|
|
344
344
|
border: 1px solid #eee;
|
|
345
345
|
line-height: 45px;
|
|
346
346
|
text-align: center;
|
|
347
347
|
cursor: pointer;
|
|
348
348
|
color: #ccc;
|
|
349
349
|
}
|
|
350
|
-
.code[data-v-
|
|
350
|
+
.code[data-v-34e99940] {
|
|
351
351
|
height: 180px;
|
|
352
352
|
width: 100%;
|
|
353
353
|
}
|
|
354
|
-
.getTemp[data-v-
|
|
354
|
+
.getTemp[data-v-34e99940] {
|
|
355
355
|
position: absolute;
|
|
356
356
|
right: -10px;
|
|
357
357
|
top: 45px;
|
|
358
358
|
cursor: pointer;
|
|
359
359
|
}
|
|
360
|
-
.delete[data-v-
|
|
360
|
+
.delete[data-v-34e99940] {
|
|
361
361
|
color: #ff0000;
|
|
362
362
|
}
|
|
363
|
-
[data-v-
|
|
363
|
+
[data-v-34e99940] .vue-codemirror {
|
|
364
364
|
height: 100%;
|
|
365
365
|
}
|
|
366
|
-
[data-v-
|
|
366
|
+
[data-v-34e99940] .CodeMirror {
|
|
367
367
|
height: 178px !important;
|
|
368
368
|
}
|
|
369
369
|
|
|
@@ -3950,10 +3950,10 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3950
3950
|
/***label对齐方式 */
|
|
3951
3951
|
|
|
3952
3952
|
|
|
3953
|
-
[data-v-
|
|
3953
|
+
[data-v-2f712e7c] .m-colorPicker {
|
|
3954
3954
|
z-index: 2;
|
|
3955
3955
|
}
|
|
3956
|
-
[data-v-
|
|
3956
|
+
[data-v-2f712e7c] .m-colorPicker .colorBtn {
|
|
3957
3957
|
border: 1px solid #e3e3e3;
|
|
3958
3958
|
}
|
|
3959
3959
|
|