mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:修复前端程序编译报错bug
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
baseUrl: 'http://localhost:8082/',
|
baseUrl: 'http://localhost:8082/',
|
||||||
projectName: '橙单生成器项目'
|
projectName: '橙单项目'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
baseUrl: 'http://localhost:8082/',
|
baseUrl: 'http://localhost:8082/',
|
||||||
projectName: '橙单生成器项目'
|
projectName: '橙单项目'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
baseUrl: 'http://localhost:8082/',
|
baseUrl: 'http://localhost:8082/',
|
||||||
projectName: '橙单生成器项目'
|
projectName: '橙单项目'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
baseUrl: 'http://localhost:8082/',
|
baseUrl: 'http://localhost:8082/',
|
||||||
projectName: '橙单生成器项目'
|
projectName: '橙单项目'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user