@policystudio/policy-studio-ui-vue 1.1.90-beta.63 → 1.1.90-beta.64
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.
|
@@ -2837,6 +2837,10 @@ video {
|
|
|
2837
2837
|
.psui-el-table-results.layout-flexible thead tr:first-of-type p {
|
|
2838
2838
|
line-height: 18px;
|
|
2839
2839
|
}
|
|
2840
|
+
.psui-el-table-results.layout-flexible thead tr:not(:first-of-type) th:not(:first-of-type) > div > div {
|
|
2841
|
+
margin-left: auto;
|
|
2842
|
+
margin-right: auto;
|
|
2843
|
+
}
|
|
2840
2844
|
.psui-el-table-results.layout-flexible thead tr:not(:first-of-type) th > div {
|
|
2841
2845
|
border-bottom-width: 1px;
|
|
2842
2846
|
}
|
|
@@ -3011,6 +3015,9 @@ video {
|
|
|
3011
3015
|
.psui-el-table-results.layout-flexible tbody tr td:nth-child(3) > div {
|
|
3012
3016
|
justify-content: center;
|
|
3013
3017
|
}
|
|
3018
|
+
.psui-el-table-results.layout-flexible tbody tr td:nth-child(n+3) {
|
|
3019
|
+
padding-right: 20px;
|
|
3020
|
+
}
|
|
3014
3021
|
.psui-el-table-results.layout-flexible tbody tr td .psui-el-tooltip-dialog {
|
|
3015
3022
|
text-align: left;
|
|
3016
3023
|
max-width: 180px;
|
|
@@ -6291,11 +6298,6 @@ video {
|
|
|
6291
6298
|
float: left;
|
|
6292
6299
|
}
|
|
6293
6300
|
|
|
6294
|
-
.psui-mx-auto {
|
|
6295
|
-
margin-left: auto;
|
|
6296
|
-
margin-right: auto;
|
|
6297
|
-
}
|
|
6298
|
-
|
|
6299
6301
|
.psui-my-3 {
|
|
6300
6302
|
margin-top: 0.75rem;
|
|
6301
6303
|
margin-bottom: 0.75rem;
|
package/package.json
CHANGED
|
@@ -438,6 +438,13 @@
|
|
|
438
438
|
|
|
439
439
|
&:not(:first-of-type) {
|
|
440
440
|
th {
|
|
441
|
+
&:not(:first-of-type) {
|
|
442
|
+
> div {
|
|
443
|
+
> div {
|
|
444
|
+
@apply psui-mx-auto;
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
441
448
|
|
|
442
449
|
> div {
|
|
443
450
|
@apply psui-border-b psui-border-gray-20 psui-pr-[20px];
|
|
@@ -552,6 +559,10 @@
|
|
|
552
559
|
}
|
|
553
560
|
}
|
|
554
561
|
|
|
562
|
+
&:nth-child(n+3) {
|
|
563
|
+
padding-right: 20px;
|
|
564
|
+
}
|
|
565
|
+
|
|
555
566
|
.psui-el-tooltip-dialog {
|
|
556
567
|
text-align: left;
|
|
557
568
|
max-width: 180px;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
:data-index="columnGroupIndex"
|
|
37
37
|
@mouseleave="emit('column-alert-hide', column, $event, false)"
|
|
38
38
|
>
|
|
39
|
-
<div class="psui-show-childrens-on-hover absolute-childrens
|
|
39
|
+
<div class="psui-show-childrens-on-hover absolute-childrens">
|
|
40
40
|
<p
|
|
41
41
|
v-tooltip="{
|
|
42
42
|
content: column.description,
|