修复手机端日志弹框样式

This commit is contained in:
whyour 2023-08-19 09:29:35 +08:00
parent 1d93fe0de0
commit b002cbef3a
4 changed files with 6 additions and 3 deletions

View File

@ -189,6 +189,12 @@ body {
}
}
.log-modal {
&.ant-modal {
width: calc(100vw - 16px) !important;
}
}
.ant-tooltip {
max-width: 250px !important;
}

View File

@ -142,7 +142,6 @@ const CronLogModal = ({
isPhone
? {
fontFamily: 'Source Code Pro',
width: 375,
zoom: 0.83,
}
: {}

View File

@ -138,7 +138,6 @@ const DependenceLogModal = ({
isPhone
? {
fontFamily: 'Source Code Pro',
width: 375,
zoom: 0.83,
}
: {}

View File

@ -116,7 +116,6 @@ const SubscriptionLogModal = ({
isPhone
? {
fontFamily: 'Source Code Pro',
width: 375,
zoom: 0.83,
}
: {}