整合样式,BUG 59

This commit is contained in:
aixianling
2023-03-08 09:33:10 +08:00
parent 5a43d51436
commit cc748e1c99
7 changed files with 40 additions and 22 deletions

View File

@@ -46,7 +46,7 @@
:label="item.label"
:align="item.align"
:width="item.width">
<div class="nowarp-text" slot-scope="{row}">
<div class="nowrap-text" slot-scope="{row}">
{{ row[item.prop] || "-" }}
</div>
</el-table-column>