diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs index d55c6ecf..f2783765 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -8,13 +8,19 @@ module.exports = { "stylelint-config-html/vue", // 配置 vue 中 template 样式格式化 "stylelint-config-standard-scss", // 配置 stylelint scss 插件 "stylelint-config-recommended-vue/scss", // 配置 vue 中 scss 样式格式化 - "stylelint-config-recess-order" // 配置 stylelint css 属性书写顺序插件, + "stylelint-config-recess-order", // 配置 stylelint css 属性书写顺序插件, + "stylelint-config-recommended", + "stylelint-config-tailwindcss" ], overrides: [ // 扫描 .vue/html 文件中的 diff --git a/src/layouts/components/Sidebar/components/Help/index.vue b/src/layouts/components/Sidebar/components/Help/index.vue index a1e81b6d..9d20cb53 100644 --- a/src/layouts/components/Sidebar/components/Help/index.vue +++ b/src/layouts/components/Sidebar/components/Help/index.vue @@ -6,7 +6,7 @@ :options="options" @select="handleSelect" > - + diff --git a/src/layouts/components/Sidebar/components/Logo/index.vue b/src/layouts/components/Sidebar/components/Logo/index.vue index ce7fe696..ac97cb2a 100644 --- a/src/layouts/components/Sidebar/components/Logo/index.vue +++ b/src/layouts/components/Sidebar/components/Logo/index.vue @@ -1,5 +1,10 @@ - - diff --git a/src/layouts/components/Sidebar/components/Profile/index.vue b/src/layouts/components/Sidebar/components/Profile/index.vue index c89ff5cc..03e21a81 100644 --- a/src/layouts/components/Sidebar/components/Profile/index.vue +++ b/src/layouts/components/Sidebar/components/Profile/index.vue @@ -6,7 +6,7 @@ :options="options" @select="handleSelect" > - + diff --git a/src/layouts/components/Sidebar/components/Setting/index.vue b/src/layouts/components/Sidebar/components/Setting/index.vue index e2d9ed23..fe3e933c 100644 --- a/src/layouts/components/Sidebar/components/Setting/index.vue +++ b/src/layouts/components/Sidebar/components/Setting/index.vue @@ -1,7 +1,7 @@