NEZ-1072 feat: 主题切换

This commit is contained in:
chenjinsong
2021-11-01 17:23:01 +08:00
parent 1e017d3060
commit 914c096463
395 changed files with 23682 additions and 23372 deletions

View File

@@ -224,102 +224,3 @@ export default {
}
}
</script>
<style lang="scss">
.nz-transfer {
display: flex;
justify-content: space-between;
.nz-transfer__box {
width: calc(50% - 7.5px);
border: 1px solid $--right-box-border-color;
border-radius: $--primary-border-radius;
.box__header {
display: flex;
align-items: center;
padding: 0 10px;
height: 52px;
color: #666;
box-sizing: border-box;
border-bottom: 1px solid $--right-box-border-color;
input {
background-color: transparent !important;
}
}
.box__table {
height: calc(100% - 94px);
border-bottom: 1px solid $--right-box-border-color;
.el-table--border::after, .el-table--group::after, .el-table::before {
height: 0;
}
.el-table__row {
td {
border-color: $--right-box-border-color;
&:first-of-type .cell {
text-overflow: unset;
}
}
}
}
.box__footer {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 8px 1px;
height: 42px;
box-sizing: border-box;
.jump-input {
width: 40px;
.el-input__inner {
padding: 0 5px;
height: 24px;
line-height: 24px;
}
}
.jump-pages {
padding-left: 9px;
font-size: 14px;
color: #333;
}
.top-tool-btn {
height: 28px;
width: 28px;
line-height: 28px;
}
.el-pagination {
display: flex;
align-items: center;
padding: 0;
.btn-prev, .btn-next {
border: none;
background-color: transparent !important;
}
.btn-prev {
margin: 0 5px;
}
.btn-next {
margin: 0;
}
}
}
}
}
.hide-row {
display: none !important;
}
.error{
border-color: #F56C6C !important;
}
</style>