feat: 视频样式调整

This commit is contained in:
zhanzhenping 2024-07-04 18:40:26 +08:00
parent a19e81985a
commit f78b65424a
3 changed files with 3 additions and 6 deletions

View File

@ -3594,7 +3594,7 @@
background-color: #f8f8f8;
}
.markdown-body img {
.markdown-body img, .markdown-body video {
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;

View File

@ -2878,7 +2878,8 @@
background-color: #f8f8f8;
}
.markdown-body img {
.markdown-body img, .markdown-body video {
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;

View File

@ -504,10 +504,6 @@ function uploadResource($id, $callback) {
success: function (data) {
layer.close(layerIndex);
$callback('success', data);
if (data.errcode !== 0) {
layer.msg(data.message);
}
}
});
e.preventDefault();