提高渲染精度

This commit is contained in:
yeyang
2022-10-08 14:12:31 +08:00
parent 7b0cde8211
commit f54b335f68
2 changed files with 5 additions and 3 deletions

View File

@@ -72,5 +72,5 @@ async function help(e) {
helpGroup,
...themeData,
element: 'default'
}, { e, scale: 1.2 })
}, { e, scale: 2.0 })
}

View File

@@ -23,6 +23,7 @@ body {
/* border-radius: 15px; */
margin-top: 20px;
margin-bottom: 20px;
margin-right: 5px;
overflow: hidden;
/* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); */
position: relative;
@@ -35,7 +36,7 @@ body {
border: 1px solid rgba(255, 255, 255, 0.18);
/* color: #ed7662; */
background: linear-gradient(to right, red, blue);
background: linear-gradient(to left, red, rgb(75, 0, 125));
-webkit-background-clip: text;
color: transparent;
}
@@ -70,6 +71,7 @@ body {
line-height: 24px;
position: relative;
text-align: left;
width: 33%;
}
.help-table .tr:last-child .td {
@@ -98,7 +100,7 @@ body {
/* color: #ed7662; */
font-size: 16px;
line-height: 24px;
background: linear-gradient(to right, red, blue);
background: linear-gradient(to left, red, rgb(75, 0, 125));
-webkit-background-clip: text;
color: transparent;
}