|
@@ -85,7 +85,7 @@
|
|
|
:isChild="true"
|
|
|
@clearSearchData="clearSearchData"
|
|
|
@getSearchData="getSearchData"
|
|
|
- style="padding-left: 16px"
|
|
|
+ style="padding-left: 16px; padding-right: 32px"
|
|
|
/>
|
|
|
|
|
|
<div class="LBox">
|
|
@@ -716,7 +716,7 @@ export default {
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
.headerBox {
|
|
|
- padding: 16px;
|
|
|
+ padding: 16px 32px 16px 16px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
.tltle-head {
|
|
@@ -925,7 +925,7 @@ export default {
|
|
|
}
|
|
|
.centerBox {
|
|
|
height: 495px;
|
|
|
- padding: 32px 40px 44px 0;
|
|
|
+ padding: 32px 0 44px 0;
|
|
|
// background: #ffffff;
|
|
|
// box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
|
|
|
// border-radius: 4px;
|