81dc0974 by “miaofang

--no commit message

1 parent 8837671c
......@@ -154,7 +154,8 @@
.iconName {
line-height: 24px;
font-size: 12px;
white-space: nowrap;
width: 100px;
// white-space: nowrap;
}
.container {
......@@ -232,4 +233,4 @@
position: absolute;
left: 0;
bottom: 0;
}
\ No newline at end of file
}
......
......@@ -129,6 +129,7 @@
this.loading = true
if (this.selectList.length == 0) {
this.$message.error('请先选择材料目录')
this.loading = false
return
}
getPrintTemplateByCode({ tmpno: 'bdcdjbccltts' }).then(res => {
......
......@@ -152,9 +152,11 @@
}
.iconName {
line-height: 24px;
text-align: center;
line-height: 15px;
font-size: 12px;
white-space: nowrap;
width: 70px;
// white-space: nowrap;
}
.container {
......@@ -242,4 +244,4 @@
position: absolute;
left: 0;
bottom: 0;
}
\ No newline at end of file
}
......