mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修改pre样式
This commit is contained in:
@@ -342,3 +342,8 @@ select:-webkit-autofill:focus {
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
word-break: break-all !important;
|
||||
white-space: break-spaces !important;
|
||||
}
|
||||
|
||||
@@ -257,7 +257,6 @@ const EditModal = ({
|
||||
style={{
|
||||
height: '100%',
|
||||
padding: '0 15px',
|
||||
whiteSpace: 'break-spaces',
|
||||
}}
|
||||
>
|
||||
{log}
|
||||
|
||||
@@ -77,8 +77,6 @@ const CheckUpdate = ({ socketMessage }: any) => {
|
||||
content: (
|
||||
<pre
|
||||
style={{
|
||||
wordBreak: 'break-all',
|
||||
whiteSpace: 'pre-wrap',
|
||||
paddingTop: 15,
|
||||
fontSize: 12,
|
||||
fontWeight: 400,
|
||||
@@ -113,8 +111,6 @@ const CheckUpdate = ({ socketMessage }: any) => {
|
||||
content: (
|
||||
<pre
|
||||
style={{
|
||||
wordBreak: 'break-all',
|
||||
whiteSpace: 'pre-wrap',
|
||||
fontSize: 12,
|
||||
fontWeight: 400,
|
||||
}}
|
||||
@@ -146,8 +142,6 @@ const CheckUpdate = ({ socketMessage }: any) => {
|
||||
<>
|
||||
<pre
|
||||
style={{
|
||||
wordBreak: 'break-all',
|
||||
whiteSpace: 'pre-wrap',
|
||||
fontSize: 12,
|
||||
fontWeight: 400,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user