openatc-components 0.1.89 → 0.1.91
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/kisscomps/components/Channelization/Channelization.vue +3 -3
- package/package/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue +3 -3
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/Channelization/Channelization.vue +3 -3
- package/src/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue +3 -3
- package/static/styles/intersection.scss +3 -3
- package/src/node_modules/.package_versions.json +0 -1
|
@@ -509,13 +509,13 @@ export default {
|
|
|
509
509
|
zoom: 1.2;
|
|
510
510
|
}
|
|
511
511
|
.middleCrossImg {
|
|
512
|
-
zoom: 1
|
|
512
|
+
zoom: 1;
|
|
513
513
|
}
|
|
514
514
|
.middleCrossImg2 {
|
|
515
|
-
zoom:
|
|
515
|
+
zoom: 0.8;
|
|
516
516
|
}
|
|
517
517
|
.smallCrossImg {
|
|
518
|
-
zoom: 0.
|
|
518
|
+
zoom: 0.8;
|
|
519
519
|
}
|
|
520
520
|
.smallCrossImg2 {
|
|
521
521
|
zoom: 0.8;
|
package/package/kisscomps/components/ChannelizationFlowStatistic/ChannelizationFlowStatistic.vue
CHANGED
|
@@ -314,13 +314,13 @@ export default {
|
|
|
314
314
|
zoom: 1.2;
|
|
315
315
|
}
|
|
316
316
|
.middleCrossImg {
|
|
317
|
-
zoom: 1
|
|
317
|
+
zoom: 1;
|
|
318
318
|
}
|
|
319
319
|
.middleCrossImg2 {
|
|
320
|
-
zoom:
|
|
320
|
+
zoom: 0.8;
|
|
321
321
|
}
|
|
322
322
|
.smallCrossImg {
|
|
323
|
-
zoom: 0.
|
|
323
|
+
zoom: 0.8;
|
|
324
324
|
}
|
|
325
325
|
.smallCrossImg2 {
|
|
326
326
|
zoom: 0.8;
|