@@ -23,7 +23,7 @@
@@ -68,8 +69,12 @@
numL: [1, 2, 3, 4, 5, 6, 7, 8, 9, '清除', '0', '删除'],
list: [],
listSta: false,
+ isVertical: false
}
},
+ created() {
+ this.isVertical = this.cite.isVertical
+ },
methods: {
onImport(num) {
let _this = this
@@ -341,5 +346,15 @@
cursor: pointer;
}
}
+ .screenPortrait {
+ width: auto;
+ margin: 0 3rem;
+ height: auto;
+ padding: 3rem;
+ flex-wrap: wrap;
+ .main {
+ margin: 8rem 0 10rem;
+ }
+ }
}
-
+
@@ -39,6 +39,7 @@
确认打印
+