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:
@@ -64,13 +64,18 @@ previewFile()
|
|||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
|
|
||||||
.docx {
|
.docx {
|
||||||
width: auto !important;
|
width: 100% !important;
|
||||||
min-height: 600px !important;
|
min-height: 600px !important;
|
||||||
overflow-y: scroll;
|
overflow: scroll !important;
|
||||||
padding: 20px !important;
|
padding: 70pt 20pt 0 20pt !important;
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 6px;
|
||||||
|
height: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 滚动条轨道
|
// 滚动条轨道
|
||||||
|
|||||||
Reference in New Issue
Block a user