Commit c6f67e19 by zhaochengxiang

样式调整

parent b54804b5
...@@ -173,13 +173,26 @@ tr.drop-over-upward td { ...@@ -173,13 +173,26 @@ tr.drop-over-upward td {
outline: none; outline: none;
} }
.yy-tooltip-content, .yy-tooltip-arrow-content, .yy-tooltip-inner { .yy-tooltip {
background: #fff !important; max-width: 600px !important;
color: #000 !important;
.yy-tooltip-content, .yy-tooltip-arrow-content, .yy-tooltip-inner {
background: #fff !important;
color: #000 !important;
}
.yy-tooltip-inner {
max-height: 300px !important;
overflow: auto !important;
}
.yy-tooltip-arrow-content {
--antd-arrow-background-color: #fff !important;
}
} }
.tooltip-common { .tooltip-common {
max-width: 800px; max-width: 800px !important;
color: #000 !important; color: #000 !important;
.yy-popover-inner-content { .yy-popover-inner-content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment