mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 11:52:07 +08:00
fix: 修复扩缩/迁移副本无法选中默认 Topic 的问题 & 迁移副本 Topic 迁移时间单位支持分钟粒度
This commit is contained in:
@@ -64,11 +64,6 @@
|
||||
.task-form {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.dcloud-select-selector {
|
||||
max-height: 100px;
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
.preview-task-plan-drawer {
|
||||
@@ -80,4 +75,18 @@
|
||||
background: #F8F9FA;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.move-dete-time-tanges{
|
||||
.dcloud-input-number-input-wrap{
|
||||
width: 80px;
|
||||
}
|
||||
.dcloud-input-number-wrapper{
|
||||
.dcloud-select-selector{
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
background-color: inherit !important;
|
||||
background: #F8F9FA;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user