Merge pull request #220 in YR/star-web-components from modify-icon-control-bar-style to master

* commit 'd1b99bc5dcc94ed9cb4b6076ca85d9b3198a89b3':
  调整控制图标P标签样式
This commit is contained in:
汪昌棋 2023-01-12 15:20:37 +08:00
commit 4ad86784c0
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));
}