Vue入门样式优化

fontSize Changed

  1. // ==UserScript==
  2. // @name Vue入门样式优化
  3. // @version 0.0.1.4
  4. // @namespace http://tampermonkey.net
  5. // @description fontSize Changed
  6. // @author SatanFaker
  7. // @match https://*.vuejs.org/*
  8. // @grant none
  9. // ==/UserScript==
  10. // @run-at document-end
  11.  
  12.  
  13.  
  14. (function () {
  15.  
  16.  
  17. var content=document.querySelector(".content")
  18. content.style.maxWidth="100%"
  19. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址