feat: alert-message导出

This commit is contained in:
陈劲松
2020-04-08 20:27:07 +08:00
parent b0363833a4
commit fcc269b8e2
4 changed files with 152 additions and 92 deletions

View File

@@ -260,94 +260,3 @@
}
/*去除上传文件动画end*/
</style>
<style>
.export-xlsx .el-dialog__body{
padding: 10px 20px 20px 20px;
}
.export-xlsx .el-button:focus, .export-xlsx .el-button:hover {
color: unset;
border-color: unset;
background-color:unset;
}
.dropdownBtn .el-button--primary{
top:2px;
padding: 0 8px;
background-image: linear-gradient(180deg, #fff 0%, #E0E0E0 100%);
border: 0px;
color: #666;
-webkit-box-shadow: 0 0 1px 1px rgba(162,162,162,0.5);
box-shadow: 0 0 1px 1px rgba(162,162,162,0.5);
letter-spacing: 0;
background-color: unset;
}
.dropdownBtn .el-button--primary:hover{
background-image: linear-gradient(180deg, #F0F0F0 0%, #D8D8D8 99%) !important;
}
.dropdownBtn .el-button--mini{
font-size: 12px;
height: 24px;
}
.dropdownBtn .el-button--mini:first-of-type {
right: 3px;
}
.el-dropdown .el-button-group{
display: block;
position: relative;
top:-2px;
}
.export-xlsx .el-dropdown .el-dropdown__caret-button {
padding-left: 5px;
padding-right: 5px;
border-left: none;
top:0px;
left: -1px;
}
.footer:before{
/*content: '';*/
/*clear:both;*/
/*display: block;*/
/*height: 40px;*/
}
.upload-body{
text-align: center;
}
.result-detail li{
line-height: 20px;
font-size: 12px;
}
.result-detail{
height: 100px;
/*overflow-y: auto;*/
margin-bottom: 20px;
}
.result-body{
text-align: left;
line-height: 20px;
font-size: 12px;
vertical-align: middle;
}
.result-title{
font-weight: bold;
}
/**dialog 在视图中居中显示start*/
.export-xlsx .el-dialog{
display: flex;
flex-direction: column;
margin:0 !important;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
/*height:600px;*/
max-height:calc(100% - 30px);
max-width:calc(100% - 30px);
}
.export-xlsx .el-dialog .el-dialog__body{
flex:1;
overflow: auto;
}
/**dialog 在视图中居中显示end*/
.dropdown-content{
font-size: 14px !important;
}
</style>