多幢右键菜单删除功能
Showing
2 changed files
with
5 additions
and
4 deletions
| ... | @@ -344,28 +344,28 @@ export default { | ... | @@ -344,28 +344,28 @@ export default { |
| 344 | background-position-x: center; | 344 | background-position-x: center; |
| 345 | } | 345 | } |
| 346 | .reTree_collapse_icon { | 346 | .reTree_collapse_icon { |
| 347 | opacity: .5; | 347 | // opacity: .5; |
| 348 | background: url("../../assets/images/reTree_collapse_.svg") no-repeat center | 348 | background: url("../../assets/images/reTree_collapse_.svg") no-repeat center |
| 349 | center; | 349 | center; |
| 350 | background-size: contain; | 350 | background-size: contain; |
| 351 | } | 351 | } |
| 352 | 352 | ||
| 353 | .reTree_default_icon { | 353 | .reTree_default_icon { |
| 354 | opacity: .5; | 354 | // opacity: .5; |
| 355 | background: url("../../assets/images/reTree_default_.svg") no-repeat center | 355 | background: url("../../assets/images/reTree_default_.svg") no-repeat center |
| 356 | center; | 356 | center; |
| 357 | background-size: contain; | 357 | background-size: contain; |
| 358 | } | 358 | } |
| 359 | 359 | ||
| 360 | .reTree_expand_icon { | 360 | .reTree_expand_icon { |
| 361 | opacity: .5; | 361 | // opacity: .5; |
| 362 | background: url("../../assets/images/reTree_expand_.svg") no-repeat center | 362 | background: url("../../assets/images/reTree_expand_.svg") no-repeat center |
| 363 | center; | 363 | center; |
| 364 | background-size: contain; | 364 | background-size: contain; |
| 365 | } | 365 | } |
| 366 | 366 | ||
| 367 | .reTree_focus_icon { | 367 | .reTree_focus_icon { |
| 368 | opacity: .5; | 368 | // opacity: .5; |
| 369 | background: url("../../assets/images/reTree_focus_.svg") no-repeat center | 369 | background: url("../../assets/images/reTree_focus_.svg") no-repeat center |
| 370 | center; | 370 | center; |
| 371 | background-size: contain; | 371 | background-size: contain; | ... | ... |
| ... | @@ -71,6 +71,7 @@ | ... | @@ -71,6 +71,7 @@ |
| 71 | class="contextmenu" | 71 | class="contextmenu" |
| 72 | > | 72 | > |
| 73 | <li @click="openCreateDialog">新建自然幢</li> | 73 | <li @click="openCreateDialog">新建自然幢</li> |
| 74 | <li @click="deleteByBsm()">删除</li> | ||
| 74 | </ul> | 75 | </ul> |
| 75 | <ul | 76 | <ul |
| 76 | v-show="createVisible" | 77 | v-show="createVisible" | ... | ... |
-
Please register or sign in to post a comment