fix: backup 国际化

This commit is contained in:
zhangxiaolong
2022-04-08 18:02:57 +08:00
parent 474b60dce2
commit e818ff1e4b
6 changed files with 43 additions and 39 deletions

View File

@@ -31,6 +31,7 @@
width: calc(100% / 7);
.el-checkbox-button__inner{
width: 100%;
padding: 11px 3px;
}
}
}

View File

@@ -9,7 +9,7 @@
background: $--button-primary-color;
border: 1px solid #DEDEDE;
border-radius: 2px;
width: 30px;
width: 22px;
height: 22px;
}
.table-operation-button {
@@ -22,10 +22,11 @@
justify-content: center;
align-items: center;
height: 22px;
width: 130px;
// width: 130px;
max-width: 98px;
min-width: 74px;
margin-right: 10px;
cursor: pointer;
// border-radius: $--button-border-radius;
// outline: none;
}
}
}