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 {
...@@ -232,4 +233,4 @@ ...@@ -232,4 +233,4 @@
232 position: absolute; 233 position: absolute;
233 left: 0; 234 left: 0;
234 bottom: 0; 235 bottom: 0;
235 }
...\ No newline at end of file ...\ No newline at end of file
236 }
......
...@@ -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 {
...@@ -242,4 +244,4 @@ ...@@ -242,4 +244,4 @@
242 position: absolute; 244 position: absolute;
243 left: 0; 245 left: 0;
244 bottom: 0; 246 bottom: 0;
245 }
...\ No newline at end of file ...\ No newline at end of file
247 }
......