Skip to content
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

Image clipping and uploading #174

Closed
ss-sola opened this issue Nov 9, 2022 · 6 comments
Closed

Image clipping and uploading #174

ss-sola opened this issue Nov 9, 2022 · 6 comments
Assignees
Labels

Comments

@ss-sola
Copy link

ss-sola commented Nov 9, 2022

Why is the md-editor-modal style in version 2.4.1 in the form of inline style

@imzbf
Copy link
Owner

imzbf commented Nov 10, 2022

image? or md-editor-modal? Can you give me an example

@ss-sola
Copy link
Author

ss-sola commented Nov 10, 2022

image
这个行内样式是自带的,我想要修改它。我使用了vue的:deep()或是js来修改,但效果并不理想。

@ss-sola
Copy link
Author

ss-sola commented Nov 10, 2022

好吧,我在非scoped尝试修改样式发现可以。
image

<style>
/* 裁剪图片上传样式修正 */
.md-editor-modal {
    left: 0 !important;
    width: 100% !important;
    height: 60% !important;
}
</style>

@ss-sola
Copy link
Author

ss-sola commented Nov 10, 2022

期待作者能做成自适应的

@imzbf
Copy link
Owner

imzbf commented Nov 10, 2022

有时间我优化一下移动端的表现

@imzbf imzbf self-assigned this Nov 10, 2022
@imzbf imzbf added the mobile label Nov 10, 2022
imzbf added a commit that referenced this issue Nov 16, 2022
Tofandel pushed a commit to Tofandel/md-editor-v3 that referenced this issue Nov 18, 2022
@imzbf
Copy link
Owner

imzbf commented Nov 23, 2022

2.4.2优化了裁剪弹窗在移动端的显示

@imzbf imzbf closed this as completed Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants