添加exportOptions属性,防止前端导出无法忽略操作列

This commit is contained in:
RuoYi
2019-05-28 17:44:46 +08:00
parent 8a18c46b84
commit 202bf1ce65
5 changed files with 27 additions and 4 deletions

View File

@ -46,9 +46,12 @@
.mb20 {
margin-bottom: 20px;
}
.ml20 {
.m20 {
margin-left: 20px;
}
.m50 {
margin-left: 50px;
}
.img-xs {
width: 32px;
height: 32px;
@ -618,6 +621,13 @@ label {
margin: 5px 15px 5px 0px;
}
.select-list li p{
float: left;
width: 80px;
margin: 5px 15px 5px 0px;
text-align:right;
}
.select-list li input {
border: 1px solid #ddd;
border-radius: 4px;
@ -748,6 +758,13 @@ label {
cursor: pointer;
}
.select-title{
color:#3d5266;
font-size:15px;
padding:10px 0px;
font-weight: normal;
}
/** 表格查询数据 **/
.table-striped {
min-height: 75%;
@ -894,4 +911,4 @@ label {
height: 32px;
display: block;
float:left;
}
}