mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-27 20:30:28 +00:00
fix style
This commit is contained in:
parent
7cf157d742
commit
8a977da5a8
@ -34,8 +34,8 @@ export default class Area<C extends IWidgetBaseConfig = any, T extends IWidget =
|
||||
if (flag && !current) {
|
||||
this.container.active(this.lastCurrent || this.container.getAt(0))
|
||||
} else if (current) {
|
||||
this.lastCurrent = this.container.current;
|
||||
this.container.unactive();
|
||||
this.lastCurrent = current;
|
||||
this.container.unactive(current);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
@ -225,6 +225,7 @@ body {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 6px;
|
||||
z-index: 2;
|
||||
.next-icon{
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user