|
@@ -7,7 +7,7 @@
|
|
|
</div>
|
|
|
<!-- 展示图片 -->
|
|
|
<div class="drawImg">
|
|
|
- <drawFloor ref="drawFloor" :findGraphyItemId="findGraphyItemId" :point="point" :pointWidth="pointWidth" :cadWidth="1400" :cadHeight="700"
|
|
|
+ <drawFloor ref="drawFloor" :findGraphyItemId="findGraphyItemId" :point="point" :pointWidth="pointWidth"
|
|
|
:isScale="false" indexs="repetion"></drawFloor>
|
|
|
</div>
|
|
|
<!-- 查看图片弹窗 -->
|
|
@@ -62,16 +62,15 @@ export default {
|
|
|
<style lang="less">
|
|
|
#repetitionGraphy {
|
|
|
width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
height: 100%;
|
|
|
background: #fff;
|
|
|
position: relative;
|
|
|
- padding-top: 10px;
|
|
|
- padding-left: 10px;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
.drawImg {
|
|
|
- width: calc(100% - 20px);
|
|
|
- margin: 0 auto;
|
|
|
- height: calc(100% - 50px);
|
|
|
+ width: 100%;
|
|
|
+ margin-top: 10px;
|
|
|
+ height: calc(100% - 40px);
|
|
|
}
|
|
|
#operateList {
|
|
|
position: absolute;
|