身份证打印
@@ -281,7 +283,8 @@
created() {},
mounted() {
this.load()
- if (window.outerWidth === 1080) {
+ console.log(window.outerWidth)
+ if (window.outerWidth === 1080 || window.outerWidth === 1064) {
this.cite.isVertical = true
this.isVertical = true
} else {
@@ -484,6 +487,12 @@
padding: 0 3rem;
}
}
+.vertical-height {
+ height: 40rem !important;
+}
+.vertical-margin {
+ margin: 2rem;
+}
.vertical-width-direction {
width: 100%;
flex-direction: column;