|
@@ -309,7 +309,7 @@ export default {
|
|
|
|
|
|
|
|
.pec_header {
|
|
.pec_header {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 50px;
|
|
|
|
|
|
|
+ height: 60px;
|
|
|
background: #FCCF00;
|
|
background: #FCCF00;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -436,7 +436,7 @@ export default {
|
|
|
|
|
|
|
|
.pec_content {
|
|
.pec_content {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: calc(100% - 50px);
|
|
|
|
|
|
|
+ height: calc(100% - 60px);
|
|
|
border-radius: 0 0 12px 12px;
|
|
border-radius: 0 0 12px 12px;
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
}
|
|
}
|