同步现场电网一张图

This commit is contained in:
GGJ
2024-05-14 18:28:27 +08:00
parent 25f5272967
commit 91ab15ecab
27 changed files with 1449 additions and 916 deletions

View File

@@ -22,7 +22,7 @@
:hide-on-click-modal="true"
:preview-teleported="true"
:preview-src-list="[fullUrl(fieldValue)]"
:src="fullUrl(fieldValue)"
:src="fieldValue.length > 100 ? fieldValue : fullUrl(fieldValue)"
></el-image>
</div>
@@ -240,7 +240,7 @@ const handlerCommand = (item: OptButton) => {
}
.el-image {
height: 36px;
width: 36px;
// width: 36px;
}
.table-operate-text {
padding-left: 5px;