perf: 使用pnpm lint格式化代码,适配最新版的stylelint规则

This commit is contained in:
xiaoxian521
2023-05-04 13:49:30 +08:00
parent 7713e7fb9e
commit afc15ea8df
59 changed files with 426 additions and 449 deletions

View File

@@ -63,12 +63,12 @@ export default defineComponent({
<style scoped>
.wrapper {
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
width: 300px;
height: 200px;
border: 3px dashed rgba(90, 167, 164, 0.9);
background-color: rgb(90 167 164 / 20%);
border: 3px dashed rgb(90 167 164 / 90%);
border-radius: 8px;
background-color: rgba(90, 167, 164, 0.2);
}
</style>

View File

@@ -98,13 +98,13 @@ export default defineComponent({
<style scoped>
.wrapper {
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
width: 300px;
height: 200px;
margin-bottom: 30px;
border: 3px dashed rgba(90, 167, 164, 0.9);
background-color: rgb(90 167 164 / 20%);
border: 3px dashed rgb(90 167 164 / 90%);
border-radius: 8px;
background-color: rgba(90, 167, 164, 0.2);
}
</style>

View File

@@ -60,12 +60,12 @@ export default ExampleSFC;
<style scoped>
.wrapper {
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
width: 300px;
height: 200px;
border: 3px dashed rgba(90, 167, 164, 0.9);
background-color: rgb(90 167 164 / 20%);
border: 3px dashed rgb(90 167 164 / 90%);
border-radius: 8px;
background-color: rgba(90, 167, 164, 0.2);
}
</style>