commit:修复前端程序编译报错bug

This commit is contained in:
Jerry
2020-11-25 14:13:58 +08:00
parent 8d68b1a5a3
commit ecec5ae30a
8 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{ {
"scripts": { "scripts": {
"theme-orange": "et -c element-variables-orange.scss", "theme-orange": "et -c element-variables-orange.scss"
}, },
"devDependencies": { "devDependencies": {
"element-theme": "^2.0.1", "element-theme": "^2.0.1",

View File

@@ -1,4 +1,4 @@
module.exports = { module.exports = {
baseUrl: 'http://localhost:8082/', baseUrl: 'http://localhost:8082/',
projectName: '橙单生成器项目' projectName: '橙单项目'
} }

View File

@@ -1,4 +1,4 @@
module.exports = { module.exports = {
baseUrl: 'http://localhost:8082/', baseUrl: 'http://localhost:8082/',
projectName: '橙单生成器项目' projectName: '橙单项目'
} }

View File

@@ -1,6 +1,6 @@
{ {
"scripts": { "scripts": {
"theme-orange": "et -c element-variables-orange.scss", "theme-orange": "et -c element-variables-orange.scss"
}, },
"devDependencies": { "devDependencies": {
"element-theme": "^2.0.1", "element-theme": "^2.0.1",

View File

@@ -1,4 +1,4 @@
module.exports = { module.exports = {
baseUrl: 'http://localhost:8082/', baseUrl: 'http://localhost:8082/',
projectName: '橙单生成器项目' projectName: '橙单项目'
} }

View File

@@ -1,4 +1,4 @@
module.exports = { module.exports = {
baseUrl: 'http://localhost:8082/', baseUrl: 'http://localhost:8082/',
projectName: '橙单生成器项目' projectName: '橙单项目'
} }

View File

@@ -117,6 +117,7 @@ export default {
>>> .el-tag { >>> .el-tag {
padding: 0px 30px; padding: 0px 30px;
} }
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>