Commit a470ac1d by 展昭

修正页面距离过大的样式问题

parent 918574b8
Showing with 1 additions and 4 deletions
......@@ -127,7 +127,7 @@ export default class FlexEmployee extends Vue {
get popupStyle() {
if (this.expand) {
return { height: "63%" };
return { height: "70%" };
} else {
return { height: "86%" };
}
......@@ -233,9 +233,6 @@ export default class FlexEmployee extends Vue {
background: #19b370;
}
.info-card-bottom {
margin-top: 40px;
}
.info-card-bottom p {
color: #d3f1e4;
font-size: 13px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment