fix:修改按钮白底的问题

This commit is contained in:
zhangyu
2020-10-20 13:47:11 +08:00
parent 2fa5d71ac2
commit b4f2246674
2 changed files with 2 additions and 3 deletions

View File

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

View File

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