imatrix-ui 2.9.2-dw → 2.9.3-dw-tmp1

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 (180) hide show
  1. package/.babelrc +40 -0
  2. package/build/components.json +31 -0
  3. package/build/gen-style.js +32 -0
  4. package/build/webpack.base.js +173 -0
  5. package/build/webpack.component.js +46 -0
  6. package/build/webpack.prod.js +39 -0
  7. package/lib/breadcrumb.js +1 -0
  8. package/lib/css/breadcrumb.css +2 -0
  9. package/lib/css/imatrix-ui.css +12 -0
  10. package/lib/css/super-grid.css +6 -0
  11. package/lib/css/super-nine-grid.css +2 -0
  12. package/lib/css/valid-code.css +2 -0
  13. package/lib/department-tree.js +7 -0
  14. package/lib/department-user-tree.js +7 -0
  15. package/lib/dynamic-source-select.js +7 -0
  16. package/lib/fs-preview.js +7 -0
  17. package/lib/fs-upload-list.js +7 -0
  18. package/lib/fs-upload.js +1 -0
  19. package/lib/hamburger.js +1 -0
  20. package/lib/imatrix-ui.min.js +58 -0
  21. package/lib/inline-department-tree.js +7 -0
  22. package/lib/inline-department-user-tree.js +7 -0
  23. package/lib/inline-workgroup-tree.js +7 -0
  24. package/lib/inline-workgroup-user-treee.js +7 -0
  25. package/lib/multipart-upload.js +7 -0
  26. package/lib/organization-input.js +7 -0
  27. package/lib/remove-department.js +1 -0
  28. package/lib/remove-user.js +1 -0
  29. package/lib/remove-workgroup.js +1 -0
  30. package/lib/rich-editor.js +7 -0
  31. package/lib/scan-code-input.js +1 -0
  32. package/lib/secret-info.js +1 -0
  33. package/lib/super-grid.js +14 -0
  34. package/lib/super-nine-grid.js +8 -0
  35. package/lib/svg-icon.js +1 -0
  36. package/lib/valid-code.js +1 -0
  37. package/lib/workflow-button.js +1 -0
  38. package/lib/workflow-history-list.js +7 -0
  39. package/lib/workgroup-tree.js +7 -0
  40. package/lib/workgroup-user-tree.js +7 -0
  41. package/lib/year-range-picker.js +1 -0
  42. package/package.json +51 -25
  43. package/src/index.js +60 -60
  44. package/src/styles/theme/gray/sidebar.scss +5 -0
  45. package/src/views/dsc-component/Sidebar/SidebarItem.vue +1 -1
  46. package/lib/super-ui.css +0 -1
  47. package/lib/super-ui.umd.min.js +0 -67
  48. package/packages/breadcrumb/index.js +0 -6
  49. package/packages/breadcrumb/src/breadcrumb.vue +0 -71
  50. package/packages/department-tree/index.js +0 -6
  51. package/packages/department-tree/src/department-tree.vue +0 -108
  52. package/packages/department-tree-inline/index.js +0 -6
  53. package/packages/department-tree-inline/src/department-multi-tree-inline.vue +0 -402
  54. package/packages/department-tree-inline/src/department-single-tree-inline.vue +0 -284
  55. package/packages/department-tree-inline/src/department-tree-inline.vue +0 -86
  56. package/packages/department-tree-inline/src/department-tree-service.js +0 -245
  57. package/packages/department-tree-inline/src/search-result.vue +0 -176
  58. package/packages/department-user-tree/index.js +0 -6
  59. package/packages/department-user-tree/src/department-user-multiple-tree.vue +0 -116
  60. package/packages/department-user-tree/src/department-user-single-tree.vue +0 -76
  61. package/packages/department-user-tree/src/department-user-tree.vue +0 -101
  62. package/packages/department-user-tree-inline/index.js +0 -6
  63. package/packages/department-user-tree-inline/src/department-user-multiple-tree-inline.vue +0 -626
  64. package/packages/department-user-tree-inline/src/department-user-single-tree-inline.vue +0 -269
  65. package/packages/department-user-tree-inline/src/department-user-tree-inline.vue +0 -79
  66. package/packages/department-user-tree-inline/src/department-user-tree-multi-service.js +0 -230
  67. package/packages/department-user-tree-inline/src/department-user-tree-single-service.js +0 -122
  68. package/packages/department-user-tree-inline/src/search-result.vue +0 -197
  69. package/packages/directives/prevent-reclick.js +0 -19
  70. package/packages/dynamic-source-select/index.js +0 -6
  71. package/packages/dynamic-source-select/src/dynamic-source-select-service.js +0 -70
  72. package/packages/dynamic-source-select/src/dynamic-source-select.vue +0 -440
  73. package/packages/dynamic-source-select/src/events.js +0 -55
  74. package/packages/fs-preview/index.js +0 -6
  75. package/packages/fs-preview/src/fs-preview.vue +0 -226
  76. package/packages/fs-upload/index.js +0 -6
  77. package/packages/fs-upload/src/fs-upload-multi.vue +0 -420
  78. package/packages/fs-upload/src/fs-upload-single.vue +0 -312
  79. package/packages/fs-upload/src/fs-upload.vue +0 -189
  80. package/packages/fs-upload/src/see-big-picture.vue +0 -55
  81. package/packages/fs-upload-list/index.js +0 -6
  82. package/packages/fs-upload-list/src/fs-upload-list.vue +0 -287
  83. package/packages/hamburger/index.js +0 -6
  84. package/packages/hamburger/src/hamburger.vue +0 -38
  85. package/packages/index.js +0 -121
  86. package/packages/multipart-upload/index.js +0 -6
  87. package/packages/multipart-upload/src/index.vue +0 -73
  88. package/packages/multipart-upload/src/multipart-upload-form.vue +0 -297
  89. package/packages/multipart-upload/src/multipart-upload-list.vue +0 -378
  90. package/packages/organization-input/index.js +0 -6
  91. package/packages/organization-input/src/organization-input.vue +0 -542
  92. package/packages/plugins/export-data-new.js +0 -453
  93. package/packages/plugins/export-data.js +0 -361
  94. package/packages/plugins/index.js +0 -15
  95. package/packages/plugins/public-method.js +0 -43
  96. package/packages/remove-department/index.js +0 -6
  97. package/packages/remove-department/src/remove-department.vue +0 -172
  98. package/packages/remove-department/src/remove-dept-service.js +0 -20
  99. package/packages/remove-user/index.js +0 -6
  100. package/packages/remove-user/src/remove-user-service.js +0 -20
  101. package/packages/remove-user/src/remove-user.vue +0 -195
  102. package/packages/remove-workgroup/index.js +0 -6
  103. package/packages/remove-workgroup/src/remove-workgroup-service.js +0 -20
  104. package/packages/remove-workgroup/src/remove-workgroup.vue +0 -159
  105. package/packages/rich-editor/index.js +0 -7
  106. package/packages/rich-editor/index.vue +0 -278
  107. package/packages/rich-editor/langs/zh-Hans.js +0 -1
  108. package/packages/rich-editor/viewer.vue +0 -103
  109. package/packages/scan-code-input/index.js +0 -6
  110. package/packages/scan-code-input/src/events.js +0 -33
  111. package/packages/scan-code-input/src/scan-code-input-colse.vue +0 -131
  112. package/packages/scan-code-input/src/scan-code-input.vue +0 -116
  113. package/packages/secret-info/index.js +0 -7
  114. package/packages/secret-info/index.vue +0 -90
  115. package/packages/super-grid/index.js +0 -7
  116. package/packages/super-grid/src/apis.js +0 -763
  117. package/packages/super-grid/src/columns-config.vue +0 -335
  118. package/packages/super-grid/src/custom-formatter.js +0 -250
  119. package/packages/super-grid/src/dynamic-input.vue +0 -1279
  120. package/packages/super-grid/src/eventBus.js +0 -2
  121. package/packages/super-grid/src/events.js +0 -55
  122. package/packages/super-grid/src/formValidatorUtil.js +0 -226
  123. package/packages/super-grid/src/formatter.js +0 -181
  124. package/packages/super-grid/src/group-column.vue +0 -100
  125. package/packages/super-grid/src/header-context-menu.vue +0 -87
  126. package/packages/super-grid/src/index-column.vue +0 -51
  127. package/packages/super-grid/src/normal-column.vue +0 -769
  128. package/packages/super-grid/src/public-methods.js +0 -31
  129. package/packages/super-grid/src/row-operation.vue +0 -161
  130. package/packages/super-grid/src/search-button.vue +0 -66
  131. package/packages/super-grid/src/search-condition-input.vue +0 -61
  132. package/packages/super-grid/src/search-condition-list.vue +0 -59
  133. package/packages/super-grid/src/search-form-advancedQuery.vue +0 -653
  134. package/packages/super-grid/src/search-form-dialog.vue +0 -79
  135. package/packages/super-grid/src/search-form-item.vue +0 -386
  136. package/packages/super-grid/src/search-form-number.vue +0 -38
  137. package/packages/super-grid/src/search-form-open.vue +0 -162
  138. package/packages/super-grid/src/search-form-ordinarySearch.vue +0 -188
  139. package/packages/super-grid/src/search-form.vue +0 -634
  140. package/packages/super-grid/src/search-methods.js +0 -387
  141. package/packages/super-grid/src/selection-column.vue +0 -43
  142. package/packages/super-grid/src/store.js +0 -3
  143. package/packages/super-grid/src/super-grid-service.js +0 -561
  144. package/packages/super-grid/src/super-grid.vue +0 -2793
  145. package/packages/super-grid/src/utils.js +0 -763
  146. package/packages/super-grid/src/view-image-dialog.vue +0 -130
  147. package/packages/super-nine-grid/index.js +0 -7
  148. package/packages/super-nine-grid/src/apis.js +0 -103
  149. package/packages/super-nine-grid/src/custom-formatter.js +0 -66
  150. package/packages/super-nine-grid/src/formatter.js +0 -132
  151. package/packages/super-nine-grid/src/search-form-number.vue +0 -38
  152. package/packages/super-nine-grid/src/search-form.vue +0 -430
  153. package/packages/super-nine-grid/src/search-methods.js +0 -134
  154. package/packages/super-nine-grid/src/store.js +0 -3
  155. package/packages/super-nine-grid/src/super-grid-service.js +0 -91
  156. package/packages/super-nine-grid/src/super-nine-grid.vue +0 -872
  157. package/packages/super-nine-grid/src/utils.js +0 -261
  158. package/packages/svg-icon/index.js +0 -6
  159. package/packages/svg-icon/src/svg-icon.vue +0 -43
  160. package/packages/utils/utils.js +0 -152
  161. package/packages/utils/value-set.js +0 -86
  162. package/packages/valid-code/index.js +0 -7
  163. package/packages/valid-code/src/valid-code.vue +0 -95
  164. package/packages/workflow-button/index.js +0 -6
  165. package/packages/workflow-button/src/workflow-button.vue +0 -325
  166. package/packages/workflow-history-list/index.js +0 -6
  167. package/packages/workflow-history-list/src/api.js +0 -7
  168. package/packages/workflow-history-list/src/workflow-history-list.vue +0 -185
  169. package/packages/workgroup-tree/index.js +0 -6
  170. package/packages/workgroup-tree/src/workgroup-tree.vue +0 -76
  171. package/packages/workgroup-tree-inline/index.js +0 -6
  172. package/packages/workgroup-tree-inline/src/workgroup-tree-inline.vue +0 -317
  173. package/packages/workgroup-tree-inline/src/workgroup-tree-service.js +0 -43
  174. package/packages/workgroup-user-tree/index.js +0 -6
  175. package/packages/workgroup-user-tree/src/workgroup-user-tree.vue +0 -100
  176. package/packages/workgroup-user-tree-inline/index.js +0 -6
  177. package/packages/workgroup-user-tree-inline/src/workgroup-tree-inline-service.js +0 -163
  178. package/packages/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue +0 -436
  179. package/packages/year-range-picker/index.js +0 -6
  180. package/packages/year-range-picker/src/year-range-picker.vue +0 -51
package/.babelrc ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "presets": [
3
+ [
4
+ "@babel/preset-env",
5
+ {
6
+ "loose": false,
7
+ "modules": "commonjs",
8
+ "spec": true,
9
+ "useBuiltIns": "usage",
10
+ "corejs": "2.6.9"
11
+ }
12
+ ]
13
+ ],
14
+ "plugins": [
15
+ "@babel/plugin-transform-runtime",
16
+ ["component", {
17
+ "libraryName": "imatrix-ui",
18
+ "libDir": "lib",
19
+ "styleLibrary": {
20
+ "name": "styles",
21
+ "base": false, // no base.css file
22
+ "path": "[module].css"
23
+ }
24
+ }]
25
+ ]
26
+ }
27
+
28
+ // {
29
+ // "plugins": [
30
+ // ["component", {
31
+ // "libraryName": "imatrix-ui",
32
+ // "libDir": "lib",
33
+ // "styleLibrary": {
34
+ // "name": "styles",
35
+ // "base": false, // no base.css file
36
+ // "path": "[module].css"
37
+ // }
38
+ // }]
39
+ // ]
40
+ // }
@@ -0,0 +1,31 @@
1
+ {
2
+ "super-grid": "packages/super-grid/index.js",
3
+ "department-tree": "packages/department-tree/index.js",
4
+ "breadcrumb": "packages/breadcrumb/index.js",
5
+ "hamburger": "packages/hamburger/index.js",
6
+ "svg-icon": "packages/svg-icon/index.js",
7
+ "department-user-tree": "packages/department-user-tree/index.js",
8
+ "workgroup-tree": "packages/workgroup-tree/index.js",
9
+ "workgroup-user-tree": "packages/workgroup-user-tree/index.js",
10
+ "inline-department-tree": "packages/department-tree-inline/index.js",
11
+ "inline-department-user-tree": "packages/department-user-tree-inline/index.js",
12
+ "inline-workgroup-tree": "packages/workgroup-tree-inline/index.js",
13
+ "inline-workgroup-user-treee": "packages/workgroup-user-tree-inline/index.js",
14
+ "workflow-button": "packages/workflow-button/index.js",
15
+ "workflow-history-list": "packages/workflow-history-list/index.js",
16
+ "valid-code": "packages/valid-code/index.js",
17
+ "remove-user": "packages/remove-user/index.js",
18
+ "remove-department": "packages/remove-department/index.js",
19
+ "remove-workgroup": "packages/remove-workgroup/index.js",
20
+ "organization-input": "packages/organization-input/index.js",
21
+ "super-nine-grid": "packages/super-nine-grid/index.js",
22
+ "dynamic-source-select": "packages/dynamic-source-select/index.js",
23
+ "fs-upload": "packages/fs-upload/index.js",
24
+ "scan-code-input": "packages/scan-code-input/index.js",
25
+ "fs-preview": "packages/fs-preview/index.js",
26
+ "fs-upload-list": "packages/fs-upload-list/index.js",
27
+ "year-range-picker": "packages/year-range-picker/index.js",
28
+ "multipart-upload": "packages/multipart-upload/index.js",
29
+ "rich-editor": "packages/rich-editor/index.js",
30
+ "secret-info": "packages/secret-info/index.js"
31
+ }
@@ -0,0 +1,32 @@
1
+ const gulp = require('gulp');
2
+ const cleanCSS = require('gulp-clean-css');
3
+ const sass = require('gulp-sass');
4
+ const rename = require('gulp-rename');
5
+ const autoprefixer = require('gulp-autoprefixer');
6
+ const components = require('./components.json')
7
+
8
+ function buildCss(cb) {
9
+ gulp.src('../src/styles/index.scss')
10
+ .pipe(sass())
11
+ .pipe(autoprefixer())
12
+ .pipe(cleanCSS())
13
+ .pipe(rename('lime-ui.css'))
14
+ .pipe(gulp.dest('../lib/styles'));
15
+ cb()
16
+ }
17
+
18
+
19
+ function buildSeperateCss(cb) {
20
+ Object.keys(components).forEach(compName => {
21
+ gulp.src(`../src/styles/${compName}.scss`)
22
+ .pipe(sass())
23
+ .pipe(autoprefixer())
24
+ .pipe(cleanCSS())
25
+ .pipe(rename(`${compName}.css`))
26
+ .pipe(gulp.dest('../lib/styles'));
27
+ })
28
+
29
+ cb()
30
+ }
31
+
32
+ exports.default = gulp.series(buildCss, buildSeperateCss) // 加上 buildSeperateCss
@@ -0,0 +1,173 @@
1
+ const path = require('path');
2
+ const webpack = require('webpack');
3
+ const pkg = require('../package.json');
4
+ const VueLoaderPlugin = require('vue-loader/lib/plugin');
5
+ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
6
+
7
+ function resolve(dir) {
8
+ return path.join(__dirname, '..', dir);
9
+ }
10
+
11
+ module.exports = {
12
+ module: {
13
+ rules: [
14
+ {
15
+ test: /\.vue$/,
16
+ loader: 'vue-loader',
17
+ options: {
18
+ loaders: {
19
+ css: [
20
+ 'vue-style-loader',
21
+ {
22
+ loader: 'css-loader',
23
+ options: {
24
+ sourceMap: false,
25
+ },
26
+ },
27
+ ],
28
+ less: [
29
+ 'vue-style-loader',
30
+ {
31
+ loader: 'css-loader',
32
+ options: {
33
+ sourceMap: false,
34
+ },
35
+ },
36
+ {
37
+ loader: 'less-loader',
38
+ options: {
39
+ sourceMap: false,
40
+ },
41
+ },
42
+ ],
43
+ },
44
+ postLoaders: {
45
+ html: 'babel-loader?sourceMap'
46
+ },
47
+ sourceMap: false,
48
+ }
49
+ },
50
+ {
51
+ test: /\.js$/,
52
+ loader: 'babel-loader',
53
+ options: {
54
+ sourceMap: false,
55
+ },
56
+ exclude: /node_modules/,
57
+ },
58
+ {
59
+ test: /\.css$/,
60
+ loaders: [
61
+ {
62
+ loader: 'style-loader',
63
+ options: {
64
+ sourceMap: false,
65
+ },
66
+ },
67
+ {
68
+ loader: 'css-loader',
69
+ options: {
70
+ sourceMap: false,
71
+ },
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ test: /\.less$/,
77
+ loaders: [
78
+ // {
79
+ // loader: 'style-loader',
80
+ // options: {
81
+ // sourceMap: true,
82
+ // },
83
+ // },
84
+ {
85
+ loader: MiniCssExtractPlugin.loader,
86
+ },
87
+ {
88
+ loader: 'css-loader',
89
+ options: {
90
+ sourceMap: false,
91
+ },
92
+ },
93
+ {
94
+ loader: 'less-loader',
95
+ options: {
96
+ sourceMap: false,
97
+ },
98
+ },
99
+ ]
100
+ },
101
+ {
102
+ test: /\.scss$/,
103
+ loaders: [
104
+ // {
105
+ // loader: 'style-loader',
106
+ // options: {
107
+ // sourceMap: true,
108
+ // },
109
+ // },
110
+ {
111
+ loader: MiniCssExtractPlugin.loader
112
+ },
113
+ {
114
+ loader: 'css-loader',
115
+ options: {
116
+ sourceMap: false,
117
+ },
118
+ },
119
+ {
120
+ loader: 'sass-loader',
121
+ options: {
122
+ sourceMap: false,
123
+ },
124
+ },
125
+ ]
126
+ },
127
+ {
128
+ test: /\.(gif|jpg|png|woff|svg|eot|ttf)\??.*$/,
129
+ loader: 'url-loader?limit=8192'
130
+ }
131
+ ]
132
+ },
133
+ resolve: {
134
+ extensions: ['.js', '.vue'],
135
+ alias: {
136
+ 'vue': 'vue/dist/vue.esm.js',
137
+ '@': resolve('src')
138
+ }
139
+ },
140
+ externals: { // 外部化对vue的依赖
141
+ vue: {
142
+ root: 'Vue',
143
+ commonjs: 'vue',
144
+ commonjs2: 'vue',
145
+ amd: 'vue'
146
+ },
147
+ vuex: {
148
+ root: 'Vuex',
149
+ commonjs: 'vuex',
150
+ commonjs2: 'vuex',
151
+ amd: 'vuex'
152
+ },
153
+ // 'vue-i18n': {
154
+ // root: 'VueI18n',
155
+ // commonjs: 'vue-i18n',
156
+ // commonjs2: 'vue-i18n',
157
+ // amd: 'vue-i18n'
158
+ // },
159
+ 'js-cookie': {
160
+ root: 'JsCookie',
161
+ commonjs: 'js-cookie',
162
+ commonjs2: 'js-cookie',
163
+ amd: 'js-cookie'
164
+ }
165
+ },
166
+ plugins: [
167
+ new webpack.optimize.ModuleConcatenationPlugin(),
168
+ new webpack.DefinePlugin({
169
+ 'process.env.VERSION': `'${pkg.version}'`
170
+ }),
171
+ new VueLoaderPlugin()
172
+ ]
173
+ }
@@ -0,0 +1,46 @@
1
+ const path = require('path');
2
+ const webpack = require('webpack');
3
+ const merge = require('webpack-merge');
4
+ const webpackBaseConfig = require('./webpack.base.js');
5
+ const components = require('./components.json')
6
+
7
+ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
8
+
9
+ process.env.NODE_ENV = 'production';
10
+
11
+ const basePath = path.resolve(__dirname, '../')
12
+ let entries = {}
13
+ Object.keys(components).forEach(key => {
14
+ entries[key] = path.join(basePath, '.', components[key])
15
+ })
16
+
17
+ module.exports = merge(webpackBaseConfig, {
18
+ devtool: 'nosources',
19
+ mode: "production",
20
+ entry: entries,
21
+ output: {
22
+ path: path.resolve(__dirname, '../lib'),
23
+ publicPath: '/lib/',
24
+ filename: '[name].js',
25
+ chunkFilename: '[id].js',
26
+ library: 'imatrix-ui',
27
+ libraryTarget: 'umd',
28
+ umdNamedDefine: true
29
+ },
30
+ externals: {
31
+ vue: {
32
+ root: 'Vue',
33
+ commonjs: 'vue',
34
+ commonjs2: 'vue',
35
+ amd: 'vue'
36
+ }
37
+ },
38
+ plugins: [
39
+ new webpack.DefinePlugin({
40
+ 'process.env.NODE_ENV': '"production"'
41
+ }),
42
+ new MiniCssExtractPlugin({
43
+ filename: 'css/[name].css'
44
+ })
45
+ ]
46
+ });
@@ -0,0 +1,39 @@
1
+ const path = require('path');
2
+ const webpack = require('webpack');
3
+ const merge = require('webpack-merge');
4
+ const webpackBaseConfig = require('./webpack.base.js');
5
+ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
6
+
7
+ process.env.NODE_ENV = 'production';
8
+
9
+ module.exports = merge(webpackBaseConfig, {
10
+ devtool: 'nosources',
11
+ mode: "production",
12
+ entry: {
13
+ main: path.resolve(__dirname, '../src/index.js') // 将src下的index.js 作为入口点
14
+ },
15
+ output: {
16
+ path: path.resolve(__dirname, '../lib'),
17
+ publicPath: '/lib/',
18
+ filename: 'imatrix-ui.min.js', // 改成自己的类库名
19
+ library: 'imatrix-ui', // 类库导出
20
+ libraryTarget: 'umd',
21
+ umdNamedDefine: true
22
+ },
23
+ externals: { // 外部化对vue的依赖
24
+ vue: {
25
+ root: 'Vue',
26
+ commonjs: 'vue',
27
+ commonjs2: 'vue',
28
+ amd: 'vue'
29
+ }
30
+ },
31
+ plugins: [
32
+ new webpack.DefinePlugin({
33
+ 'process.env.NODE_ENV': '"production"'
34
+ }),
35
+ new MiniCssExtractPlugin({
36
+ filename: 'css/imatrix-ui.css'
37
+ })
38
+ ]
39
+ })
@@ -0,0 +1 @@
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define("imatrix-ui",[],e):"object"==typeof exports?exports["imatrix-ui"]=e():t["imatrix-ui"]=e()}(window,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/lib/",n(n.s=840)}({0:function(t,e,n){var r=n(42)("wks"),o=n(29),i=n(1).Symbol,u="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=u&&i[t]||(u?i:o)("Symbol."+t))}).store=r},1:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},10:function(t,e,n){var r=n(1),o=n(12),i=n(11),u=n(29)("src"),c=n(128),a=(""+c).split("toString");n(15).inspectSource=function(t){return c.call(t)},(t.exports=function(t,e,n,c){var f="function"==typeof n;f&&(i(n,"name")||o(n,"name",e)),t[e]!==n&&(f&&(i(n,u)||o(n,u,t[e]?""+t[e]:a.join(String(e)))),t===r?t[e]=n:c?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[u]||c.call(this)}))},11:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},12:function(t,e,n){var r=n(8),o=n(34);t.exports=n(6)?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},126:function(t,e,n){var r=n(20),o=n(80),i=n(33),u=n(19),c=n(140);t.exports=function(t,e){var n=1==t,a=2==t,f=3==t,s=4==t,l=6==t,p=5==t||l,d=e||c;return function(e,c,v){for(var h,y,m=i(e),x=o(m),b=r(c,v,3),g=u(x.length),_=0,w=n?d(e,g):a?d(e,0):void 0;g>_;_++)if((p||_ in x)&&(y=b(h=x[_],_,m),t))if(n)w[_]=y;else if(y)switch(t){case 3:return!0;case 5:return h;case 6:return _;case 2:w.push(h)}else if(s)return!1;return l?-1:f||s?s:w}}},128:function(t,e,n){t.exports=n(42)("native-function-to-string",Function.toString)},133:function(t,e,n){"use strict";var r=n(4);t.exports=function(t,e){return!!t&&r((function(){e?t.call(null,(function(){}),1):t.call(null)}))}},140:function(t,e,n){var r=n(141);t.exports=function(t,e){return new(r(t))(e)}},141:function(t,e,n){var r=n(3),o=n(88),i=n(0)("species");t.exports=function(t){var e;return o(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!o(e.prototype)||(e=void 0),r(e)&&null===(e=e[i])&&(e=void 0)),void 0===e?Array:e}},15:function(t,e){var n=t.exports={version:"2.6.9"};"number"==typeof __e&&(__e=n)},16:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},17:function(t,e,n){"use strict";function r(t,e,n,r,o,i,u,c){var a,f="function"==typeof t?t.options:t;if(e&&(f.render=e,f.staticRenderFns=n,f._compiled=!0),r&&(f.functional=!0),i&&(f._scopeId="data-v-"+i),u?(a=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(u)},f._ssrRegister=a):o&&(a=c?function(){o.call(this,(f.functional?this.parent:this).$root.$options.shadowRoot)}:o),a)if(f.functional){f._injectStyles=a;var s=f.render;f.render=function(t,e){return a.call(e),s(t,e)}}else{var l=f.beforeCreate;f.beforeCreate=l?[].concat(l,a):[a]}return{exports:t,options:f}}n.d(e,"a",(function(){return r}))},19:function(t,e,n){var r=n(45),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},2:function(t,e,n){var r=n(3);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},20:function(t,e,n){var r=n(28);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},25:function(t,e,n){"use strict";function r(t,e){if(t!==e)throw new TypeError("Cannot instantiate an arrow function")}n.r(e),n.d(e,"default",(function(){return r}))},26:function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},28:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},29:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},3:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},33:function(t,e,n){var r=n(26);t.exports=function(t){return Object(r(t))}},34:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},35:function(t,e){t.exports=!1},4:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},40:function(t,e,n){var r=n(3);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},42:function(t,e,n){var r=n(15),o=n(1),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n(35)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},45:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},485:function(t,e,n){"use strict";n.r(e);var r=n(486),o=n.n(r);for(var i in r)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(i);e.default=o.a},486:function(t,e,n){"use strict";var r=n(7);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n(9);var o=r(n(25));n(54),n(9);var i=r(n(842)),u={name:"Breadcrumb",data:function(){return{levelList:null}},computed:{levelListWithTitle:function(){var t=this;return this.levelList.filter(function(e){return(0,o.default)(this,t),void 0!==e.meta.title&&null!==e.meta.title}.bind(this))}},watch:{$route:function(){this.getBreadcrumb()}},created:function(){this.getBreadcrumb()},methods:{getBreadcrumb:function(){var t=this,e=this.$route.params,n=this.$route.matched.filter(function(n){if((0,o.default)(this,t),n.name){var r=i.default.compile(n.path);return n.path=r(e),!0}}.bind(this)),r=n[0];r&&"Dashboard"!==r.name&&(n=[{path:"/dashboard",meta:{title:"Dashboard"}}].concat(n)),this.levelList=n}}};e.default=u},5:function(t,e,n){var r=n(1),o=n(15),i=n(12),u=n(10),c=n(20),a=function(t,e,n){var f,s,l,p,d=t&a.F,v=t&a.G,h=t&a.S,y=t&a.P,m=t&a.B,x=v?r:h?r[e]||(r[e]={}):(r[e]||{}).prototype,b=v?o:o[e]||(o[e]={}),g=b.prototype||(b.prototype={});for(f in v&&(n=e),n)l=((s=!d&&x&&void 0!==x[f])?x:n)[f],p=m&&s?c(l,r):y&&"function"==typeof l?c(Function.call,l):l,x&&u(x,f,l,t&a.U),b[f]!=l&&i(b,f,p),y&&g[f]!=l&&(g[f]=l)};r.core=o,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},54:function(t,e,n){"use strict";var r=n(5),o=n(126)(2);r(r.P+r.F*!n(133)([].filter,!0),"Array",{filter:function(t){return o(this,t,arguments[1])}})},56:function(t,e,n){var r=n(3),o=n(1).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},6:function(t,e,n){t.exports=!n(4)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},677:function(t,e,n){"use strict";var r=n(746);n.o(r,"render")&&n.d(e,"render",(function(){return r.render})),n.o(r,"staticRenderFns")&&n.d(e,"staticRenderFns",(function(){return r.staticRenderFns}))},7:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},70:function(t,e,n){t.exports=!n(6)&&!n(4)((function(){return 7!=Object.defineProperty(n(56)("div"),"a",{get:function(){return 7}}).a}))},746:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.staticRenderFns=e.render=void 0;e.render=function(){var t=this,e=t._self._c;return e("el-breadcrumb",{staticClass:"app-breadcrumb",attrs:{separator:"/"}},[e("transition-group",{attrs:{name:"breadcrumb"}},t._l(t.levelListWithTitle,(function(n,r){return e("el-breadcrumb-item",{key:n.path},["noredirect"===n.redirect||r==t.levelList.length-1?e("span",{staticClass:"no-redirect"},[t._v("\n "+t._s(n.meta.title)+"\n ")]):e("router-link",{attrs:{to:n.redirect||n.path}},[t._v("\n "+t._s(n.meta.title)+"\n ")])],1)})),1)],1)};e.staticRenderFns=[]},8:function(t,e,n){var r=n(2),o=n(70),i=n(40),u=Object.defineProperty;e.f=n(6)?Object.defineProperty:function(t,e,n){if(r(t),e=i(e,!0),r(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},80:function(t,e,n){var r=n(16);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},840:function(t,e,n){"use strict";var r=n(7);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n(9),n(9);var o=r(n(841));o.default.install=function(t){t.component(o.default.name,o.default)};var i=o.default;e.default=i},841:function(t,e,n){"use strict";n.r(e);var r=n(677),o=n(485);for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n(970);var u=n(17),c=Object(u.a)(o.default,r.render,r.staticRenderFns,!1,null,"7da23860",null);e.default=c.exports},842:function(t,e,n){var r=n(843);t.exports=d,t.exports.parse=i,t.exports.compile=function(t,e){return c(i(t,e),e)},t.exports.tokensToFunction=c,t.exports.tokensToRegExp=p;var o=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(t,e){for(var n,r=[],i=0,u=0,c="",s=e&&e.delimiter||"/";null!=(n=o.exec(t));){var l=n[0],p=n[1],d=n.index;if(c+=t.slice(u,d),u=d+l.length,p)c+=p[1];else{var v=t[u],h=n[2],y=n[3],m=n[4],x=n[5],b=n[6],g=n[7];c&&(r.push(c),c="");var _=null!=h&&null!=v&&v!==h,w="+"===b||"*"===b,j="?"===b||"*"===b,S=n[2]||s,E=m||x;r.push({name:y||i++,prefix:h||"",delimiter:S,optional:j,repeat:w,partial:_,asterisk:!!g,pattern:E?f(E):g?".*":"[^"+a(S)+"]+?"})}}return u<t.length&&(c+=t.substr(u)),c&&r.push(c),r}function u(t){return encodeURI(t).replace(/[\/?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function c(t,e){for(var n=new Array(t.length),o=0;o<t.length;o++)"object"==typeof t[o]&&(n[o]=new RegExp("^(?:"+t[o].pattern+")$",l(e)));return function(e,o){for(var i="",c=e||{},a=(o||{}).pretty?u:encodeURIComponent,f=0;f<t.length;f++){var s=t[f];if("string"!=typeof s){var l,p=c[s.name];if(null==p){if(s.optional){s.partial&&(i+=s.prefix);continue}throw new TypeError('Expected "'+s.name+'" to be defined')}if(r(p)){if(!s.repeat)throw new TypeError('Expected "'+s.name+'" to not repeat, but received `'+JSON.stringify(p)+"`");if(0===p.length){if(s.optional)continue;throw new TypeError('Expected "'+s.name+'" to not be empty')}for(var d=0;d<p.length;d++){if(l=a(p[d]),!n[f].test(l))throw new TypeError('Expected all "'+s.name+'" to match "'+s.pattern+'", but received `'+JSON.stringify(l)+"`");i+=(0===d?s.prefix:s.delimiter)+l}}else{if(l=s.asterisk?encodeURI(p).replace(/[?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})):a(p),!n[f].test(l))throw new TypeError('Expected "'+s.name+'" to match "'+s.pattern+'", but received "'+l+'"');i+=s.prefix+l}}else i+=s}return i}}function a(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function f(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function s(t,e){return t.keys=e,t}function l(t){return t&&t.sensitive?"":"i"}function p(t,e,n){r(e)||(n=e||n,e=[]);for(var o=(n=n||{}).strict,i=!1!==n.end,u="",c=0;c<t.length;c++){var f=t[c];if("string"==typeof f)u+=a(f);else{var p=a(f.prefix),d="(?:"+f.pattern+")";e.push(f),f.repeat&&(d+="(?:"+p+d+")*"),u+=d=f.optional?f.partial?p+"("+d+")?":"(?:"+p+"("+d+"))?":p+"("+d+")"}}var v=a(n.delimiter||"/"),h=u.slice(-v.length)===v;return o||(u=(h?u.slice(0,-v.length):u)+"(?:"+v+"(?=$))?"),u+=i?"$":o&&h?"":"(?="+v+"|$)",s(new RegExp("^"+u,l(n)),e)}function d(t,e,n){return r(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?function(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return s(t,e)}(t,e):r(t)?function(t,e,n){for(var r=[],o=0;o<t.length;o++)r.push(d(t[o],e,n).source);return s(new RegExp("(?:"+r.join("|")+")",l(n)),e)}(t,e,n):function(t,e,n){return p(i(t,n),e,n)}(t,e,n)}},843:function(t,e){t.exports=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)}},88:function(t,e,n){var r=n(16);t.exports=Array.isArray||function(t){return"Array"==r(t)}},9:function(t,e,n){var r=n(8).f,o=Function.prototype,i=/^\s*function ([^ (]*)/;"name"in o||n(6)&&r(o,"name",{configurable:!0,get:function(){try{return(""+this).match(i)[1]}catch(t){return""}}})},970:function(t,e,n){}})}));
@@ -0,0 +1,2 @@
1
+ .app-breadcrumb.el-breadcrumb[data-v-7da23860]{display:inline-block;font-size:14px;line-height:50px;margin-left:10px}.app-breadcrumb.el-breadcrumb .no-redirect[data-v-7da23860]{color:#97a8be;cursor:text}
2
+
@@ -0,0 +1,12 @@
1
+ .app-breadcrumb.el-breadcrumb[data-v-7da23860]{display:inline-block;font-size:14px;line-height:50px;margin-left:10px}.app-breadcrumb.el-breadcrumb .no-redirect[data-v-7da23860]{color:#97a8be;cursor:text}
2
+
3
+ .annex-cell[data-v-1a9ff994]{padding-right:5px;cursor:pointer;color:#409EFF}
4
+
5
+ li[data-v-19919133]{color:#333}.context-menu[data-v-19919133]{position:fixed;background:#fff;z-index:999;padding:5px;margin:0;margin-top:30px}.context-menu li[data-v-19919133]{min-width:75px;height:28px;line-height:28px;text-align:left;color:#1a1a1a}.context-menu li[data-v-19919133]:hover{background:#42b983;color:#fff}.context-menu[data-v-19919133]{border:1px solid #eee;box-shadow:0 0.5em 1em 0 rgba(0,0,0,0.1);border-radius:5px}li[data-v-19919133]{list-style-type:none}
6
+
7
+ .grid-area .elTable th[data-v-4a1c429d]{padding:2px 0 !important}.grid-area .elTable td[data-v-4a1c429d]{padding:2px 0 !important}
8
+
9
+ .ValidCode[data-v-0e45e064]{display:flex;background-color:#fff;justify-content:center;align-items:center;cursor:pointer}.ValidCode span[data-v-0e45e064]{display:inline-block}
10
+
11
+ .nine-grid-area[data-v-4d6cc5f7]{padding:10px}.nine-grid-area .el-row[data-v-4d6cc5f7]{margin-bottom:20px}.nine-grid-area .el-row[data-v-4d6cc5f7]:last-child{margin-bottom:0}.nine-grid-area .el-col[data-v-4d6cc5f7]{border-radius:4px;margin-bottom:10px}.nine-grid-area .name[data-v-4d6cc5f7]{font-size:12px;color:#555;float:left;width:80%;text-align:left}.nine-grid-area .bottom[data-v-4d6cc5f7]{line-height:13px}.nine-grid-area .state[data-v-4d6cc5f7]{font-size:12px;margin-top:1.5px;float:right;line-height:1;display:flex;align-items:right;color:#999;width:20%;text-align:right}.nine-grid-area .image[data-v-4d6cc5f7]{width:100%;display:block;height:200px}.nine-grid-area .clearfix[data-v-4d6cc5f7]:before,.nine-grid-area .clearfix[data-v-4d6cc5f7]:after{display:table;content:""}.nine-grid-area .clearfix[data-v-4d6cc5f7]:after{clear:both}.nine-grid-area .input-with-select[data-v-4d6cc5f7]{width:200px;float:right}.nine-grid-area .popContainer[data-v-4d6cc5f7]{position:absolute;width:23.15%;display:block;height:200px;background:rgba(0,0,0,0.5);text-align:right}.nine-grid-area .fade-enter-active[data-v-4d6cc5f7],.nine-grid-area .fade-leave-active[data-v-4d6cc5f7]{transition:opacity 0.5s}.nine-grid-area .fade-enter[data-v-4d6cc5f7],.nine-grid-area .fade-leave-to[data-v-4d6cc5f7]{opacity:0}.nine-grid-area .icons[data-v-4d6cc5f7]{color:#fff;margin:10px 10px 0px 0px;cursor:pointer}.nine-grid-area .release-status[data-v-4d6cc5f7]{display:block;width:8px;height:8px;margin-right:8px;border-radius:100%}.nine-grid-area .add-screen[data-v-4d6cc5f7]{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;height:230px;font-size:12px}.nine-grid-area .el-divider--horizontal[data-v-4d6cc5f7]{margin:5px 0}
12
+
@@ -0,0 +1,6 @@
1
+ .annex-cell[data-v-1a9ff994]{padding-right:5px;cursor:pointer;color:#409EFF}
2
+
3
+ li[data-v-19919133]{color:#333}.context-menu[data-v-19919133]{position:fixed;background:#fff;z-index:999;padding:5px;margin:0;margin-top:30px}.context-menu li[data-v-19919133]{min-width:75px;height:28px;line-height:28px;text-align:left;color:#1a1a1a}.context-menu li[data-v-19919133]:hover{background:#42b983;color:#fff}.context-menu[data-v-19919133]{border:1px solid #eee;box-shadow:0 0.5em 1em 0 rgba(0,0,0,0.1);border-radius:5px}li[data-v-19919133]{list-style-type:none}
4
+
5
+ .grid-area .elTable th[data-v-4a1c429d]{padding:2px 0 !important}.grid-area .elTable td[data-v-4a1c429d]{padding:2px 0 !important}
6
+
@@ -0,0 +1,2 @@
1
+ .nine-grid-area[data-v-4d6cc5f7]{padding:10px}.nine-grid-area .el-row[data-v-4d6cc5f7]{margin-bottom:20px}.nine-grid-area .el-row[data-v-4d6cc5f7]:last-child{margin-bottom:0}.nine-grid-area .el-col[data-v-4d6cc5f7]{border-radius:4px;margin-bottom:10px}.nine-grid-area .name[data-v-4d6cc5f7]{font-size:12px;color:#555;float:left;width:80%;text-align:left}.nine-grid-area .bottom[data-v-4d6cc5f7]{line-height:13px}.nine-grid-area .state[data-v-4d6cc5f7]{font-size:12px;margin-top:1.5px;float:right;line-height:1;display:flex;align-items:right;color:#999;width:20%;text-align:right}.nine-grid-area .image[data-v-4d6cc5f7]{width:100%;display:block;height:200px}.nine-grid-area .clearfix[data-v-4d6cc5f7]:before,.nine-grid-area .clearfix[data-v-4d6cc5f7]:after{display:table;content:""}.nine-grid-area .clearfix[data-v-4d6cc5f7]:after{clear:both}.nine-grid-area .input-with-select[data-v-4d6cc5f7]{width:200px;float:right}.nine-grid-area .popContainer[data-v-4d6cc5f7]{position:absolute;width:23.15%;display:block;height:200px;background:rgba(0,0,0,0.5);text-align:right}.nine-grid-area .fade-enter-active[data-v-4d6cc5f7],.nine-grid-area .fade-leave-active[data-v-4d6cc5f7]{transition:opacity 0.5s}.nine-grid-area .fade-enter[data-v-4d6cc5f7],.nine-grid-area .fade-leave-to[data-v-4d6cc5f7]{opacity:0}.nine-grid-area .icons[data-v-4d6cc5f7]{color:#fff;margin:10px 10px 0px 0px;cursor:pointer}.nine-grid-area .release-status[data-v-4d6cc5f7]{display:block;width:8px;height:8px;margin-right:8px;border-radius:100%}.nine-grid-area .add-screen[data-v-4d6cc5f7]{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;height:230px;font-size:12px}.nine-grid-area .el-divider--horizontal[data-v-4d6cc5f7]{margin:5px 0}
2
+
@@ -0,0 +1,2 @@
1
+ .ValidCode[data-v-0e45e064]{display:flex;background-color:#fff;justify-content:center;align-items:center;cursor:pointer}.ValidCode span[data-v-0e45e064]{display:inline-block}
2
+