顶部中间区域样式修改

This commit is contained in:
mario.gk 2020-05-05 18:51:37 +08:00
parent b05da1e0ec
commit c3b075b7d5

View File

@ -185,12 +185,12 @@ body {
display: flex;
margin-bottom: 2px;
padding: 8px;
.lc-top-area-left{}
.lc-top-area-center{
flex: 1;
display: flex;
justify-content: flex-end;
margin-right: 8px;
justify-content: center;
margin: 0 8px;
}
.lc-top-area-right{
display: flex;
@ -274,7 +274,7 @@ body {
svg {
fill: var(--color-icon-normal,rgba(31,56,88,.4));
}
&.has-tip{
cursor: pointer;
}