Commit 837300ab authored by zhangwenshuai's avatar zhangwenshuai

修改textarea样式

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