同步现场电网一张图
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</el-form-item>
|
||||
<slot name="select"></slot>
|
||||
</el-form>
|
||||
<template v-if="$slots.select || datePicker">
|
||||
<template v-if="$slots.select || datePicker || showSearch">
|
||||
<el-button type="primary" @click="showSelectChange" v-if="showUnfoldButton">
|
||||
<Icon size="14" name="el-icon-ArrowUp" style="color: #fff" v-if="showSelect" />
|
||||
<Icon size="14" name="el-icon-ArrowDown" style="color: #fff" v-else />
|
||||
|
||||
Reference in New Issue
Block a user