Commit 837300ab authored by zhangwenshuai's avatar zhangwenshuai

修改textarea样式

parent 0ac0bf3e
......@@ -25,6 +25,8 @@
}
.tooltipTitle {
//min-width: 500px;
max-height: 300px;
overflow: auto;
.more {
margin-left: @marginGen;
color: @primaryColor;
......
......@@ -53,7 +53,7 @@ export const ApolloTextAreaDetail = (props: TextAreaProps) => {
<div className={styles.container} ref={container}>
{dotVisible ? (
<Tooltip
overlayClassName={styles.tooltip}
// overlayClassName={styles.tooltip}
title={
<div className={styles.tooltipTitle}>
{value}
......
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