chenjingyu
4 years ago
13 changed files with 118 additions and 26 deletions
@ -1,3 +1,16 @@
|
||||
.mat-tab-body-wrapper{ |
||||
height: 100%!important; |
||||
} |
||||
.fixedPrompt { |
||||
position: relative; |
||||
width: 100%; |
||||
height: 0px; |
||||
.scorePrompt { |
||||
width: 100%; |
||||
text-align: center; |
||||
position: absolute; |
||||
top: 35px; |
||||
font-size: 16px; |
||||
z-index: 111; |
||||
} |
||||
} |
@ -1,3 +1,16 @@
|
||||
.mat-tab-body-wrapper{ |
||||
height: 100%!important; |
||||
} |
||||
.fixedPrompt { |
||||
position: relative; |
||||
width: 100%; |
||||
height: 0px; |
||||
.scorePrompt { |
||||
width: 100%; |
||||
text-align: center; |
||||
position: absolute; |
||||
top: 35px; |
||||
font-size: 16px; |
||||
z-index: 111; |
||||
} |
||||
} |
Loading…
Reference in new issue