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) {
|
if (flag && !current) {
|
||||||
this.container.active(this.lastCurrent || this.container.getAt(0))
|
this.container.active(this.lastCurrent || this.container.getAt(0))
|
||||||
} else if (current) {
|
} else if (current) {
|
||||||
this.lastCurrent = this.container.current;
|
this.lastCurrent = current;
|
||||||
this.container.unactive();
|
this.container.unactive(current);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -225,6 +225,7 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 6px;
|
top: 6px;
|
||||||
|
z-index: 2;
|
||||||
.next-icon{
|
.next-icon{
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user