// ==UserScript== // @name 企鹅标注界面优化 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 企鹅标注界面优化一些字体,方便识别 // @author Jiyao // @match https://qlabel.tencent.com/* // @license AGPL-3.0 // @grant GM_addStyle // @grant GM_addElement // @run-at document-body // @downloadURL none // ==/UserScript== (function() { 'use strict'; GM_addStyle('.ivu-checkbox-wrapper{font-size: 28px !important;}.ivu-input{font-size: 28px !important;color: blue !important;}.mlm{font-size: 28px !important;color: blue !important;}.mtm{font-size: 28px !important;color: blue !important;}.customInput horizontalLtr{font-size: 28px !important;color: lime !important;}.ivu-btn-large{height: 120px !important;font-size: 48px !important;}.button-board.key-board {height: 32px !important;line-height: 32px !important;font-size: 32px !important;}'); })();