diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index 6351270..b060333 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -63,9 +63,9 @@ const webpackConfig = merge(baseWebpackConfig, { // see https://github.com/ampedandwired/html-webpack-plugin new HtmlWebpackPlugin({ filename: process.env.NODE_ENV === 'testing' - ? 'own.vue.html' + ? 'index.html' : config.build.index, - template: 'own.vue.html', + template: 'index.html', inject: true, minify: { removeComments: true, diff --git a/src/views/common/dingtalkluck.vue b/src/views/common/dingtalkluck.vue index 3a568a8..f178fcb 100644 --- a/src/views/common/dingtalkluck.vue +++ b/src/views/common/dingtalkluck.vue @@ -3,18 +3,19 @@
-

{{dataForm.verify}}

+ v-loading='hasSendCode'> +

{{ dataForm.verify }}

- +
\ No newline at end of file +.el-row { + margin-bottom: 20px; + +} + +.el-col { + border-radius: 10px; +} + +.bg-purple-dark { + background: #99a9bf; +} + +.bg-purple { + background: #d3dce6; +} + +.bg-purple-light { + background: #e5f2f1; +} + +.grid-content { + border-radius: 4px; + min-height: 36px; +} + +.row-bg { + padding: 10px 0; + background-color: #f9fafc; +} + +.div_height { + height: 60px; +} + +.div_width { + width: 100%; +} + +.zero_size { + width: 0px; + height: 0px; +} + +.select_local { + top: 600px; +} +