mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-07-05 19:16:11 +08:00
改进详情页面宽度
This commit is contained in:
@@ -270,9 +270,10 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.detail{
|
||||
position: absolute;
|
||||
left: 60px;
|
||||
left: 80px;
|
||||
right: 20px;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
width: calc(100% - 100px);
|
||||
height: calc(100% - 40px);
|
||||
z-index: 888;
|
||||
.detail-content{
|
||||
|
||||
Reference in New Issue
Block a user