style: fix font style (#386)

This commit is contained in:
Libin YANG 2024-09-07 15:56:01 +08:00 committed by GitHub
parent e93895e71f
commit 0acc49a88c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -106,11 +106,3 @@ section {
.el-tooltip {
cursor: pointer;
}
uni-page-body,
uni-page-refresh {
display: block;
box-sizing: border-box;
width: 100%;
height: 100%;
}

View File

@ -128,3 +128,11 @@
color: rgb(32, 32, 32) !important;
background-color: rgba(0, 0, 0, 0.1) !important;
}
.cm-em {
font-style: normal;
}
.cm-comment {
font-style: normal !important;
}