fix:修改按钮白底的问题
This commit is contained in:
@@ -787,8 +787,8 @@
|
|||||||
if(this.zoom<0.1){//每次缩小0.1 保证缩放大于0
|
if(this.zoom<0.1){//每次缩小0.1 保证缩放大于0
|
||||||
this.zoom=0.1;
|
this.zoom=0.1;
|
||||||
}
|
}
|
||||||
if(this.zoom>5){
|
if(this.zoom>3){
|
||||||
this.zoom=5;
|
this.zoom=3;
|
||||||
}
|
}
|
||||||
this.network.moveTo({
|
this.network.moveTo({
|
||||||
position: this.viewsCenter,
|
position: this.viewsCenter,
|
||||||
|
|||||||
@@ -712,7 +712,6 @@
|
|||||||
</style>
|
</style>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
#module-add-param,#add-type{
|
#module-add-param,#add-type{
|
||||||
background: #fff;
|
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user