Lei
Results
2
comments of
Lei
确认是偶现 我是直接用nginx反向代理过去的,不知道是不是这方面的原因 location / { proxy_pass http://10.0.1x.11:8826; proxy_set_header Host $host; add_header Access-Control-Allow-Private-Network true; }
谢谢! 目前我通过如下的css可以实现初次插入就直接100%宽度,但是拖拽还是出问题,后面有机会会在研究一下,目前不影响使用了。 ```css .iframe-content { position: relative; width: 100%; } .b3-typography iframe, .protyle-wysiwyg iframe { width:100%; } ```