mirror of
https://gitee.com/was666/as-editor.git
synced 2026-04-21 00:00:01 +08:00
refactor: 升级为vue3.x全家桶+element-plus+vant3,解决相关兼容问题
This commit is contained in:
@@ -26,16 +26,16 @@ export default {
|
||||
.richtext {
|
||||
position: relative;
|
||||
}
|
||||
/deep/img {
|
||||
:deep(img) {
|
||||
max-width: 100% !important;
|
||||
display: block;
|
||||
}
|
||||
.richtext {
|
||||
position: relative;
|
||||
/deep/pre {
|
||||
:deep(pre) {
|
||||
white-space: break-spaces;
|
||||
}
|
||||
/deep/p {
|
||||
:deep(p) {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user