mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 02:47:12 +00:00
Merge branch 'fix/ant-dstyle-conflic' into 'release/0.9.54'
style(code style): 修改css编码格式 See merge request !1106184
This commit is contained in:
commit
5d5849174c
@ -1,4 +1,7 @@
|
||||
.lc-settings-main {
|
||||
ul {
|
||||
margin: 0;
|
||||
}
|
||||
position: relative;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
@ -22,11 +25,10 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: 500;
|
||||
background: var(--color-block-background-shallow, rgba(31,56,88,.06));
|
||||
background: var(--color-block-background-shallow, rgba(31, 56, 88, .06));
|
||||
color: var(--color-title);
|
||||
padding: 0 16px;
|
||||
user-select: none;
|
||||
position: relative;
|
||||
margin-bottom: 4px;
|
||||
position: absolute;
|
||||
|
||||
@ -34,7 +36,7 @@
|
||||
position: absolute;
|
||||
left: 8px;
|
||||
top: 8px;
|
||||
color: #8F9BB3;
|
||||
color: ##8f9bb3;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
@ -42,8 +44,8 @@
|
||||
.lc-settings-notice {
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica,Arial,sans-serif;
|
||||
color: var(--color-text ,rgba(0,0,0,.6));
|
||||
font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica, Arial, sans-serif;
|
||||
color: var(--color-text , rgba(0, 0, 0, .6));
|
||||
padding: 50px 15px 0;
|
||||
}
|
||||
|
||||
@ -122,7 +124,7 @@
|
||||
.lc-settings-tabs-content {
|
||||
position: absolute;
|
||||
top: 70px;
|
||||
left:0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
.next-tabs-tabpane {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user