TASK:#110955修改部分冲突

This commit is contained in:
lvxiangcong 2022-09-22 19:52:46 +08:00
parent 2da290403b
commit 3741eae0ab
3 changed files with 11 additions and 11 deletions

View File

@ -9,6 +9,7 @@
- add indicator-page-point
- add blur
- add radio
- add clock
- add toast
- add card
- add contaienr
@ -18,4 +19,3 @@
- add delay exchange feature
- fix bugs of container exchange stradegy
- add confirm
- add clock

View File

@ -141,8 +141,8 @@ export const sharedStyles: CSSResult = css`
}
.star-clock-point-transparent {
display: inline-block;
width: 20px;
height: 20px;
width: 18px;
height: 18px;
position: absolute;
right: 50%;
top: 0;

View File

@ -145,14 +145,6 @@ export class PanelRoot extends LitElement {
href="#radio"
></star-li>
<hr />
<star-li
type=${LiType.ICON_LABEL}
label="时钟"
icon="alarm"
iconcolor="green"
href="#clock"
></star-li>
<hr />
<star-li
type=${LiType.ICON_LABEL}
label="溢出菜单"
@ -161,6 +153,14 @@ export class PanelRoot extends LitElement {
href="#overflowmenu"
></star-li>
<hr />
<star-li
type=${LiType.ICON_LABEL}
label="时钟"
icon="alarm"
iconcolor="green"
href="#clock"
></star-li>
<hr />
<star-li
type=${LiType.ICON_LABEL}
label="关于"