1,优化URL报错,2,更新OFD组件 3,美化Excel 4,文本方法关闭字节流 5,新增多种类型文件预览 (#419)
1,优化URL报错 2,更新OFD组件 3,美化Excel 4,文本方法关闭字节流 5,新增xmind、eml、epub、"obj", "3ds", "stl", "ply", "off", "3dm", "fbx", "dae", "wrl", "3mf", "ifc","glb","o3dv","gltf","stp","bim","fcstd","step","iges","brep"格式 Co-authored-by: gaoxiongzaq <admin@cxcp.com>
This commit is contained in:
49
server/src/main/resources/static/bootstrap/css/xlsx.css
Normal file
49
server/src/main/resources/static/bootstrap/css/xlsx.css
Normal file
@ -0,0 +1,49 @@
|
||||
body {
|
||||
margin-left: 0px;
|
||||
margin-top: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
table, tbody, tfoot, thead, tr, th, td {
|
||||
|
||||
white-space: normal !important;
|
||||
}
|
||||
/* 该行会导致部分excel列变得又窄又高,从而变为竖长条
|
||||
table {
|
||||
table-layout: auto !important;
|
||||
}
|
||||
*/
|
||||
.tab-content {
|
||||
position: relative;
|
||||
}
|
||||
img {
|
||||
max-width: none !important;
|
||||
}
|
||||
a{
|
||||
|
||||
text-decoration: none;
|
||||
border: 1px solid #dddddd !important;
|
||||
white-space: normal !important;
|
||||
|
||||
}
|
||||
/*默认状态*/
|
||||
h1 {
|
||||
background: #2B6695;
|
||||
border-radius: 6px 6px 6px 6px;
|
||||
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
|
||||
color: #FFFFFF;
|
||||
font-family:"微软雅黑", "宋体", "黑体", Arial;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
margin: 4px 0 !important;
|
||||
padding: 8px 0 5px 5px;
|
||||
text-shadow: 2px 2px 3px #222222;
|
||||
}
|
||||
table{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user