openatc-components 0.4.13 → 0.4.14
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/package.json
CHANGED
|
@@ -399,8 +399,6 @@
|
|
|
399
399
|
// padding: 21PX 0PX 21PX 28PX;
|
|
400
400
|
// min-width: 360PX;
|
|
401
401
|
// overflow: hidden !important;
|
|
402
|
-
position: relative;
|
|
403
|
-
z-index: 999;
|
|
404
402
|
.forbiddenstage{
|
|
405
403
|
width: 77% !important;
|
|
406
404
|
margin: 10px auto;
|
|
@@ -459,6 +457,8 @@
|
|
|
459
457
|
}
|
|
460
458
|
.footer {
|
|
461
459
|
float: right;
|
|
460
|
+
position: relative;
|
|
461
|
+
z-index: 999;
|
|
462
462
|
}
|
|
463
463
|
.el-form-item {
|
|
464
464
|
margin-bottom: 0PX;
|