| | |
| | | <template> |
| | | <div class="s-base-manage"> |
| | | <div class="flex-box base-overflow" style="margin-top: 10px;height: calc(100% - 20px);"> |
| | | <div class="flex-box base-overflow" > |
| | | <div class="pl20 data-left-box"> |
| | | <base-list |
| | | ref="baseSync" |
| | |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | .s-base-manage { |
| | | width: 100% !important; |
| | | box-sizing: border-box; |
| | | padding: 5px; |
| | | background-color: #e9ebf2; |
| | | min-width: 1315px; |
| | | height: 100%; |
| | | } |
| | | .base-overflow { |
| | | overflow: visible !important; |
| | | height: 100%; |
| | | //overflow: visible !important; |
| | | background-color: #ffffff; |
| | | box-sizing: border-box; |
| | | // padding: 20px 10px 0 10px; |
| | |
| | | border-radius: 5px; |
| | | } |
| | | .data-left-box { |
| | | height: 100%; |
| | | @media screen and (max-width: 1440px) { |
| | | width: 23%; |
| | | } |
| | |
| | | border-right: 1px solid #e0e0e0; |
| | | } |
| | | .data-right-box { |
| | | height: calc(100% - 40px); |
| | | overflow-y: auto; |
| | | @media screen and (max-width: 1440px) { |
| | | width: 77%; |
| | | } |