Skip to content

Commit

Permalink
feat(home): 更新home页面及eslint配置
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Nov 18, 2024
1 parent 06ee669 commit a47161a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
"watchPostEffect": true,
"watchSyncEffect": true
}
}
}
3 changes: 1 addition & 2 deletions src/views/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 秦少卫
* @Date: 2024-05-17 15:30:21
* @LastEditors: 秦少卫
* @LastEditTime: 2024-10-13 17:21:48
* @LastEditTime: 2024-11-18 10:30:30
* @Description: file content
-->
<template>
Expand Down Expand Up @@ -209,7 +209,6 @@ provide('canvasEditor', canvasEditor);
overflow: hidden;
}
// 标尺
.switch {
margin-right: 10px;
Expand Down

0 comments on commit a47161a

Please sign in to comment.