mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复手机端日志弹框样式
This commit is contained in:
parent
1d93fe0de0
commit
b002cbef3a
|
@ -189,6 +189,12 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.log-modal {
|
||||||
|
&.ant-modal {
|
||||||
|
width: calc(100vw - 16px) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ant-tooltip {
|
.ant-tooltip {
|
||||||
max-width: 250px !important;
|
max-width: 250px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -142,7 +142,6 @@ const CronLogModal = ({
|
||||||
isPhone
|
isPhone
|
||||||
? {
|
? {
|
||||||
fontFamily: 'Source Code Pro',
|
fontFamily: 'Source Code Pro',
|
||||||
width: 375,
|
|
||||||
zoom: 0.83,
|
zoom: 0.83,
|
||||||
}
|
}
|
||||||
: {}
|
: {}
|
||||||
|
|
|
@ -138,7 +138,6 @@ const DependenceLogModal = ({
|
||||||
isPhone
|
isPhone
|
||||||
? {
|
? {
|
||||||
fontFamily: 'Source Code Pro',
|
fontFamily: 'Source Code Pro',
|
||||||
width: 375,
|
|
||||||
zoom: 0.83,
|
zoom: 0.83,
|
||||||
}
|
}
|
||||||
: {}
|
: {}
|
||||||
|
|
|
@ -116,7 +116,6 @@ const SubscriptionLogModal = ({
|
||||||
isPhone
|
isPhone
|
||||||
? {
|
? {
|
||||||
fontFamily: 'Source Code Pro',
|
fontFamily: 'Source Code Pro',
|
||||||
width: 375,
|
|
||||||
zoom: 0.83,
|
zoom: 0.83,
|
||||||
}
|
}
|
||||||
: {}
|
: {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user