@@ -142,8 +142,8 @@ export default { | |||||
::-webkit-scrollbar{display:none} | ::-webkit-scrollbar{display:none} | ||||
.app-container{ | .app-container{ | ||||
background-color: #f5f6f8; | background-color: #f5f6f8; | ||||
width: 100vw; | |||||
height: 100vh; | |||||
width: 100%; | |||||
height: 91vh; | |||||
} | } | ||||
.selected{ | .selected{ | ||||
@@ -180,7 +180,7 @@ export default { | |||||
margin-right: 10px; | margin-right: 10px; | ||||
} | } | ||||
p{ | p{ | ||||
font-size: 18px; | |||||
font-size: 16px; | |||||
} | } | ||||
} | } | ||||
@@ -271,7 +271,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
overflow-y: scroll; | overflow-y: scroll; | ||||
.left_main_block{ | .left_main_block{ | ||||
border-radius: 8px; | border-radius: 8px; | ||||
@@ -302,7 +302,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
} | } | ||||
@@ -244,8 +244,8 @@ export default { | |||||
p{margin: 0;line-height: 1;} | p{margin: 0;line-height: 1;} | ||||
.app-container{ | .app-container{ | ||||
background-color: #f5f6f8; | background-color: #f5f6f8; | ||||
width: 100vw; | |||||
height: 100vh; | |||||
width: 100%; | |||||
height: 91vh; | |||||
} | } | ||||
.selected{ | .selected{ | ||||
@@ -282,7 +282,7 @@ export default { | |||||
margin-right: 10px; | margin-right: 10px; | ||||
} | } | ||||
p{ | p{ | ||||
font-size: 18px; | |||||
font-size: 16px; | |||||
} | } | ||||
} | } | ||||
@@ -464,7 +464,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
.backButton{ | .backButton{ | ||||
color: #3976ff; | color: #3976ff; | ||||
display: inline-block; | display: inline-block; | ||||
@@ -498,7 +498,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
} | } | ||||
@@ -207,8 +207,8 @@ export default { | |||||
p{margin: 0;line-height: 1;} | p{margin: 0;line-height: 1;} | ||||
.app-container{ | .app-container{ | ||||
background-color: #f5f6f8; | background-color: #f5f6f8; | ||||
width: 100vw; | |||||
height: 100vh; | |||||
width: 100%; | |||||
height: 91vh; | |||||
} | } | ||||
.selected{ | .selected{ | ||||
@@ -249,7 +249,7 @@ export default { | |||||
margin-right: 10px; | margin-right: 10px; | ||||
} | } | ||||
p{ | p{ | ||||
font-size: 18px; | |||||
font-size: 16px; | |||||
} | } | ||||
} | } | ||||
.table_none{ | .table_none{ | ||||
@@ -415,7 +415,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
position: relative; | position: relative; | ||||
} | } | ||||
@@ -426,7 +426,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
} | } | ||||
@@ -143,8 +143,8 @@ export default { | |||||
::-webkit-scrollbar{display:none} | ::-webkit-scrollbar{display:none} | ||||
.app-container{ | .app-container{ | ||||
background-color: #f5f6f8; | background-color: #f5f6f8; | ||||
width: 100vw; | |||||
height: 100vh; | |||||
width: 100%; | |||||
height: 91vh; | |||||
} | } | ||||
.selected{ | .selected{ | ||||
@@ -181,7 +181,7 @@ export default { | |||||
margin-right: 10px; | margin-right: 10px; | ||||
} | } | ||||
p{ | p{ | ||||
font-size: 18px; | |||||
font-size: 16px; | |||||
} | } | ||||
} | } | ||||
.table_none{ | .table_none{ | ||||
@@ -277,7 +277,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
overflow-y: scroll; | overflow-y: scroll; | ||||
position: relative; | position: relative; | ||||
.left_main_block{ | .left_main_block{ | ||||
@@ -314,7 +314,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
} | } | ||||
@@ -185,8 +185,8 @@ export default { | |||||
p{margin: 0;line-height: 1;} | p{margin: 0;line-height: 1;} | ||||
.app-container{ | .app-container{ | ||||
background-color: #f5f6f8; | background-color: #f5f6f8; | ||||
width: 100vw; | |||||
height: 100vh; | |||||
width: 100%; | |||||
height: 91vh; | |||||
} | } | ||||
.selected{ | .selected{ | ||||
@@ -223,7 +223,7 @@ export default { | |||||
margin-right: 10px; | margin-right: 10px; | ||||
} | } | ||||
p{ | p{ | ||||
font-size: 18px; | |||||
font-size: 16px; | |||||
} | } | ||||
} | } | ||||
@@ -329,7 +329,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
.right_main{ | .right_main{ | ||||
@@ -339,7 +339,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
} | } | ||||
@@ -194,8 +194,8 @@ export default { | |||||
p{margin: 0;line-height: 1;} | p{margin: 0;line-height: 1;} | ||||
.app-container{ | .app-container{ | ||||
background-color: #f5f6f8; | background-color: #f5f6f8; | ||||
width: 100vw; | |||||
height: 100vh; | |||||
width: 100%; | |||||
height: 91vh; | |||||
} | } | ||||
.selected{ | .selected{ | ||||
@@ -232,7 +232,7 @@ export default { | |||||
margin-right: 10px; | margin-right: 10px; | ||||
} | } | ||||
p{ | p{ | ||||
font-size: 18px; | |||||
font-size: 16px; | |||||
} | } | ||||
} | } | ||||
@@ -387,7 +387,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
.backButton{ | .backButton{ | ||||
color: #3976ff; | color: #3976ff; | ||||
border-bottom: 1px solid #3976ff; | border-bottom: 1px solid #3976ff; | ||||
@@ -419,7 +419,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
} | } | ||||
@@ -197,8 +197,8 @@ export default { | |||||
p{margin: 0;line-height: 1;} | p{margin: 0;line-height: 1;} | ||||
.app-container{ | .app-container{ | ||||
background-color: #f5f6f8; | background-color: #f5f6f8; | ||||
width: 100vw; | |||||
height: 100vh; | |||||
width: 100%; | |||||
height: 91vh; | |||||
} | } | ||||
.pickerTime{ | .pickerTime{ | ||||
opacity: 0; | opacity: 0; | ||||
@@ -224,7 +224,7 @@ export default { | |||||
margin-right: 10px; | margin-right: 10px; | ||||
} | } | ||||
p{ | p{ | ||||
font-size: 18px; | |||||
font-size: 16px; | |||||
} | } | ||||
} | } | ||||
.num{ | .num{ | ||||
@@ -327,7 +327,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
.right_main{ | .right_main{ | ||||
@@ -337,7 +337,7 @@ export default { | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
} | } | ||||
} | } | ||||
@@ -242,8 +242,8 @@ | |||||
p{margin: 0;line-height: 1;} | p{margin: 0;line-height: 1;} | ||||
.app-container{ | .app-container{ | ||||
background-color: #f5f6f8; | background-color: #f5f6f8; | ||||
width: 100vw; | |||||
height: 100vh; | |||||
width: 100%; | |||||
height: 91vh; | |||||
} | } | ||||
.selected{ | .selected{ | ||||
@@ -284,7 +284,7 @@ | |||||
margin-right: 10px; | margin-right: 10px; | ||||
} | } | ||||
p{ | p{ | ||||
font-size: 18px; | |||||
font-size: 16px; | |||||
} | } | ||||
} | } | ||||
@@ -468,7 +468,7 @@ | |||||
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); | ||||
background: #fff; | background: #fff; | ||||
padding: 15px 20px; | padding: 15px 20px; | ||||
height: calc(100vh - 91px); | |||||
height: calc(91vh - 91px); | |||||
position: relative; | position: relative; | ||||
} | } | ||||