BUG 25335
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user