openatc-components 0.3.32 → 0.3.34
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/DrawChannelization/drawsvg/basicCoordInfo.vue +1 -1
- package/package/kisscomps/components/DrawChannelization/drawsvg/index.draw.vue +2 -2
- package/package/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +9 -11
- package/package/kissui.min.js +1 -1
- package/package.json +1 -1
- package/src/kisscomps/components/DrawChannelization/drawsvg/basicCoordInfo.vue +1 -1
- package/src/kisscomps/components/DrawChannelization/drawsvg/index.draw.vue +2 -2
- package/src/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +9 -11
- package/static/styles/common.scss +3 -3
- package/static/styles/intersection.scss +5 -15
- package/static/styles/schemeconfig.scss +6 -3
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
@change="handleChangePosY" @input.native="eventChange('y')" />
|
|
22
22
|
</el-form-item>
|
|
23
23
|
<el-form-item v-if="showAngle" :label="$t('openatccomponents.channelizationmap.angle') + ':'">
|
|
24
|
-
<el-input-number :min="0" :max="360" :
|
|
24
|
+
<el-input-number :min="0" :max="360" :controls="false" ref="refNumber-angle" v-model="basicCoodInfo.angle"
|
|
25
25
|
@change="handleChangeAngle" @input.native="eventChange('angle')" />
|
|
26
26
|
</el-form-item>
|
|
27
27
|
<el-form-item v-if="showKeyId" label="ID:">
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
:disabled="!isSeletable"
|
|
27
27
|
@click="clickOpen"
|
|
28
28
|
>{{$t('openatccomponents.channelizationmap.againimport')}}</el-button>
|
|
29
|
-
<i class="lock-map el-icon-unlock" v-if="
|
|
30
|
-
<i class="lock-map el-icon-lock" v-if="isLockedCrossMap" @click="handleLockCrossMap()"></i>
|
|
29
|
+
<i class="lock-map el-icon-unlock" v-if="isLockedCrossMap" @click="handleLockCrossMap()"></i>
|
|
30
|
+
<i class="lock-map el-icon-lock" v-if="!isLockedCrossMap" @click="handleLockCrossMap()"></i>
|
|
31
31
|
</div>
|
|
32
32
|
|
|
33
33
|
<div class="draw-to-sketchpad">
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
:model="manualInfo"
|
|
21
21
|
label-width="90px">
|
|
22
22
|
<el-form-item
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
:label="$t('openatccomponents.overview.duration')"
|
|
24
|
+
prop="count">
|
|
25
|
+
<el-input-number :min="0" :max="65535" :precision="0" :step="1" :controls="false" v-model.number="manualInfo.tempDuration" size="small"></el-input-number>
|
|
26
|
+
</el-form-item>
|
|
27
27
|
|
|
28
28
|
<el-form-item
|
|
29
29
|
:label="$t('openatccomponents.overview.yellowflash')"
|
|
@@ -44,13 +44,11 @@
|
|
|
44
44
|
label-position="left"
|
|
45
45
|
:model="manualInfo"
|
|
46
46
|
label-width="90px">
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
</el-form-item>
|
|
53
|
-
|
|
47
|
+
<el-form-item
|
|
48
|
+
:label="$t('openatccomponents.overview.greenclear')"
|
|
49
|
+
prop="intersection">
|
|
50
|
+
<el-input-number :min="0" :max="65535" :precision="0" :step="1" :controls="false" v-model.number="manualInfo.tempGreenflash" size="small"></el-input-number>
|
|
51
|
+
</el-form-item>
|
|
54
52
|
<el-form-item
|
|
55
53
|
:label="$t('openatccomponents.overview.allred')"
|
|
56
54
|
prop="intersection">
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
|
|
12
12
|
// 全局滚动条样式
|
|
13
13
|
::-webkit-scrollbar {
|
|
14
|
-
width:
|
|
15
|
-
height:
|
|
14
|
+
width: 6PX;
|
|
15
|
+
height: 6PX;
|
|
16
16
|
}
|
|
17
17
|
::-webkit-scrollbar-thumb {
|
|
18
18
|
// 滚动条的滑块
|
|
19
|
-
border-radius:
|
|
19
|
+
border-radius: 3PX;
|
|
20
20
|
background: rgba(144, 147, 153, 0.3);
|
|
21
21
|
}
|
|
22
22
|
::-webkit-scrollbar-corner{
|
|
@@ -38,9 +38,6 @@
|
|
|
38
38
|
zoom: 0.9;
|
|
39
39
|
|
|
40
40
|
}
|
|
41
|
-
.centerText .text {
|
|
42
|
-
font-size: 14px;
|
|
43
|
-
}
|
|
44
41
|
}
|
|
45
42
|
/*当屏幕小于等于1440px的屏幕样式*/
|
|
46
43
|
@media only screen and (max-width: 1440px){
|
|
@@ -49,9 +46,6 @@
|
|
|
49
46
|
zoom: 0.8;
|
|
50
47
|
|
|
51
48
|
}
|
|
52
|
-
.centerText .text {
|
|
53
|
-
font-size: 18px;
|
|
54
|
-
}
|
|
55
49
|
}
|
|
56
50
|
/*当屏幕小于等于1280px的屏幕样式*/
|
|
57
51
|
@media only screen and (max-width: 1280px){
|
|
@@ -59,9 +53,6 @@
|
|
|
59
53
|
// transform: scale(0.65);
|
|
60
54
|
zoom: 0.65;
|
|
61
55
|
}
|
|
62
|
-
.centerText .text {
|
|
63
|
-
font-size: 20px;
|
|
64
|
-
}
|
|
65
56
|
}
|
|
66
57
|
/*当屏幕小于等于960px的屏幕样式*/
|
|
67
58
|
@media only screen and (max-width: 960px){
|
|
@@ -69,9 +60,6 @@
|
|
|
69
60
|
// transform: scale(0.5);
|
|
70
61
|
zoom: 0.5;
|
|
71
62
|
}
|
|
72
|
-
.centerText .text {
|
|
73
|
-
font-size: 14px;
|
|
74
|
-
}
|
|
75
63
|
}
|
|
76
64
|
/*当屏幕小于等于720px的屏幕样式*/
|
|
77
65
|
@media only screen and (max-width: 720px){
|
|
@@ -79,9 +67,6 @@
|
|
|
79
67
|
// transform: scale(0.45);
|
|
80
68
|
zoom: 0.45;
|
|
81
69
|
}
|
|
82
|
-
.centerText .text {
|
|
83
|
-
font-size: 14px;
|
|
84
|
-
}
|
|
85
70
|
}
|
|
86
71
|
// 小屏幕打开首页适配样式
|
|
87
72
|
.minifont {
|
|
@@ -188,4 +173,9 @@
|
|
|
188
173
|
color: $--color-text-primary;
|
|
189
174
|
font-size:30PX;
|
|
190
175
|
}
|
|
176
|
+
.centerText {
|
|
177
|
+
.text {
|
|
178
|
+
font-size: 18PX;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
191
181
|
}
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
overflow-y: auto;
|
|
227
227
|
}
|
|
228
228
|
.manual-common-content::-webkit-scrollbar {
|
|
229
|
-
width:
|
|
229
|
+
width: 6PX;
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
// 手动控制弹框
|
|
@@ -498,12 +498,12 @@
|
|
|
498
498
|
width: 85% !important;
|
|
499
499
|
}
|
|
500
500
|
.el-input.is-disabled .el-input__inner {
|
|
501
|
-
text-align:
|
|
501
|
+
text-align: left;
|
|
502
502
|
}
|
|
503
503
|
.el-input-number {
|
|
504
504
|
width: 100%;
|
|
505
505
|
.el-input__inner {
|
|
506
|
-
text-align:
|
|
506
|
+
text-align: left;
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
.el-select {
|
|
@@ -540,6 +540,9 @@
|
|
|
540
540
|
}
|
|
541
541
|
.el-input-number {
|
|
542
542
|
width: 100%;
|
|
543
|
+
.el-input__inner {
|
|
544
|
+
text-align: left;
|
|
545
|
+
}
|
|
543
546
|
}
|
|
544
547
|
.el-input-number--mini{
|
|
545
548
|
width: 100%;
|