|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="pc">
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="main-container">
|
|
|
|
|
<div class="top_nav">
|
|
|
|
@ -68,6 +70,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
@ -128,6 +131,11 @@ export default {
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.pc{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: $ScreenHeight;
|
|
|
|
|
overflow: scroll;
|
|
|
|
|
}
|
|
|
|
|
.iframeBox {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 3305px;
|
|
|
|
@ -140,6 +148,8 @@ export default {
|
|
|
|
|
.container {
|
|
|
|
|
width: $ScreenWidth;
|
|
|
|
|
height: $ScreenHeight;
|
|
|
|
|
width: 1920;
|
|
|
|
|
height: 1080;
|
|
|
|
|
position: relative;
|
|
|
|
|
background: url("~@/assets/privateOrder/topNar/line_right_left.png") no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|