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

@@ -132,10 +132,10 @@ onMounted(() => {
</template>
<style scoped>
@import "./assets/iconfont/iconfont.css";
@import url("./assets/iconfont/iconfont.css");
.control-container {
background: hsla(0, 0%, 100%, 0.8);
background: hsl(0deg 0% 100% / 80%);
box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}

File diff suppressed because one or more lines are too long