|
@@ -163,7 +163,7 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss">
|
|
|
div{
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
@@ -195,6 +195,7 @@ div{
|
|
|
}
|
|
|
.main-box{
|
|
|
width: 800px;
|
|
|
+ padding: 20px 20px 20px 44px;
|
|
|
margin: 20px auto;
|
|
|
border: 1px solid var(--gary-gy-5-line, #C8CDD9);
|
|
|
border-radius: 4px;
|
|
@@ -219,7 +220,11 @@ div{
|
|
|
}
|
|
|
}
|
|
|
.html-wrap{
|
|
|
- padding: 30px;
|
|
|
+ // padding: 30px;
|
|
|
+ .report-drag-item-out{
|
|
|
+ display: flex;
|
|
|
+ padding: 0 20px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.report-img-box{
|