init: MES_Manage_View_V20 v1.1.0 项目初始化
- Vue 2.7 + Element UI + Webpack 5 前端 - SQL Server 数据库脚本 (script.sql) - 4份技术文档 (技术分析/功能映射/使用说明书/用户操作手册) - 存储过程修复 (fix_生产管理_外协报表_查询.sql)
This commit is contained in:
22
修改注意事项.txt
Normal file
22
修改注意事项.txt
Normal 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;
|
||||
Reference in New Issue
Block a user