让阿里云的 SLS 控制台使用等宽字体。
Let aliyun sls console using monospace font.
sls.console.aliyun.com by OttoDowns
Details
AuthorOttoDowns
LicenseNo License
Categorysls.console.aliyun.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name sls.console.aliyun.com
@version 20250217.05.45
@namespace userstyles.world/user/OttoDowns
@description 让阿里云的 SLS 控制台使用等宽字体。
Let aliyun sls console using monospace font.
@author OttoDowns
@license No License
==/UserStyle== */
@-moz-document domain("sls.console.aliyun.com") {
/* 清除日志周围所有空隙 */
.react-custom-scrollbars,
.sls .next-input.next-medium input {
font-family: monospace;
}
/* 清除上下文日志画面间隙 */
.style-m__live-li__e48ff3bd,
/* 清除常规日志画面间隙 */
.OriginMode-m__log-line__67888269 {
padding: 0 !important;
}
/* 清除常规日志画面间隙 */
.OriginMode-m__splitcell__d0dcdf15 {
margin: 0 !important;
}
}
@-moz-document domain("sls.console.aliyun.com") {
/* 清除日志前面的时间,以及日志上面的工具 */
.OriginMode-m__time-left__59404161,
.OriginMode-m__log-time__b2c308c5,
.style-m__time-info__cdc059f7 {
display: none !important;
}
}