BUG 28145

This commit is contained in:
aixianling
2022-03-09 14:39:44 +08:00
parent 264b4aac7f
commit be97e8962d

View File

@@ -116,6 +116,7 @@ export default {
},
onLoad(opt) {
this.id = opt.id;
document.title = "会议详情";
},
computed: {
...mapState(["user"]),
@@ -279,23 +280,13 @@ export default {
justify-content: space-between;
background-color: #ffffff;
box-sizing: border-box;
padding: 0 50px;
padding: 112px 50px 0;
border-bottom: 1px solid #E4E5E6;
.left {
display: flex;
align-items: center;
&:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 622px;
height: 2px;
background-color: rgba(216, 221, 230, 0.5);
}
.name {
font-size: 30px;
font-weight: 600;