BUG 26223

This commit is contained in:
aixianling
2021-12-31 17:04:31 +08:00
parent 984ce203b1
commit 477705690c

View File

@@ -91,7 +91,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.interviewDetail { .interviewDetail {
background: #F3F6F9; background: #F3F6F9;
height: 100%; height: 100vh;
.u-form { .u-form {
width: 100%; width: 100%;
@@ -156,6 +156,7 @@ export default {
font-weight: 400; font-weight: 400;
color: #666; color: #666;
line-height: 56px; line-height: 56px;
background: #F3F6F9;
.wrap { .wrap {
margin-top: 32px; margin-top: 32px;