81dc0974 by “miaofang

--no commit message

1 parent 8837671c
...@@ -154,7 +154,8 @@ ...@@ -154,7 +154,8 @@
154 .iconName { 154 .iconName {
155 line-height: 24px; 155 line-height: 24px;
156 font-size: 12px; 156 font-size: 12px;
157 white-space: nowrap; 157 width: 100px;
158 // white-space: nowrap;
158 } 159 }
159 160
160 .container { 161 .container {
......
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
129 this.loading = true 129 this.loading = true
130 if (this.selectList.length == 0) { 130 if (this.selectList.length == 0) {
131 this.$message.error('请先选择材料目录') 131 this.$message.error('请先选择材料目录')
132 this.loading = false
132 return 133 return
133 } 134 }
134 getPrintTemplateByCode({ tmpno: 'bdcdjbccltts' }).then(res => { 135 getPrintTemplateByCode({ tmpno: 'bdcdjbccltts' }).then(res => {
......
...@@ -152,9 +152,11 @@ ...@@ -152,9 +152,11 @@
152 } 152 }
153 153
154 .iconName { 154 .iconName {
155 line-height: 24px; 155 text-align: center;
156 line-height: 15px;
156 font-size: 12px; 157 font-size: 12px;
157 white-space: nowrap; 158 width: 70px;
159 // white-space: nowrap;
158 } 160 }
159 161
160 .container { 162 .container {
......