Merge branch 'fix/ant-dstyle-conflic' into 'release/0.9.54'

style(code style): 修改css编码格式



See merge request !1106184
This commit is contained in:
荣彬 2021-01-04 16:06:38 +08:00
commit 5d5849174c

View File

@ -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;
@ -26,7 +29,6 @@
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;
} }
} }