Merge branch 'develop-business-css' of http://121.37.111.42:3000/ThbTech/JavaProjectRepo into development-business-css

This commit is contained in:
wanxiaoli 2026-05-25 10:23:29 +08:00
commit 98e7a3bcac
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

View File

@ -1911,8 +1911,8 @@ function getName(code:any) {
</div> -->
<div class="operation-icon-box" style="width: 60px;" @click="boundaryClick">
<img v-if="!isBoundary" src="@/assets/x6/display.png">
<img v-else src="@/assets/x6/hide.png">
<img v-if="!isBoundary" src="@/assets/x6/draw.png">
<img v-else src="@/assets/x6/prohibit.png">
<div v-if="!isBoundary" class="operation-icon-text">绘制边界</div>
<div v-else class="operation-icon-text">停止绘制</div>
</div>