Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 2c54695

Browse files
committed
test: 新增总体样式表
1 parent 4ebc3d2 commit 2c54695

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

packages/THEME_STYLE/crumbs-item/style/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
width: 28px;
1212
display: inline-block;
1313
text-align: center;
14-
color: #C0C4CC;
14+
color: #c0c4cc;
1515
}
1616
.tyh-crumbs-item:last-child .tyh-icon {
1717
display: none;

packages/THEME_STYLE/crumbs-item/style/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
width: 28px;
1212
display: inline-block;
1313
text-align: center;
14-
color: #C0C4CC;
14+
color: #c0c4cc;
1515
}
1616
}
1717

packages/THEME_STYLE/dialog/style/index.less

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
background: rgba(0, 0, 0, 0.4);
4141
}
4242

43-
4443
.tyh-dialog-enter-active {
4544
transition: all 0.2s ease-out;
4645
}

0 commit comments

Comments
 (0)