Detail页面左边留出60px,侧边栏的宽度

This commit is contained in:
haiyangcui
2020-08-28 12:40:26 +02:00
parent 511820f873
commit 7f9b7fc2c8

View File

@@ -208,7 +208,7 @@ export default {
<style lang="scss" scoped>
.detail{
position: absolute;
left: 0;
left: 60px;
bottom: 0;
width: 100%;
height: calc(100% - 40px);