mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-21 21:12:37 +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 {
|
.lc-settings-main {
|
||||||
|
ul {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -22,11 +25,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-weight: 500;
|
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);
|
color: var(--color-title);
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
position: relative;
|
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
@ -34,7 +36,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
color: #8F9BB3;
|
color: ##8f9bb3;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -42,8 +44,8 @@
|
|||||||
.lc-settings-notice {
|
.lc-settings-notice {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica,Arial,sans-serif;
|
font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica, Arial, sans-serif;
|
||||||
color: var(--color-text ,rgba(0,0,0,.6));
|
color: var(--color-text , rgba(0, 0, 0, .6));
|
||||||
padding: 50px 15px 0;
|
padding: 50px 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -122,7 +124,7 @@
|
|||||||
.lc-settings-tabs-content {
|
.lc-settings-tabs-content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 70px;
|
top: 70px;
|
||||||
left:0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
.next-tabs-tabpane {
|
.next-tabs-tabpane {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user