改进详情页面宽度

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

@@ -18,6 +18,7 @@
"main": "background.js",
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"child_process": "^1.0.2",
"core-js": "^3.6.5",
"cors": "^2.8.5",

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{