调整控制图标P标签样式

This commit is contained in:
wurou 2023-01-05 16:32:07 +08:00
parent d3327c5809
commit d1b99bc5dc
1 changed files with 2 additions and 3 deletions

View File

@ -100,15 +100,14 @@ export const sharedStyles: CSSResult = css`
}
p {
position: relative;
left: 13.1%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-family: OPPOSans;
font-style: normal;
mix-blend-mode: normal;
width: var(--auto-100px);
width: var(--auto-120px);
padding-inline-start: var(--auto-20px);
font-size: calc(21px / var(--hostDevicePixelRatio));
}