UNPKG
notice-bar-vue
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
基于Vue3的无线滚动通知栏组件
github.com/CaniceZ/notice-bar-vue
CaniceZ/notice-bar-vue
notice-bar-vue
/
dist
/
index.css
2 lines
(1 loc)
•
123 B
CSS
View Raw
1
2
.scroll
{
width
:
100%
;
overflow
:hidden}
.bar-wrap
{
display
:flex;
overflow
:hidden;
width
:max-content;
transition
:all
0ms
ease-in
0s
}