fix: 调整轮播项宽度并添加Wasm播放器示例
调整admission-body中swiper-item的宽度从471px改为356px以适配设计需求 添加EasyWasmPlayer的示例HTML文件用于演示播放器功能
This commit is contained in:
@@ -751,7 +751,7 @@ body {
|
||||
overflow: hidden;
|
||||
|
||||
.swiper-item {
|
||||
width: 471px;
|
||||
width: 356px;
|
||||
height: 200px;
|
||||
position: relative;
|
||||
border-radius: 10px;
|
||||
|
||||
Reference in New Issue
Block a user