+
{{ scope.row.technicalIndexUnit }}
+
+
+ ns
+
+
+
+ {{ scope.row.nominalAmplitudeValueUnit }}
+
+
+
+ {{ scope.row.amplitudeUnit || scope.row.nominalValueUnit }}
+
+
+
+ {{ scope.row.impedanceUnit }}
+
-
+
-
+
{{ scope.row.standardValueUnit }}
@@ -223,7 +246,7 @@
{{ scope.row[item.value] }}
*
@@ -252,6 +275,16 @@
visibility: hidden;
}
}
+
+.unit-class {
+ margin-left: 0;
+ white-space: nowrap;
+}
+
+.unit-class-margin-left {
+ margin-left: 10px;
+ white-space: nowrap;
+}