Committed by
GitHub
Merge pull request #480 from 666ghj/fix/Upload-template
Fixed the Upload Template Button
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -235,7 +235,7 @@ | @@ -235,7 +235,7 @@ | ||
| 235 | .upload-button input[type="file"] { | 235 | .upload-button input[type="file"] { |
| 236 | position: absolute; | 236 | position: absolute; |
| 237 | left: 0; | 237 | left: 0; |
| 238 | - top: 52px; /* 运行时再用JS同步为app-switcher的真实高度 */ | 238 | + top: 0; /* 覆盖整个按钮,确保点击按钮即可触发文件选择 */ |
| 239 | width: 100%; | 239 | width: 100%; |
| 240 | height: 100%; | 240 | height: 100%; |
| 241 | opacity: 0; | 241 | opacity: 0; |
-
Please register or login to post a comment