thaw/src/components/wave/wave.css

9 lines
121 B
CSS
Raw Normal View History

2023-11-05 16:03:58 +08:00
.thaw-wave {
2023-04-27 13:22:34 +08:00
position: absolute;
left: 0;
2023-11-02 10:16:31 +08:00
right: 0;
2023-04-27 13:22:34 +08:00
top: 0;
2023-11-02 10:16:31 +08:00
bottom: 0;
border-radius: inherit;
2023-04-27 13:22:34 +08:00
}