--no commit message
Showing
3 changed files
with
7 additions
and
3 deletions
| ... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment