Merge branch 'master' of ssh://172.20.184.160:7999/yr/star-web-components

This commit is contained in:
duanzhijiang 2022-09-24 21:49:23 +08:00
commit b9dd402eca
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import {css} from 'lit'
export default css`
:host {
:host {
width: inherit;
display: block;
margin: 20px auto;
@ -39,6 +38,5 @@ export default css`
footer a:visited {
color: blue;
}
}
`