gaosp
2024-01-24 f9df15d8891e7cf2226f8152402be723d55d92ad
update
已修改3个文件
14 ■■■■■ 文件已修改
build/webpack.base.conf.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/container/mapPreview/Map.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/styles/index.scss 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
build/webpack.base.conf.js
@@ -73,6 +73,7 @@
        loader: 'url-loader',
        exclude: [resolve('src/icons')],
        options: {
          publicPath: '../../',
          limit: 10000,
          name: utils.assetsPath('img/[name].[hash:7].[ext]')
        }
src/container/mapPreview/Map.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-01-05 23:47:53
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-21 22:43:47
 * @LastEditTime: 2024-01-24 21:17:31
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/Map.vue
-->
<template>
@@ -117,9 +117,9 @@
        moveFn() {
            if (this.marginLeft <= this.leftMax && this.marginLeft >= -5) {
                if (this.direction) {
                    this.marginLeft += 5
                    this.marginLeft += 2
                } else {
                    this.marginLeft -= 5
                    this.marginLeft -= 2
                }
                timer = setTimeout(() => {
src/styles/index.scss
@@ -92,12 +92,13 @@
    line-height: 32px;
    color: #FFF;
  }
  .el-input__icon {
    line-height: 32px;
  }
  .el-textarea__inner {
    color: #FFF;
  }
  .el-input__icon {
    // line-height: 32px;
  }
  .el-form-item__content {
    line-height: 40px;
  }