根据电脑分辨率适配录入框的宽度
This commit is contained in:
@@ -473,6 +473,8 @@
|
||||
}
|
||||
},
|
||||
created () {
|
||||
let realScreenWidth = window.screen.width * window.devicePixelRatio
|
||||
this.width = realScreenWidth<1600?'1300px':'1600px'
|
||||
},
|
||||
methods: {
|
||||
show(record, type) {
|
||||
|
||||
Reference in New Issue
Block a user