|
|
@@ -332,8 +332,9 @@ const handleAddToSlide = () => {
|
|
|
.kwl-detail {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- height: 100%;
|
|
|
+ height: calc(100% - 75px);
|
|
|
overflow-y: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
padding: 0 0 20px;
|
|
|
}
|
|
|
|
|
|
@@ -556,10 +557,11 @@ const handleAddToSlide = () => {
|
|
|
border-radius: 10px;
|
|
|
font-size: 13px;
|
|
|
color: #374151;
|
|
|
- resize: vertical;
|
|
|
+ resize: none;
|
|
|
background: #fff;
|
|
|
outline: none;
|
|
|
transition: border-color 0.2s ease;
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
|
&::placeholder {
|
|
|
color: #9ca3af;
|
|
|
@@ -582,6 +584,7 @@ const handleAddToSlide = () => {
|
|
|
background: #fff;
|
|
|
outline: none;
|
|
|
transition: border-color 0.2s ease;
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
|
&::placeholder {
|
|
|
color: #9ca3af;
|