|
|
@@ -111,8 +111,8 @@ |
|
|
|
<iframe |
|
|
|
v-show="iframeBody" |
|
|
|
id="myIframe" |
|
|
|
width="305px" |
|
|
|
height="305px" |
|
|
|
width="220px" |
|
|
|
height="220px" |
|
|
|
frameborder="0" |
|
|
|
></iframe> |
|
|
|
</div> |
|
|
@@ -406,7 +406,7 @@ function findStatus() { |
|
|
|
<style lang="scss" scoped> |
|
|
|
|
|
|
|
.page { |
|
|
|
// min-width: calc(100vw - 210px); |
|
|
|
// min-width: calc(100vw - 220px); |
|
|
|
height: calc(100vh - 80px); |
|
|
|
width: 1690px; |
|
|
|
padding: 0px 20px 0 20px; |
|
|
@@ -429,7 +429,7 @@ function findStatus() { |
|
|
|
|
|
|
|
.item { |
|
|
|
position: relative; |
|
|
|
width: 450px; |
|
|
|
width: 25%; |
|
|
|
// height: 680px; |
|
|
|
margin-left: 45px; |
|
|
|
background-color: #fffefd; |
|
|
@@ -612,10 +612,10 @@ function findStatus() { |
|
|
|
margin: auto; |
|
|
|
justify-content: space-evenly; |
|
|
|
align-items: center; |
|
|
|
width: 350px; |
|
|
|
height: 350px; |
|
|
|
width: 220px; |
|
|
|
height: 220px; |
|
|
|
border: 1px solid #ccc; |
|
|
|
border-radius: 15px; |
|
|
|
// border-radius: 15px; |
|
|
|
overflow: hidden; |
|
|
|
padding: 10px; |
|
|
|
img { |
|
|
|