openatc-components 0.2.80 → 0.2.81

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.
Files changed (58) hide show
  1. package/package/kisscomps/components/BoardCard/BoardCard.vue +0 -4
  2. package/package/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue +101 -0
  3. package/package/kisscomps/components/ChannelRealtimeIntersection/index.js +2 -0
  4. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkClickSvg.vue +34 -4
  5. package/package/kisscomps/components/IntersectionMap/crossDirection/baseImg/sidewalk.svg +535 -0
  6. package/package/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +105 -9
  7. package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/LphaseIconSvg.vue +19 -19
  8. package/package/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/phaseIconSvg.vue +19 -19
  9. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +8 -8
  10. package/package/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.left.json +8 -8
  11. package/package/kisscomps/components/IntersectionMap/intersectionmap.vue +13 -1
  12. package/package/kisscomps/components/PatternStatus/PatternStatus.vue +17 -94
  13. package/package/kisscomps/components/SchemeConfig/SchemeConfig.vue +5 -98
  14. package/package/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +11 -7
  15. package/package/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +9 -5
  16. package/package/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +7 -5
  17. package/package/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +41 -10
  18. package/package/kisscomps/components/SchemeConfig/priorityControl/index.vue +9 -5
  19. package/package/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +1 -1
  20. package/package/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +12 -8
  21. package/package/kisscomps/components/Stages/index.vue +2 -1
  22. package/package/kisscomps/components/patternList/patternList.vue +0 -4
  23. package/package/kisscomps/index.js +2 -0
  24. package/package/kissui.min.js +1 -1
  25. package/package.json +1 -1
  26. package/src/api/cross.js +4 -0
  27. package/src/api/template.js +4 -0
  28. package/src/i18n/language/zh.js +2 -2
  29. package/src/kisscomps/components/BoardCard/BoardCard.vue +0 -4
  30. package/src/kisscomps/components/ChannelRealtimeIntersection/ChannelRealtimeIntersection.vue +101 -0
  31. package/src/kisscomps/components/ChannelRealtimeIntersection/index.js +2 -0
  32. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/SidewalkClickSvg.vue +34 -4
  33. package/src/kisscomps/components/IntersectionMap/crossDirection/baseImg/sidewalk.svg +535 -0
  34. package/src/kisscomps/components/IntersectionMap/crossDirection/crossDiagram.vue +105 -9
  35. package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/LphaseIconSvg.vue +19 -19
  36. package/src/kisscomps/components/IntersectionMap/crossDirection/phaseIcon/phaseIconSvg.vue +19 -19
  37. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.json +8 -8
  38. package/src/kisscomps/components/IntersectionMap/crossDirection/posJson/phasePos.left.json +8 -8
  39. package/src/kisscomps/components/IntersectionMap/intersectionmap.vue +13 -1
  40. package/src/kisscomps/components/PatternStatus/PatternStatus.vue +17 -94
  41. package/src/kisscomps/components/SchemeConfig/SchemeConfig.vue +5 -98
  42. package/src/kisscomps/components/SchemeConfig/azimuthlocking/index.vue +11 -7
  43. package/src/kisscomps/components/SchemeConfig/closePhaselControlModal/index.vue +9 -5
  44. package/src/kisscomps/components/SchemeConfig/lockingPhaselControlModal/index.vue +7 -5
  45. package/src/kisscomps/components/SchemeConfig/manualControlModalNew/index.vue +41 -10
  46. package/src/kisscomps/components/SchemeConfig/priorityControl/index.vue +9 -5
  47. package/src/kisscomps/components/SchemeConfig/realtimeStatusModal/index.vue +1 -1
  48. package/src/kisscomps/components/SchemeConfig/tentativeplancontrolmodal/index.vue +12 -8
  49. package/src/kisscomps/components/Stages/index.vue +2 -1
  50. package/src/kisscomps/components/patternList/patternList.vue +0 -4
  51. package/src/kisscomps/index.js +2 -0
  52. package/src/router/index.js +1 -1
  53. package/src/views/intersection.vue +76 -28
  54. package/src/views/overView.vue +1 -1
  55. package/static/styles/commonkanban.scss +3 -3
  56. package/static/styles/overview.scss +2 -2
  57. package/static/styles/schemeconfig.scss +38 -23
  58. package/src/node_modules/.package_versions.json +0 -1
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="priority-control">
2
+ <div class="priority-control manual-common-content">
3
3
  <!-- <div class="title" style="margin-bottom: 18px;">{{$t('openatccomponents.overview.prioritycontrol')}}</div> -->
4
4
  <el-row>
5
5
  <el-col :span="12">
@@ -86,13 +86,13 @@
86
86
  </el-col>
87
87
  </el-row>
88
88
  <div class="footer" v-if="realtimeStatusModalvisible">
89
- <el-button @click="handleClose()">{{$t('openatccomponents.button.Back')}}</el-button>
90
- <el-button type="primary" plain @click="toAutoControl()" v-if="isHasPermission('configer:manual:renew')">{{$t('openatccomponents.overview.recovery')}}</el-button>
89
+ <el-button v-if="isShowBack" @click="handleClose()">{{$t('openatccomponents.button.Back')}}</el-button>
90
+ <el-button @click="toAutoControl()" v-if="isHasPermission('configer:manual:renew')">{{$t('openatccomponents.overview.recovery')}}</el-button>
91
91
  <el-button type="primary" @click="handleManualControl()">{{$t('openatccomponents.overview.implement')}}</el-button>
92
92
  </div>
93
93
  <div class="footer" v-if="!realtimeStatusModalvisible">
94
- <el-button @click="handleClose()">{{$t('openatccomponents.button.Back')}}</el-button>
95
- <el-button type="primary" plain @click="toAutoControl()" v-if="isHasPermission('configer:manual:renew')">{{$t('openatccomponents.overview.recovery')}}</el-button>
94
+ <el-button v-if="isShowBack" @click="handleClose()">{{$t('openatccomponents.button.Back')}}</el-button>
95
+ <el-button @click="toAutoControl()" v-if="isHasPermission('configer:manual:renew')">{{$t('openatccomponents.overview.recovery')}}</el-button>
96
96
  <el-button type="primary" @click="handleManualControl()">{{$t('openatccomponents.overview.comfirm')}}</el-button>
97
97
  </div>
98
98
  </div>
@@ -114,6 +114,10 @@ export default {
114
114
  },
115
115
  phaseList: {
116
116
  type: Array
117
+ },
118
+ isShowBack: {
119
+ type: Boolean,
120
+ default: true
117
121
  }
118
122
  },
119
123
  data () {
@@ -10,7 +10,7 @@
10
10
  * See the Mulan PSL v2 for more details.
11
11
  **/
12
12
  <template>
13
- <div>
13
+ <div style="overflow: hidden;">
14
14
  <div class="cross-mess">{{$t('openatccomponents.overview.crossinfo')}}</div>
15
15
  <div class="cross-module">
16
16
  <div class="cross-content">
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="tentativeplan-control">
2
+ <div class="tentativeplan-control manual-common-content">
3
3
  <!-- <div class="title" style="margin-bottom: 18px">
4
4
  {{ $t('openatccomponents.overview.tentativeplan') }}
5
5
  </div> -->
@@ -92,7 +92,7 @@
92
92
  </el-form>
93
93
  </el-col>
94
94
  </el-row>
95
- <el-row>
95
+ <el-row style="margin-top: 20px;">
96
96
  <el-radio v-model="isRing" :label="false" @change="changeRing">{{
97
97
  $t('openatccomponents.common.ringStyle')
98
98
  }}</el-radio>
@@ -126,14 +126,14 @@
126
126
  >
127
127
  </pattern-list>
128
128
  </el-row>
129
- <el-row>
129
+ <el-row style="margin-top: 20px;">
130
130
  <el-tabs v-model="activeTab" type="card">
131
131
  <el-tab-pane
132
132
  v-if="!isRing"
133
133
  :label="$t('openatccomponents.pattern.ringConfig')"
134
134
  name="kanban"
135
135
  >
136
- <div style="width: 100%; overflow: hidden; margin-top: 20px">
136
+ <div style="width: 100%; overflow: hidden;">
137
137
  <kan-ban
138
138
  v-for="n in ringCount"
139
139
  :key="n"
@@ -315,19 +315,19 @@
315
315
  </el-tabs>
316
316
  </el-row>
317
317
  <div class="footer" v-if="realtimeStatusModalvisible">
318
- <el-button @click="handleClose()">{{
318
+ <el-button v-if="isShowBack" @click="handleClose()">{{
319
319
  $t('openatccomponents.button.Back')
320
320
  }}</el-button>
321
- <el-button type="primary" plain @click="toAutoControl()" v-if="isHasPermission('configer:manual:renew')">{{$t('openatccomponents.overview.recovery')}}</el-button>
321
+ <el-button @click="toAutoControl()" v-if="isHasPermission('configer:manual:renew')">{{$t('openatccomponents.overview.recovery')}}</el-button>
322
322
  <el-button type="primary" @click="handleManualControl()">{{
323
323
  $t('openatccomponents.overview.implement')
324
324
  }}</el-button>
325
325
  </div>
326
326
  <div class="footer" v-if="!realtimeStatusModalvisible">
327
- <el-button @click="handleClose()">{{
327
+ <el-button v-if="isShowBack" @click="handleClose()">{{
328
328
  $t('openatccomponents.button.Back')
329
329
  }}</el-button>
330
- <el-button type="primary" plain @click="toAutoControl()" v-if="isHasPermission('configer:manual:renew')">{{$t('openatccomponents.overview.recovery')}}</el-button>
330
+ <el-button @click="toAutoControl()" v-if="isHasPermission('configer:manual:renew')">{{$t('openatccomponents.overview.recovery')}}</el-button>
331
331
  <el-button type="primary" @click="handleManualControl()">{{
332
332
  $t('openatccomponents.overview.comfirm')
333
333
  }}</el-button>
@@ -359,6 +359,10 @@ export default {
359
359
  },
360
360
  patternSelect: {
361
361
  type: Array
362
+ },
363
+ isShowBack: {
364
+ type: Boolean,
365
+ default: true
362
366
  }
363
367
  },
364
368
  watch: {
@@ -298,6 +298,7 @@ export default {
298
298
  dirListSetTheme (list) {
299
299
  let dirArr = []
300
300
  let color = getTheme() === 'light' ? '#606266' : '#F1F3F4'
301
+ let pedColor = getTheme() === 'light' ? '#606266' : 'rgba(255, 255, 255, 0.6)'
301
302
  for (let rec of list) {
302
303
  let recd = {
303
304
  ...rec,
@@ -305,7 +306,7 @@ export default {
305
306
  }
306
307
  dirArr.push(recd)
307
308
  for(let i=0;i<rec.peddirection.length;i++) {
308
- rec.peddirection[i].color = color
309
+ rec.peddirection[i].color = pedColor
309
310
  }
310
311
  }
311
312
  return dirArr
@@ -3,7 +3,6 @@
3
3
  <BoardCard
4
4
  :patternId="patternId"
5
5
  :contrloType="contrloType"
6
- :patternType="patternType"
7
6
  :stagesChange="stagesChange"
8
7
  :patternStatusList="patternStatusList"
9
8
  :cycles="cycles"
@@ -537,9 +536,6 @@ export default {
537
536
  patternStatusList: {
538
537
  type: Array
539
538
  },
540
- patternType: {
541
- type: String
542
- },
543
539
  patternId: {
544
540
  type: Number
545
541
  },
@@ -7,6 +7,7 @@ import lockingPhaselControlModal from './components/SchemeConfig/lockingPhaselCo
7
7
  import Channelization from './components/Channelization/index'
8
8
  import ChannelizationFlowStatistic from './components/ChannelizationFlowStatistic/index'
9
9
  import DrawChannelization from './components/DrawChannelization/index'
10
+ import ChannelRealtimeIntersection from './components/ChannelRealtimeIntersection/index'
10
11
  import FaultDetailModal from './components/FaultDetailModal/index'
11
12
  import CommonKanban from './components/CommonKanban/index'
12
13
  import patternList from './components/patternList/index'
@@ -47,6 +48,7 @@ const components = {
47
48
  Channelization,
48
49
  ChannelizationFlowStatistic,
49
50
  DrawChannelization,
51
+ ChannelRealtimeIntersection,
50
52
  FaultDetailModal,
51
53
  PatternStatus,
52
54
  BoardCard,
@@ -7,7 +7,7 @@ export default new Router({
7
7
  {
8
8
  path: '/',
9
9
  component: (resolve) => {
10
- require(['@/views/overView'], resolve)
10
+ require(['@/views/intersection'], resolve)
11
11
  }
12
12
  },
13
13
  {
@@ -1,31 +1,14 @@
1
1
  <template>
2
2
  <div>
3
- <!-- <h2>静态路口图</h2> -->
4
- <!-- <intersection-base-map
5
- ref="intersectionMap"
6
- :crossStatusData="crossStatusData"
7
- :agentId="agentId"
8
- :clickMode="true" /> -->
9
-
10
- <!-- 显示按通道获取相位的模版路口图 -->
11
- <h2 class="text">显示配置的相位路口图</h2>
12
- <!-- <intersection-base-map
13
- ref="intersectionMap"
14
- :crossStatusData="crossStatusData"
15
- agentId="tjblsxl-ticp6"
16
- isVipRoute
17
- :choosedDirection="[1,2,3]"
18
- :choosedPedDirection="[3,4]"
19
- :roadDirection="roadDirection" /> -->
20
- <intersection-direction-selection
21
- :agentId="this.agentId"
22
- :clickMode="false"
23
- :choosedDirection="[14,6,13,8]"
24
- :choosedPedDirection="[1]"
25
- :roadDirection="roadDirection" />
3
+ <h2 class="text">实时通道路口图</h2>
4
+ <channel-realtime-intersection
5
+ :agentId="this.agentId"
6
+ :roadDirection="roadDirection"
7
+ :channelRealtimeStatusData="channelRealtimeStatusData"
8
+ />
26
9
 
27
10
  <!-- 按通道获取相位的方向选择列表,特殊路口显示列表,普通路口显示模版路口图 -->
28
- <h2 class="text">非第三方配置路口图</h2>
11
+ <h2 class="text">非第三方配置路口图(按通道显示相位方向)</h2>
29
12
  <intersection-direction-selection
30
13
  :agentId="this.agentId"
31
14
  :choosedDirection="[14,6,13,8]"
@@ -33,7 +16,7 @@
33
16
  :roadDirection="roadDirection"
34
17
  @handleClickCrossIcon="handleClickCrossIcon" />
35
18
 
36
- <h2 class="text">第三方配置路口图</h2>
19
+ <h2 class="text">第三方配置路口图(按路口相位配置显示相位方向)</h2>
37
20
  <div>
38
21
  <intersection-direction-selection
39
22
  :agentId="this.agentId"
@@ -44,6 +27,23 @@
44
27
  @handleClickCrossIcon="handleClickCrossIcon" />
45
28
  </div>
46
29
 
30
+ <!-- 显示按通道获取相位的模版路口图 -->
31
+ <h2 class="text">显示配置的相位路口图</h2>
32
+ <!-- <intersection-base-map
33
+ ref="intersectionMap"
34
+ :crossStatusData="crossStatusData"
35
+ agentId="tjblsxl-ticp6"
36
+ isVipRoute
37
+ :choosedDirection="[1,2,3]"
38
+ :choosedPedDirection="[3,4]"
39
+ :roadDirection="roadDirection" /> -->
40
+ <!-- <intersection-direction-selection
41
+ :agentId="this.agentId"
42
+ :clickMode="false"
43
+ :choosedDirection="[14,6,13,8]"
44
+ :choosedPedDirection="[1]"
45
+ :roadDirection="roadDirection" /> -->
46
+
47
47
  <!-- <button @click="lockPhase" >相位锁定</button><br/>
48
48
  <button @click="unlockPhase" >解锁相位</button><br/>
49
49
  <button @click="changeControlPattern" >改变控制方案</button><br/>
@@ -139,12 +139,12 @@ export default {
139
139
  return {
140
140
  roadDirection: 'right',
141
141
  // reqUrl: 'http://192.168.13.103:10003/openatc',
142
- agentId: 'tjblsxl-ticp6',
142
+ agentId: 'tjblfql',
143
143
  // agentId: '13013',
144
144
  // agentId: '12007_390',
145
145
  // agentId: '12014',
146
146
  reqUrl: 'http://192.168.13.103:10003/openatc',
147
- Token: 'eyJraWQiOiIxNzE0MDk1MjUwNTU5IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTcxNDEzODQ1MCwiaWF0IjoxNzE0MDk1MjUwfQ.17SP6vzbImSV2jy_LC10xQaH7z4aXWvg3yc2bUFLYvE',
147
+ Token: 'eyJraWQiOiIxNzE4NzU5ODA0Njc0IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTcxODgwMzAwNCwiaWF0IjoxNzE4NzU5ODA0fQ.8CKosL9Yrp8h8d_op6kGHHcNXIBgNu3YhwY7JdPIKJc',
148
148
  // agentId: '30003-352',
149
149
  // reqUrl: 'https://kints-dev.devdolphin.com/openatc',
150
150
  // Token: 'eyJraWQiOiIxNjUwNTA5MDI2ODk2IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJ4aWFvbWluZyIsImV4cCI6MTczNjkwOTAyNiwiaWF0IjoxNjUwNTA5MDI2fQ.-s4T-uMRmB2zf9yer87USKQXLY1a12Zq5lCOnqjNmfA',
@@ -186,7 +186,55 @@ export default {
186
186
  }
187
187
  }
188
188
  ],
189
- crossStatusData: {}
189
+ crossStatusData: {},
190
+ channelRealtimeStatusData: {
191
+ 'channellamp': [
192
+ {
193
+ 'id': 1,
194
+ 'light': 1
195
+ },
196
+ {
197
+ 'id': 2,
198
+ 'light': 3
199
+ },
200
+ {
201
+ 'id': 3,
202
+ 'light': 1
203
+ },
204
+ {
205
+ 'id': 4,
206
+ 'light': 1
207
+ },
208
+ {
209
+ 'id': 5,
210
+ 'light': 3
211
+ },
212
+ {
213
+ 'id': 6,
214
+ 'light': 1
215
+ },
216
+ {
217
+ 'id': 7,
218
+ 'light': 3
219
+ },
220
+ {
221
+ 'id': 8,
222
+ 'light': 3
223
+ },
224
+ {
225
+ 'id': 9,
226
+ 'light': 1
227
+ },
228
+ {
229
+ 'id': 10,
230
+ 'light': 1
231
+ },
232
+ {
233
+ 'id': 11,
234
+ 'light': 3
235
+ }
236
+ ]
237
+ }
190
238
  }
191
239
  },
192
240
  components: {
@@ -20,7 +20,7 @@ export default {
20
20
  modeName: '交警遥控',
21
21
  controlName: '步进',
22
22
  agentId: 'jmlxhl',
23
- Token: 'eyJraWQiOiIxNzA4OTA5NDk2ODcxIiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTcwODk1MjY5NiwiaWF0IjoxNzA4OTA5NDk2fQ.FI0gzBQFLyQsj95LG56lVZxb6WYlr2-datNsyv6fF-I',
23
+ Token: 'eyJraWQiOiIxNzE4NjcyODI1MTg4IiwidHlwIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJzdWIiOiJhZG1pbiIsImV4cCI6MTcxODcxNjAyNSwiaWF0IjoxNzE4NjcyODI1fQ.vjEP7xqngwal74DlUwqs4FLoy-IsNphHNrbuDqzGce4',
24
24
  reqUrl: 'http://192.168.13.103:10003/openatc'
25
25
  }
26
26
  },
@@ -57,7 +57,7 @@
57
57
  overflow: hidden;
58
58
  text-align: center;
59
59
  padding: 0 6PX;
60
- margin-bottom: -20PX;
60
+ margin-bottom: -10PX;
61
61
  font-size: 12PX;
62
62
  color: $--color-info;
63
63
  background-color: $--color-black;
@@ -141,10 +141,10 @@
141
141
  cursor: pointer;
142
142
  width: 100%;
143
143
  height: 48PX;
144
- margin: 5PX 0;
144
+ // margin: 5PX 0;
145
145
  // background-color: rgba(31,46,46,0.9);
146
146
  text-align: left;
147
- line-height: 40PX;
147
+ line-height: 37PX;
148
148
  padding: 1PX 1PX;
149
149
  box-sizing: border-box;
150
150
  // cursor: pointer;
@@ -109,7 +109,7 @@
109
109
  margin-left: 15PX;
110
110
  margin-top: 15PX;
111
111
  height: 20PX;
112
- font-size: 20PX;
112
+ font-size: 18PX;
113
113
  font-weight: normal;
114
114
  font-stretch: normal;
115
115
  line-height: 22PX;
@@ -130,7 +130,7 @@
130
130
  float: right;
131
131
  color: $--color-text-regular;
132
132
  .el-checkbox__label {
133
- font-size: 16PX;
133
+ font-size: 14PX;
134
134
  color: $--color-text-regular;
135
135
  font-weight: normal;
136
136
  font-stretch: normal;
@@ -1,6 +1,7 @@
1
1
  // 方案配置面板
2
2
  .scheme-config {
3
3
  position: relative;
4
+ overflow: hidden;
4
5
  .iconfont {
5
6
  font-family: "iconfont" !important;
6
7
  font-size: 34PX;
@@ -14,12 +15,13 @@
14
15
  .right-control-part {
15
16
  min-width: 300PX;
16
17
  overflow: auto;
18
+ height: 100%;
17
19
  }
18
20
  .cross-mess {
19
21
  margin-left: 15PX;
20
22
  margin-top: 15PX;
21
23
  height: 20PX;
22
- font-size: 20PX;
24
+ font-size: 18PX;
23
25
  font-weight: normal;
24
26
  font-stretch: normal;
25
27
  line-height: 22PX;
@@ -219,11 +221,18 @@
219
221
  }
220
222
  }
221
223
  }
224
+ .manual-common-content {
225
+ height: calc(100% - 100PX);
226
+ overflow-y: auto;
227
+ }
228
+ .manual-common-content::-webkit-scrollbar {
229
+ width: 8PX;
230
+ }
222
231
  }
223
232
  // 手动控制弹框
224
233
  .manual-control-modal{
225
234
  // padding: 21PX 0PX 21PX 28PX;
226
- min-width: 360PX;
235
+ // min-width: 360PX;
227
236
  overflow: auto;
228
237
  .title {
229
238
  margin-bottom: 24PX;
@@ -284,6 +293,10 @@
284
293
  }
285
294
  .manual-control-modal-new {
286
295
  padding: 20PX 20PX 0 20PX;
296
+ height: 100%;
297
+ .el-tabs {
298
+ height: 100%;
299
+ }
287
300
  .el-tabs__nav.is-top {
288
301
  width: 100%;
289
302
  }
@@ -303,6 +316,14 @@
303
316
  }
304
317
  .el-tabs__content {
305
318
  overflow-x: auto;
319
+ height: calc(100% - 60PX);
320
+ }
321
+ .el-tab-pane {
322
+ height: 100%;
323
+ }
324
+ .el-form-item__label {
325
+ font-size: 14PX;
326
+ color: $--color-text-secondary;
306
327
  }
307
328
  .group-control {
308
329
  margin-bottom: 20PX;
@@ -310,9 +331,6 @@
310
331
  }
311
332
 
312
333
  .common-config {
313
- .el-form-item__label {
314
- color: $--color-text-secondary;
315
- }
316
334
  .el-form-item {
317
335
  margin-bottom: 0PX;
318
336
  }
@@ -340,7 +358,6 @@
340
358
  }
341
359
  .priority-control{
342
360
  height: 100%;
343
- min-width: 360PX;
344
361
  overflow: auto;
345
362
  .title {
346
363
  margin-bottom: 24PX;
@@ -361,13 +378,11 @@
361
378
  width: 90%;
362
379
  }
363
380
  .el-form-item {
364
- margin-bottom: 10PX;
381
+ margin-bottom: 0PX;
365
382
  margin-right: 10PX;
366
383
  }
367
384
  .el-form-item__label {
368
- font-size: 14PX;
369
385
  font-weight: 700;
370
- color: $--color-text-secondary;
371
386
  }
372
387
  .el-input-number {
373
388
  width: 100%;
@@ -375,16 +390,20 @@
375
390
  text-align: left;
376
391
  }
377
392
  }
393
+ .el-select {
394
+ width: 100%;
395
+ }
378
396
  }
379
397
  .tentativeplan-control{
380
398
  // height: 100%;
381
399
  // padding: 21PX 0PX 21PX 28PX;
382
- min-width: 360PX;
383
- overflow: hidden !important;
400
+ // min-width: 360PX;
401
+ // overflow: hidden !important;
384
402
  .forbiddenstage{
385
403
  width: 77% !important;
386
404
  margin: 10px auto;
387
405
  color: $--color-text-primary;
406
+ font-size: 14PX;
388
407
  }
389
408
  .stage-panel-contener {
390
409
  display: flex;
@@ -443,10 +462,6 @@
443
462
  margin-bottom: 0PX;
444
463
  margin-right: 10PX;
445
464
  }
446
- .el-form-item__label {
447
- font-size: 14PX;
448
- color: $--color-text-secondary;
449
- }
450
465
  .el-dialog__footer {
451
466
  padding: 10PX 72PX 38PX 0;
452
467
  }
@@ -491,6 +506,9 @@
491
506
  text-align: center;
492
507
  }
493
508
  }
509
+ .el-select {
510
+ width: 100%;
511
+ }
494
512
  }
495
513
  .closephase-control{
496
514
  height: 100%;
@@ -511,16 +529,17 @@
511
529
 
512
530
  .lockingphase-control {
513
531
  height: 100%;
514
- min-width: 430PX;
515
- overflow: auto;
516
532
  .closephasekanban {
517
533
  width: 60%;
518
534
  margin: 0 auto;
519
535
  margin-bottom: 13PX;
520
536
  }
521
537
  .el-form-item {
522
- width: 45%;
523
- min-width: 180PX;
538
+ margin-bottom: 0;
539
+ margin-right: 10PX;
540
+ }
541
+ .el-input-number {
542
+ width: 100%;
524
543
  }
525
544
  .el-input-number--mini{
526
545
  width: 100%;
@@ -528,8 +547,4 @@
528
547
  .el-input {
529
548
  width: 100%;
530
549
  }
531
- .el-form-item__content {
532
- width: calc(100% - 120PX);
533
- min-width: 80PX;
534
- }
535
550
  }
@@ -1 +0,0 @@
1
- {}