@policystudio/policy-studio-ui-vue 1.1.52 → 1.1.54
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/css/psui_styles.css
CHANGED
|
@@ -2511,12 +2511,6 @@ video {
|
|
|
2511
2511
|
padding-bottom: 8px;
|
|
2512
2512
|
}
|
|
2513
2513
|
|
|
2514
|
-
.psui-el-table-results.layout-flexible tbody tr td.column-flexible_score {
|
|
2515
|
-
--text-opacity: 1;
|
|
2516
|
-
color: #A2ACB7;
|
|
2517
|
-
color: rgba(162, 172, 183, var(--text-opacity));
|
|
2518
|
-
}
|
|
2519
|
-
|
|
2520
2514
|
.psui-el-table-results.layout-flexible tbody tr td .psui-el-tooltip-dialog {
|
|
2521
2515
|
text-align: left;
|
|
2522
2516
|
max-width: 180px;
|
package/package.json
CHANGED
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
:fill-width="getPsBarChartWidth(column.key, item.data[column.key])"
|
|
285
285
|
/>
|
|
286
286
|
|
|
287
|
-
<p v-else-if="item.data[column.key] != 0">
|
|
287
|
+
<p class="ps-table-cell-value" v-else-if="item.data[column.key] != 0">
|
|
288
288
|
{{ formatFunction(column.key, item.data[column.key], item.data) }}
|
|
289
289
|
</p>
|
|
290
290
|
</div>
|