|
@@ -538,9 +538,12 @@
|
|
|
<div class="sub-table-btn-delete">
|
|
|
<div
|
|
|
v-show="item.number.length > 1"
|
|
|
- class="el-icon-error"
|
|
|
@click="numberTableDeleteRow(index, subIndex)"
|
|
|
- ></div>
|
|
|
+ >
|
|
|
+ <el-icon size="18">
|
|
|
+ <CircleCloseFilled></CircleCloseFilled>
|
|
|
+ </el-icon>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -749,7 +752,9 @@
|
|
|
placeholder="长"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
- <span class="el-icon-close"></span>
|
|
|
+ <el-icon size="18">
|
|
|
+ <Close></Close>
|
|
|
+ </el-icon>
|
|
|
<el-form-item
|
|
|
prop="package_size_width"
|
|
|
:rules="{
|
|
@@ -764,7 +769,9 @@
|
|
|
placeholder="宽"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
- <span class="el-icon-close"></span>
|
|
|
+ <el-icon size="18">
|
|
|
+ <Close></Close>
|
|
|
+ </el-icon>
|
|
|
<el-form-item
|
|
|
prop="package_size_height"
|
|
|
:rules="{
|
|
@@ -1025,7 +1032,7 @@ import {
|
|
|
ElMessage,
|
|
|
ElIcon,
|
|
|
} from 'element-plus'
|
|
|
-import { CirclePlus } from '@element-plus/icons-vue'
|
|
|
+import { CirclePlus, Close, CircleCloseFilled } from '@element-plus/icons-vue'
|
|
|
import debounce from 'lodash.debounce'
|
|
|
import cloneDeep from 'lodash.clonedeep'
|
|
|
import { $t } from '@/i18n/index'
|
|
@@ -1623,7 +1630,6 @@ div {
|
|
|
cursor: pointer;
|
|
|
.el-icon-circle-plus-outline {
|
|
|
color: #009688;
|
|
|
- font-size: 42px;
|
|
|
}
|
|
|
&:hover {
|
|
|
color: #333;
|