chore: save local MES snapshot

This commit is contained in:
2026-06-25 15:49:15 +08:00
parent 4f6a16fb2e
commit f6dce5daa8
102 changed files with 45101 additions and 218 deletions

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;