mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 05:27:39 +08:00
修改stylelint配置,优化代码
This commit is contained in:
parent
3685b70c2f
commit
2ffc8c18d9
@ -35,6 +35,14 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"property-no-vendor-prefix": [
|
||||
true,
|
||||
{
|
||||
"ignoreProperties": [
|
||||
"mask-image"
|
||||
]
|
||||
}
|
||||
],
|
||||
"max-line-length": null
|
||||
}
|
||||
}
|
||||
|
@ -92,8 +92,8 @@ function pathCompile(path) {
|
||||
align-items: center;
|
||||
padding-right: 50px;
|
||||
overflow: hidden;
|
||||
/* stylelint-disable-next-line property-no-vendor-prefix */
|
||||
-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 50px), transparent);
|
||||
mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 50px), transparent);
|
||||
.sidebar-collapse {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -150,8 +150,7 @@ const oneStepAdminInfo = ref({
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.text-emphasis {
|
||||
/* stylelint-disable-next-line property-no-vendor-prefix */
|
||||
-webkit-text-emphasis-style: "❤";
|
||||
text-emphasis-style: "❤";
|
||||
}
|
||||
.ecology {
|
||||
padding: 10px 0 0;
|
||||
|
Loading…
Reference in New Issue
Block a user