|
|
@@ -344,24 +344,27 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
- ::v-deep .el-dialog__body {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- padding: 20px 0 !important;
|
|
|
- }
|
|
|
- ::v-deep .el-dialog__footer {
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- ::v-deep .el-transfer-panel__filter .el-input__inner {
|
|
|
- width: 90%;
|
|
|
- }
|
|
|
- ::v-deep .el-transfer-panel__filter {
|
|
|
- margin: 10px 0;
|
|
|
- }
|
|
|
- ::v-deep .el-transfer-panel .el-checkbox__inner {
|
|
|
- border-radius: 100%;
|
|
|
+ .ibps-layout-header-user {
|
|
|
+ ::v-deep {
|
|
|
+ .el-dialog__body {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ padding: 20px 0 !important;
|
|
|
+ }
|
|
|
+ .el-dialog__footer {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .el-transfer-panel__filter .el-input__inner {
|
|
|
+ width: 90%;
|
|
|
+ }
|
|
|
+ .el-transfer-panel__filter {
|
|
|
+ margin: 10px 0;
|
|
|
+ }
|
|
|
+ .el-transfer-panel .el-checkbox__inner {
|
|
|
+ border-radius: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- // .ibps-layout-header-user {
|
|
|
.dropdown512 {
|
|
|
max-width: 150px;
|
|
|
max-height: 300px;
|
|
|
@@ -384,5 +387,4 @@ export default {
|
|
|
padding: 0px 4px;
|
|
|
}
|
|
|
}
|
|
|
- // }
|
|
|
</style>
|