|
@@ -312,7 +312,7 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.global-variable {
|
|
|
- height: calc(100vh - 70px);
|
|
|
+ height: calc(100vh - 100px);
|
|
|
overflow: hidden;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -320,7 +320,7 @@ export default {
|
|
|
.TitleH2 {
|
|
|
font-weight: 800;
|
|
|
font-size: 28px;
|
|
|
- margin: 20px 0;
|
|
|
+ margin: 10px 0;
|
|
|
}
|
|
|
.condition {
|
|
|
flex: 1;
|