BUG 25335

This commit is contained in:
aixianling
2021-12-09 20:15:37 +08:00
parent d5920bda7e
commit fd0d5912f4
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.AppInterview { .AppInterview {
width: 100%; width: 100%;
min-height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
position: absolute; position: absolute;
background: #fff; background: #fff;

View File

@@ -97,7 +97,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.interviewDetail { .interviewDetail {
background: #F3F6F9; background: #F3F6F9;
min-height: 100%; height: 100%;
.u-form { .u-form {
width: 100%; width: 100%;