diff --git a/static/custom/css/index.css b/static/custom/css/index.css index 421e48e..8e8ad55 100644 --- a/static/custom/css/index.css +++ b/static/custom/css/index.css @@ -3046,9 +3046,9 @@ /* 文本框 */ .popup-textarea{ /* width: 212px; */ - width: 161.6px; + width: 161px; /* height: 154px; */ - height: 119.2px; + height: 119px; display: block; pointer-events: none; position: absolute; @@ -3058,6 +3058,8 @@ padding: 5px 5px 0px 5px; } .popup-textarea textarea{ + width: 158px; + height: 95px; background-color: unset!important; border: unset!important; color: #fff;