|
@@ -44,7 +44,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-scrollbar>
|
|
|
- <div style="float:right;height:100%;width:calc(100% - 152px);border:1px solid rgb(201,201,201);border-left:none;">
|
|
|
+ <div style="float:right;height:100%;width:calc(100% - 151px);border:1px solid rgb(201,201,201);border-left:none;">
|
|
|
<cenote-graphy ref="cenotegraphy"></cenote-graphy>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -304,7 +304,7 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.condition {
|
|
|
position: relative;
|
|
|
- padding: 10px 10px;
|
|
|
+ padding: 10px;
|
|
|
display: flex;
|
|
|
height: calc(100% - 22px);
|
|
|
flex-direction: column;
|
|
@@ -377,6 +377,7 @@ export default {
|
|
|
.data-item {
|
|
|
height: calc(100% - 44px);
|
|
|
padding: 10px 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
/deep/ .is-horizontal {
|
|
|
display: none;
|
|
|
}
|