This commit is contained in:
yanzili
2021-06-30 10:23:09 +08:00
8 changed files with 3 additions and 14 deletions

View File

@@ -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>

View File

@@ -10,6 +10,7 @@
<el-color-picker
v-model="colorValue"
:predefine="predefineColors"
show-alpha
size="mini"
@change="changeColor"
/>

View File

@@ -439,8 +439,6 @@ export default {
.echarts {
width: 100%;
height: 100%;
min-width: 200px;
min-height: 200px;
overflow: hidden;
}
</style>

View File

@@ -245,8 +245,6 @@ export default {
.echarts {
width: 100%;
height: 100%;
min-width: 200px;
min-height: 200px;
overflow: hidden;
}
</style>

View File

@@ -154,8 +154,6 @@ export default {
.echarts {
width: 100%;
height: 100%;
min-width: 200px;
min-height: 200px;
overflow: hidden;
}
</style>

View File

@@ -233,8 +233,6 @@ export default {
.echarts {
width: 100%;
height: 100%;
min-width: 200px;
min-height: 200px;
overflow: hidden;
}
</style>

View File

@@ -348,8 +348,6 @@ export default {
.echarts {
width: 100%;
height: 100%;
min-width: 200px;
min-height: 200px;
overflow: hidden;
}
</style>

View File

@@ -228,8 +228,6 @@ export default {
.echarts {
width: 100%;
height: 100%;
min-width: 200px;
min-height: 200px;
overflow: hidden;
}
</style>