NEZ-333 fix:alert list 无法调整大小bug修复
This commit is contained in:
@@ -481,6 +481,8 @@ export default {
|
||||
immediate:true,
|
||||
handler(n,o){
|
||||
this.data=Object.assign({},n)
|
||||
this.data.resizable=true;
|
||||
this.data.editable=true;
|
||||
}
|
||||
},
|
||||
panelId:{
|
||||
|
||||
@@ -182,6 +182,7 @@ export default {
|
||||
.pagination .el-pagination {
|
||||
max-height: 42px;
|
||||
padding-right: 0;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.pagination-size-select .el-input--mini .el-input__inner{
|
||||
height: 20px;
|
||||
|
||||
Reference in New Issue
Block a user