自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-09-30 96fec00ec4415f5c7d415a61f2fd30533f3c1ade
#
1个文件已修改
7 ■■■■ 已修改文件
src/main/webapp/views/mat/mat.html 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/mat/mat.html
@@ -398,7 +398,12 @@
        </tr>
        <tr style="height: 74px">
            <td align="center" colspan="1">规格</td>
            <td align="center" colspan="1" style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}</td>
            <td align="center" colspan="1" style="
                overflow:hidden;
                text-overflow:ellipsis;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            ">{{this.specs}}</td>
        </tr>
    </table>
    {{/each}}