改进详情页面宽度

This commit is contained in:
haiyangcui
2020-08-30 13:32:07 +02:00
parent a853b02aa0
commit c216352268
2 changed files with 4 additions and 2 deletions

View File

@@ -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{