-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[t-upload] 升级1.2.3版本后,样式有差异 #2410
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-miniprogram 版本
1.2.3
重现链接
No response
重现步骤
<view class="step-panel"> <t-upload max="{{1}}" media-type="{{['image']}}" files="{{licenseFiles}}" gridConfig="{{licenseConfig}}" bind:add="addLicenseFile" bind:remove="reomveLicenseFile" /> </view>
licenseFiles: [], licenseConfig: { column: 1, width: 260, height: 160, },
期望结果
期望上传按钮能够居中显示。
实际结果
基础库版本
1.2.3
补充说明
No response
The text was updated successfully, but these errors were encountered: