mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-20 09:38:35 +08:00
Merge branch 'master' of https://gitee.com/anji-plus/report
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -23,9 +23,9 @@
|
||||
<properties>
|
||||
<gaea.version>6.0.0-SNAPSHOT</gaea.version>
|
||||
<gaea.security.version>1.0.0-SNAPSHOT</gaea.security.version>
|
||||
<gaea.export.version>1.0.0-SNAPSHOT</gaea.export.version>
|
||||
<gaea.export.version>1.0.0.RELEASE</gaea.export.version>
|
||||
<gaea.generator.version>1.0.0-SNAPSHOT</gaea.generator.version>
|
||||
<gaea.log.version>1.0.0-SNAPSHOT</gaea.log.version>
|
||||
<gaea.log.version>1.0.0.RELEASE</gaea.log.version>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
<el-color-picker
|
||||
v-model="colorValue"
|
||||
:predefine="predefineColors"
|
||||
show-alpha
|
||||
size="mini"
|
||||
@change="changeColor"
|
||||
/>
|
||||
|
||||
@@ -439,8 +439,6 @@ export default {
|
||||
.echarts {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 200px;
|
||||
min-height: 200px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -245,8 +245,6 @@ export default {
|
||||
.echarts {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 200px;
|
||||
min-height: 200px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -154,8 +154,6 @@ export default {
|
||||
.echarts {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 200px;
|
||||
min-height: 200px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -233,8 +233,6 @@ export default {
|
||||
.echarts {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 200px;
|
||||
min-height: 200px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -348,8 +348,6 @@ export default {
|
||||
.echarts {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 200px;
|
||||
min-height: 200px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -228,8 +228,6 @@ export default {
|
||||
.echarts {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-width: 200px;
|
||||
min-height: 200px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user