bfg-common 1.3.510 → 1.3.511
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.
|
@@ -1118,6 +1118,16 @@ onUnmounted(() => {
|
|
|
1118
1118
|
width: 38px;
|
|
1119
1119
|
min-width: 38px;
|
|
1120
1120
|
|
|
1121
|
+
&::after {
|
|
1122
|
+
content: '';
|
|
1123
|
+
width: 0.05rem;
|
|
1124
|
+
height: calc(100% - 0.5rem);
|
|
1125
|
+
position: absolute;
|
|
1126
|
+
right: 0;
|
|
1127
|
+
top: 0.25rem;
|
|
1128
|
+
background-color: var(--global-border-color);
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1121
1131
|
.datagrid-column-separator {
|
|
1122
1132
|
cursor: default;
|
|
1123
1133
|
|
|
@@ -1367,6 +1377,26 @@ onUnmounted(() => {
|
|
|
1367
1377
|
.datagrid-fixed-column {
|
|
1368
1378
|
background-color: var(--block-view-bg-color);
|
|
1369
1379
|
|
|
1380
|
+
//&::after {
|
|
1381
|
+
// content: '';
|
|
1382
|
+
// width: 0.05rem;
|
|
1383
|
+
// height: calc(100% - 0.5rem);
|
|
1384
|
+
// position: absolute;
|
|
1385
|
+
// right: 0;
|
|
1386
|
+
// top: 0.25rem;
|
|
1387
|
+
// background-color: var(--global-border-color);
|
|
1388
|
+
//}
|
|
1389
|
+
|
|
1390
|
+
.clr-form-control-disabled {
|
|
1391
|
+
.clr-checkbox-wrapper {
|
|
1392
|
+
label {
|
|
1393
|
+
cursor: not-allowed;
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
.datagrid-fixed-width {
|
|
1370
1400
|
&::after {
|
|
1371
1401
|
content: '';
|
|
1372
1402
|
width: 0.05rem;
|
|
@@ -1376,14 +1406,6 @@ onUnmounted(() => {
|
|
|
1376
1406
|
top: 0.25rem;
|
|
1377
1407
|
background-color: var(--global-border-color);
|
|
1378
1408
|
}
|
|
1379
|
-
|
|
1380
|
-
.clr-form-control-disabled {
|
|
1381
|
-
.clr-checkbox-wrapper {
|
|
1382
|
-
label {
|
|
1383
|
-
cursor: not-allowed;
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
1409
|
}
|
|
1388
1410
|
}
|
|
1389
1411
|
|