摘要:
Vue 实时获取屏幕宽高 export default { name: 'page-index', data(){ return{ windowWidth: document.documentElement.clientWidth, //实时屏幕宽度 windowHeight: document.d 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style> ul{ width:200px; height: 600px; border: 1px solid #000; margin: 40px auto 阅读全文