openatc-components 0.1.141 → 0.1.143
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/patternConfig/index.vue +11 -21
- package/package/kisscomps/components/patternConfig/planContent.vue +3 -2
- package/package/kissui.min.js +1 -1
- package/package.json +127 -127
- package/src/kisscomps/components/patternConfig/index.vue +11 -21
- package/src/kisscomps/components/patternConfig/planContent.vue +3 -2
- package/src/views/patternConfig.vue +4 -2
- package/static/styles/patternConfig.scss +47 -49
package/package.json
CHANGED
|
@@ -1,127 +1,127 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "openatc-components",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "A Vue.js project",
|
|
5
|
-
"author": "openatc developer",
|
|
6
|
-
"private": false,
|
|
7
|
-
"main": "package/kissui.min.js",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
10
|
-
"start": "npm run dev",
|
|
11
|
-
"unit": "jest --config test/unit/jest.conf.js --coverage",
|
|
12
|
-
"e2e": "node test/e2e/runner.js",
|
|
13
|
-
"test": "npm run unit && npm run e2e",
|
|
14
|
-
"lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
|
|
15
|
-
"build": "node build/build.js",
|
|
16
|
-
"package:dev": "webpack --config build/package.dev.config.js",
|
|
17
|
-
"package:prod": "webpack --config build/package.prod.config.js",
|
|
18
|
-
"package": "npm run package:prod && npm publish && npm run build",
|
|
19
|
-
"npm2taobao": "npm config set registry https://registry.npm.taobao.org",
|
|
20
|
-
"npm2npm": "npm config set registry https://registry.npmjs.org/",
|
|
21
|
-
"npm2yuanqu": "npm config set registry http://nexus.ctsp.kedacom.com/content/groups/npm-host-yuanqu/"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@minogin/vue-drag-resize-rotate": "^1.0.5",
|
|
25
|
-
"animate.css": "^3.7.2",
|
|
26
|
-
"axios": "0.21.1",
|
|
27
|
-
"echarts": "^4.9.0",
|
|
28
|
-
"element-ui": "^2.7.2",
|
|
29
|
-
"flatpickr": "^4.5.1",
|
|
30
|
-
"jquery": "^3.3.1",
|
|
31
|
-
"js-cookie": "2.2.0",
|
|
32
|
-
"localStorage": "^1.0.4",
|
|
33
|
-
"moment": "^2.24.0",
|
|
34
|
-
"pend": "^1.2.0",
|
|
35
|
-
"scss-loader": "0.0.1",
|
|
36
|
-
"v-tooltip": "^2.0.0-rc.33",
|
|
37
|
-
"vue": "^2.5.2",
|
|
38
|
-
"vue-i18n": "^8.7.0",
|
|
39
|
-
"vue-router": "^3.0.1",
|
|
40
|
-
"vuedraggable": "^2.16.0",
|
|
41
|
-
"vuex": "3.0.1"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"autoprefixer": "^7.1.2",
|
|
45
|
-
"babel-core": "^6.22.1",
|
|
46
|
-
"babel-eslint": "^8.2.1",
|
|
47
|
-
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
48
|
-
"babel-jest": "^21.0.2",
|
|
49
|
-
"babel-loader": "^7.1.1",
|
|
50
|
-
"babel-plugin-dynamic-import-node": "^1.2.0",
|
|
51
|
-
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
52
|
-
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
|
53
|
-
"babel-plugin-transform-runtime": "^6.22.0",
|
|
54
|
-
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
|
55
|
-
"babel-preset-env": "^1.3.2",
|
|
56
|
-
"babel-preset-stage-2": "^6.22.0",
|
|
57
|
-
"babel-register": "^6.22.0",
|
|
58
|
-
"babel-runtime": "^6.11.6",
|
|
59
|
-
"chalk": "^2.0.1",
|
|
60
|
-
"chromedriver": "^2.40.0",
|
|
61
|
-
"copy-webpack-plugin": "^4.0.1",
|
|
62
|
-
"cross-spawn": "^5.0.1",
|
|
63
|
-
"css-loader": "^0.28.11",
|
|
64
|
-
"eslint": "^4.15.0",
|
|
65
|
-
"eslint-config-standard": "^10.2.1",
|
|
66
|
-
"eslint-friendly-formatter": "^3.0.0",
|
|
67
|
-
"eslint-loader": "^1.7.1",
|
|
68
|
-
"eslint-plugin-import": "^2.7.0",
|
|
69
|
-
"eslint-plugin-node": "^5.2.0",
|
|
70
|
-
"eslint-plugin-promise": "^3.4.0",
|
|
71
|
-
"eslint-plugin-standard": "^3.0.1",
|
|
72
|
-
"eslint-plugin-vue": "^4.0.0",
|
|
73
|
-
"extract-text-webpack-plugin": "^3.0.2",
|
|
74
|
-
"file-loader": "^1.1.4",
|
|
75
|
-
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
76
|
-
"html-webpack-plugin": "^2.30.1",
|
|
77
|
-
"jest": "^22.0.4",
|
|
78
|
-
"jest-serializer-vue": "^0.3.0",
|
|
79
|
-
"less": "^3.8.1",
|
|
80
|
-
"less-loader": "^4.1.0",
|
|
81
|
-
"nightwatch": "^0.9.12",
|
|
82
|
-
"node-notifier": "^5.1.2",
|
|
83
|
-
"node-sass": "^4.9.2",
|
|
84
|
-
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
|
85
|
-
"ora": "^1.2.0",
|
|
86
|
-
"portfinder": "^1.0.13",
|
|
87
|
-
"postcss-import": "^11.0.0",
|
|
88
|
-
"postcss-loader": "^2.0.8",
|
|
89
|
-
"postcss-url": "^7.2.1",
|
|
90
|
-
"rimraf": "^2.6.0",
|
|
91
|
-
"sass-loader": "^7.0.3",
|
|
92
|
-
"sass-resources-loader": "^2.1.1",
|
|
93
|
-
"selenium-server": "^3.0.1",
|
|
94
|
-
"semver": "^5.3.0",
|
|
95
|
-
"shelljs": "^0.7.6",
|
|
96
|
-
"style-loader": "^0.21.0",
|
|
97
|
-
"stylus-loader": "^3.0.2",
|
|
98
|
-
"svg-sprite-loader": "3.5.2",
|
|
99
|
-
"uglifyjs-webpack-plugin": "^1.1.1",
|
|
100
|
-
"url-loader": "^0.5.8",
|
|
101
|
-
"vue-jest": "^1.0.2",
|
|
102
|
-
"vue-loader": "^13.3.0",
|
|
103
|
-
"vue-style-loader": "^3.0.1",
|
|
104
|
-
"vue-template-compiler": "^2.5.2",
|
|
105
|
-
"webpack": "^3.6.0",
|
|
106
|
-
"webpack-bundle-analyzer": "^2.9.0",
|
|
107
|
-
"webpack-cli": "^5.1.4",
|
|
108
|
-
"webpack-dev-server": "^2.11.5",
|
|
109
|
-
"webpack-merge": "^4.1.0"
|
|
110
|
-
},
|
|
111
|
-
"optionalDependencies": {
|
|
112
|
-
"fsevents": "*"
|
|
113
|
-
},
|
|
114
|
-
"engines": {
|
|
115
|
-
"node": ">= 6.0.0",
|
|
116
|
-
"npm": ">= 3.0.0"
|
|
117
|
-
},
|
|
118
|
-
"browserslist": [
|
|
119
|
-
"> 1%",
|
|
120
|
-
"last 2 versions",
|
|
121
|
-
"not ie <= 8"
|
|
122
|
-
],
|
|
123
|
-
"directories": {
|
|
124
|
-
"test": "test"
|
|
125
|
-
},
|
|
126
|
-
"license": "ISC"
|
|
127
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "openatc-components",
|
|
3
|
+
"version": "0.1.143",
|
|
4
|
+
"description": "A Vue.js project",
|
|
5
|
+
"author": "openatc developer",
|
|
6
|
+
"private": false,
|
|
7
|
+
"main": "package/kissui.min.js",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
10
|
+
"start": "npm run dev",
|
|
11
|
+
"unit": "jest --config test/unit/jest.conf.js --coverage",
|
|
12
|
+
"e2e": "node test/e2e/runner.js",
|
|
13
|
+
"test": "npm run unit && npm run e2e",
|
|
14
|
+
"lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
|
|
15
|
+
"build": "node build/build.js",
|
|
16
|
+
"package:dev": "webpack --config build/package.dev.config.js",
|
|
17
|
+
"package:prod": "webpack --config build/package.prod.config.js",
|
|
18
|
+
"package": "npm run package:prod && npm publish && npm run build",
|
|
19
|
+
"npm2taobao": "npm config set registry https://registry.npm.taobao.org",
|
|
20
|
+
"npm2npm": "npm config set registry https://registry.npmjs.org/",
|
|
21
|
+
"npm2yuanqu": "npm config set registry http://nexus.ctsp.kedacom.com/content/groups/npm-host-yuanqu/"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@minogin/vue-drag-resize-rotate": "^1.0.5",
|
|
25
|
+
"animate.css": "^3.7.2",
|
|
26
|
+
"axios": "0.21.1",
|
|
27
|
+
"echarts": "^4.9.0",
|
|
28
|
+
"element-ui": "^2.7.2",
|
|
29
|
+
"flatpickr": "^4.5.1",
|
|
30
|
+
"jquery": "^3.3.1",
|
|
31
|
+
"js-cookie": "2.2.0",
|
|
32
|
+
"localStorage": "^1.0.4",
|
|
33
|
+
"moment": "^2.24.0",
|
|
34
|
+
"pend": "^1.2.0",
|
|
35
|
+
"scss-loader": "0.0.1",
|
|
36
|
+
"v-tooltip": "^2.0.0-rc.33",
|
|
37
|
+
"vue": "^2.5.2",
|
|
38
|
+
"vue-i18n": "^8.7.0",
|
|
39
|
+
"vue-router": "^3.0.1",
|
|
40
|
+
"vuedraggable": "^2.16.0",
|
|
41
|
+
"vuex": "3.0.1"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"autoprefixer": "^7.1.2",
|
|
45
|
+
"babel-core": "^6.22.1",
|
|
46
|
+
"babel-eslint": "^8.2.1",
|
|
47
|
+
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
48
|
+
"babel-jest": "^21.0.2",
|
|
49
|
+
"babel-loader": "^7.1.1",
|
|
50
|
+
"babel-plugin-dynamic-import-node": "^1.2.0",
|
|
51
|
+
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
52
|
+
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
|
53
|
+
"babel-plugin-transform-runtime": "^6.22.0",
|
|
54
|
+
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
|
55
|
+
"babel-preset-env": "^1.3.2",
|
|
56
|
+
"babel-preset-stage-2": "^6.22.0",
|
|
57
|
+
"babel-register": "^6.22.0",
|
|
58
|
+
"babel-runtime": "^6.11.6",
|
|
59
|
+
"chalk": "^2.0.1",
|
|
60
|
+
"chromedriver": "^2.40.0",
|
|
61
|
+
"copy-webpack-plugin": "^4.0.1",
|
|
62
|
+
"cross-spawn": "^5.0.1",
|
|
63
|
+
"css-loader": "^0.28.11",
|
|
64
|
+
"eslint": "^4.15.0",
|
|
65
|
+
"eslint-config-standard": "^10.2.1",
|
|
66
|
+
"eslint-friendly-formatter": "^3.0.0",
|
|
67
|
+
"eslint-loader": "^1.7.1",
|
|
68
|
+
"eslint-plugin-import": "^2.7.0",
|
|
69
|
+
"eslint-plugin-node": "^5.2.0",
|
|
70
|
+
"eslint-plugin-promise": "^3.4.0",
|
|
71
|
+
"eslint-plugin-standard": "^3.0.1",
|
|
72
|
+
"eslint-plugin-vue": "^4.0.0",
|
|
73
|
+
"extract-text-webpack-plugin": "^3.0.2",
|
|
74
|
+
"file-loader": "^1.1.4",
|
|
75
|
+
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
76
|
+
"html-webpack-plugin": "^2.30.1",
|
|
77
|
+
"jest": "^22.0.4",
|
|
78
|
+
"jest-serializer-vue": "^0.3.0",
|
|
79
|
+
"less": "^3.8.1",
|
|
80
|
+
"less-loader": "^4.1.0",
|
|
81
|
+
"nightwatch": "^0.9.12",
|
|
82
|
+
"node-notifier": "^5.1.2",
|
|
83
|
+
"node-sass": "^4.9.2",
|
|
84
|
+
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
|
85
|
+
"ora": "^1.2.0",
|
|
86
|
+
"portfinder": "^1.0.13",
|
|
87
|
+
"postcss-import": "^11.0.0",
|
|
88
|
+
"postcss-loader": "^2.0.8",
|
|
89
|
+
"postcss-url": "^7.2.1",
|
|
90
|
+
"rimraf": "^2.6.0",
|
|
91
|
+
"sass-loader": "^7.0.3",
|
|
92
|
+
"sass-resources-loader": "^2.1.1",
|
|
93
|
+
"selenium-server": "^3.0.1",
|
|
94
|
+
"semver": "^5.3.0",
|
|
95
|
+
"shelljs": "^0.7.6",
|
|
96
|
+
"style-loader": "^0.21.0",
|
|
97
|
+
"stylus-loader": "^3.0.2",
|
|
98
|
+
"svg-sprite-loader": "3.5.2",
|
|
99
|
+
"uglifyjs-webpack-plugin": "^1.1.1",
|
|
100
|
+
"url-loader": "^0.5.8",
|
|
101
|
+
"vue-jest": "^1.0.2",
|
|
102
|
+
"vue-loader": "^13.3.0",
|
|
103
|
+
"vue-style-loader": "^3.0.1",
|
|
104
|
+
"vue-template-compiler": "^2.5.2",
|
|
105
|
+
"webpack": "^3.6.0",
|
|
106
|
+
"webpack-bundle-analyzer": "^2.9.0",
|
|
107
|
+
"webpack-cli": "^5.1.4",
|
|
108
|
+
"webpack-dev-server": "^2.11.5",
|
|
109
|
+
"webpack-merge": "^4.1.0"
|
|
110
|
+
},
|
|
111
|
+
"optionalDependencies": {
|
|
112
|
+
"fsevents": "*"
|
|
113
|
+
},
|
|
114
|
+
"engines": {
|
|
115
|
+
"node": ">= 6.0.0",
|
|
116
|
+
"npm": ">= 3.0.0"
|
|
117
|
+
},
|
|
118
|
+
"browserslist": [
|
|
119
|
+
"> 1%",
|
|
120
|
+
"last 2 versions",
|
|
121
|
+
"not ie <= 8"
|
|
122
|
+
],
|
|
123
|
+
"directories": {
|
|
124
|
+
"test": "test"
|
|
125
|
+
},
|
|
126
|
+
"license": "ISC"
|
|
127
|
+
}
|
|
@@ -12,16 +12,6 @@
|
|
|
12
12
|
<template>
|
|
13
13
|
<div class="patternConfig">
|
|
14
14
|
<el-container>
|
|
15
|
-
<!-- <el-aside width="180px">
|
|
16
|
-
<PlanMenu :planData="planData"
|
|
17
|
-
:zIndexObj="zIndexObj"
|
|
18
|
-
:loading="loading"
|
|
19
|
-
@maskChange="maskChange"
|
|
20
|
-
@chooseRoute="chooseRoute"
|
|
21
|
-
@resetContentComponent="resetContentComponent"
|
|
22
|
-
@editStart="editStart"
|
|
23
|
-
@refresh="refresh"/>
|
|
24
|
-
</el-aside> -->
|
|
25
15
|
<!-- <el-main> -->
|
|
26
16
|
<div class="main-container" style="height: 100%;width: 100%;">
|
|
27
17
|
<el-tabs v-model="editableTabsValue" type="card" @edit="handleTabsEdit" :before-leave="beforeLeave" style="height: 100%;">
|
|
@@ -29,23 +19,23 @@
|
|
|
29
19
|
:closable="true"
|
|
30
20
|
:key="item.tabName"
|
|
31
21
|
v-for="(item) in editableTabs"
|
|
32
|
-
:label="
|
|
22
|
+
:label="item.title"
|
|
33
23
|
:name="item.tabName"
|
|
34
24
|
>
|
|
35
25
|
<div class="panel-content" style="height: 100%;">
|
|
36
|
-
|
|
26
|
+
<div style="height: 6%;">
|
|
37
27
|
<div class="route-filter-container" style="display:flex;">
|
|
38
28
|
<div class="filter">
|
|
39
|
-
<span class="header-span">{{$t('openatccomponents.greenwaveoptimize.
|
|
29
|
+
<span class="header-span">{{$t('openatccomponents.greenwaveoptimize.name')}}:</span>
|
|
40
30
|
<el-input
|
|
41
31
|
clearable
|
|
42
32
|
size="small"
|
|
43
|
-
v-model="item.
|
|
33
|
+
v-model="item.title"
|
|
44
34
|
style="width:70%;"
|
|
45
35
|
@change="onConditionChange"
|
|
46
36
|
/>
|
|
47
37
|
</div>
|
|
48
|
-
<div class="filter">
|
|
38
|
+
<!-- <div class="filter">
|
|
49
39
|
<span class="header-span">{{$t('edge.date.month')}}:</span>
|
|
50
40
|
<el-select multiple
|
|
51
41
|
v-model="item.month"
|
|
@@ -189,10 +179,10 @@
|
|
|
189
179
|
@change="onDownspeedChange"
|
|
190
180
|
v-model="item.downspeed"
|
|
191
181
|
></el-input-number>
|
|
192
|
-
</div>
|
|
182
|
+
</div> -->
|
|
193
183
|
</div>
|
|
194
|
-
</div>
|
|
195
|
-
<div style="height:
|
|
184
|
+
</div>
|
|
185
|
+
<div style="height: 94%;" class="table-container">
|
|
196
186
|
<PatternTable ref="patterntable"
|
|
197
187
|
:opt="item.devs"
|
|
198
188
|
:isAllowedExpand="isAllowedExpand"
|
|
@@ -356,7 +346,7 @@ export default {
|
|
|
356
346
|
},
|
|
357
347
|
currentIndex: 0,
|
|
358
348
|
editableTabs: [{
|
|
359
|
-
title: '
|
|
349
|
+
title: '仿真实例 1',
|
|
360
350
|
tabName: '1',
|
|
361
351
|
content: 'Tab 1 content',
|
|
362
352
|
patternid: 1,
|
|
@@ -783,7 +773,7 @@ export default {
|
|
|
783
773
|
let tabObj = {
|
|
784
774
|
id: this.currentIndex + 1,
|
|
785
775
|
name: '',
|
|
786
|
-
title: this.$t('openatccomponents.greenwaveoptimize.
|
|
776
|
+
title: this.$t('openatccomponents.greenwaveoptimize.scene') + ' ' + newTabName,
|
|
787
777
|
tabName: newTabName,
|
|
788
778
|
content: 'New Tab content',
|
|
789
779
|
patternid: 1,
|
|
@@ -875,7 +865,7 @@ export default {
|
|
|
875
865
|
resetTab () {
|
|
876
866
|
this.editableTabs = [
|
|
877
867
|
{
|
|
878
|
-
title: this.$t('openatccomponents.greenwaveoptimize.
|
|
868
|
+
title: this.$t('openatccomponents.greenwaveoptimize.scene') + ' 1',
|
|
879
869
|
id: 1,
|
|
880
870
|
name: '',
|
|
881
871
|
tabName: '1',
|
|
@@ -372,10 +372,11 @@ export default {
|
|
|
372
372
|
delete pattern.optstrategy
|
|
373
373
|
delete pattern.plan
|
|
374
374
|
delete pattern.upspeed
|
|
375
|
-
|
|
375
|
+
pattern.name = pattern.title
|
|
376
|
+
// delete pattern.name
|
|
377
|
+
// delete pattern.name
|
|
376
378
|
delete pattern.title
|
|
377
379
|
delete pattern.patternid
|
|
378
|
-
delete pattern.name
|
|
379
380
|
pattern.devs.map(inter => {
|
|
380
381
|
delete inter.allPatterns
|
|
381
382
|
delete inter.currPhase
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
<PatternConfig
|
|
6
6
|
:agentids="agentids2"
|
|
7
7
|
:isAllowedExpand="isAllowedExpand"
|
|
8
|
+
:isOnlyOneTab="isOnlyOneTab"
|
|
8
9
|
:opt="opt2"
|
|
9
10
|
ref="patternConfig"
|
|
10
11
|
>
|
|
@@ -20,6 +21,7 @@ export default {
|
|
|
20
21
|
name: 'PatternConfigTest',
|
|
21
22
|
data () {
|
|
22
23
|
return {
|
|
24
|
+
isOnlyOneTab: false,
|
|
23
25
|
isAllowedExpand: false,
|
|
24
26
|
// agentids: ['gjnlgjxl'],
|
|
25
27
|
agentids2: ['gjnlahql', 'gjnlgjxl', 'gjnljml', 'jabh', 'jaja', 'jmlfqbl'],
|
|
@@ -42,7 +44,7 @@ export default {
|
|
|
42
44
|
'optPatternList': [
|
|
43
45
|
{
|
|
44
46
|
'id': 1,
|
|
45
|
-
'name': '',
|
|
47
|
+
'name': 'dsfasdfdsf',
|
|
46
48
|
'tabName': '1',
|
|
47
49
|
'devs': [
|
|
48
50
|
{
|
|
@@ -1439,7 +1441,7 @@ export default {
|
|
|
1439
1441
|
/* height: 600px; */
|
|
1440
1442
|
width: 1020px;
|
|
1441
1443
|
// height: 620px;
|
|
1442
|
-
height:
|
|
1444
|
+
height: 670px;
|
|
1443
1445
|
border: 1PX solid yellow;
|
|
1444
1446
|
position: relative;
|
|
1445
1447
|
}
|
|
@@ -1,57 +1,55 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
// 路线优化
|
|
2
|
+
.patternConfig {
|
|
3
|
+
// margin-top: 15px;
|
|
4
|
+
height: 100%;
|
|
5
|
+
background-color: $--background-color-base;
|
|
6
|
+
.el-dialog__body {
|
|
7
|
+
padding: 0;
|
|
8
|
+
}
|
|
9
|
+
.main-container {
|
|
10
|
+
border: 0px solid red;
|
|
11
|
+
width: 100%;
|
|
5
12
|
height: 100%;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
height:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
margin-top: 10px;
|
|
14
|
+
margin-bottom: 10px;
|
|
15
|
+
.panel-content {
|
|
16
|
+
border: 0px solid green;
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 680px;
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
justify-content: flex-start;
|
|
22
|
+
.route-filter-container {
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: flex-start;
|
|
17
25
|
margin-top: 10px;
|
|
18
|
-
margin-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
width:
|
|
22
|
-
|
|
26
|
+
margin-left: 20px;
|
|
27
|
+
flex-wrap: wrap;
|
|
28
|
+
.filter {
|
|
29
|
+
width: 30%;
|
|
30
|
+
border: 0px solid red;
|
|
23
31
|
display: flex;
|
|
24
|
-
|
|
25
|
-
|
|
32
|
+
padding: 0 0 8px 0;
|
|
33
|
+
justify-content: flex-start;
|
|
34
|
+
align-items: center;
|
|
35
|
+
.header-span {
|
|
36
|
+
width: 45px;
|
|
37
|
+
border: 0px solid red;
|
|
26
38
|
display: flex;
|
|
27
|
-
justify-content: end;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
padding: 0 0 8px 0;
|
|
34
|
-
justify-content: center;
|
|
35
|
-
align-items: center;
|
|
36
|
-
.header-span {
|
|
37
|
-
width: 21%;
|
|
38
|
-
border: 0px solid red;
|
|
39
|
-
display: flex;
|
|
40
|
-
justify-content: flex-end;
|
|
41
|
-
color: $--color-text-secondary;
|
|
42
|
-
font-size: 14PX;
|
|
43
|
-
font-weight: normal;
|
|
44
|
-
font-stretch: normal;
|
|
45
|
-
line-height: 14PX;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
.table-container {
|
|
50
|
-
.app-container {
|
|
51
|
-
background-color: $--color-white;
|
|
52
|
-
}
|
|
39
|
+
justify-content: flex-end;
|
|
40
|
+
color: $--color-text-secondary;
|
|
41
|
+
font-size: 14px;
|
|
42
|
+
font-weight: normal;
|
|
43
|
+
font-stretch: normal;
|
|
44
|
+
line-height: 14px;
|
|
53
45
|
}
|
|
54
46
|
}
|
|
55
47
|
}
|
|
48
|
+
.table-container {
|
|
49
|
+
.app-container {
|
|
50
|
+
background-color: $--color-white;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
56
53
|
}
|
|
57
|
-
}
|
|
54
|
+
}
|
|
55
|
+
}
|