| | |
| | | loader: 'url-loader',
|
| | | exclude: [resolve('src/icons')],
|
| | | options: {
|
| | | publicPath: '../../',
|
| | | limit: 10000,
|
| | | name: utils.assetsPath('img/[name].[hash:7].[ext]')
|
| | | }
|
| | |
| | | <!-- |
| | | * @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> |
| | |
| | | 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(() => { |
| | |
| | | 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;
|
| | | }
|