mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-11 10:26:03 +00:00
fix(settings styles): 修改样式
This commit is contained in:
parent
dbec478405
commit
f3451f2799
@ -1,11 +1,12 @@
|
|||||||
.lc-settings-main {
|
.lc-settings-main {
|
||||||
ul {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
.lc-settings-content {
|
.lc-settings-content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -36,7 +37,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
color: ##8f9bb3;
|
color: #8f9bb3;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -146,6 +147,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.lc-settings-pane {
|
.lc-settings-pane {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user