Merge pull request 'fix : word表格预览手机端宽度适配' (#638) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/638
This commit is contained in:
2024-07-26 17:22:11 +00:00

View File

@@ -64,13 +64,18 @@ previewFile()
padding: 10px !important;
.docx {
width: auto !important;
width: 100% !important;
min-height: 600px !important;
overflow-y: scroll;
padding: 20px !important;
overflow: scroll !important;
padding: 70pt 20pt 0 20pt !important;
table {
width: 100% !important;
}
&::-webkit-scrollbar {
width: 6px;
height: 6px;
}
// 滚动条轨道