初始化仓库

This commit is contained in:
zhangshun
2026-05-27 10:19:58 +08:00
commit 963e0df303
808 changed files with 133638 additions and 0 deletions

22
修改注意事项.txt Normal file
View File

@@ -0,0 +1,22 @@
import * as XLSX from 'xlsx'
/deep/ 替换成 ::v-deep
css 中@import 替换成 @use
sidebar.scss
@use './variables.scss';
&:hover {
background-color: variables.$menuHover !important;
}
Layout.vue
@use "../../styles/mixin.scss";
.app-wrapper {
@include mixin.clearfix;