增加复用prompt功能

This commit is contained in:
w_xiaolizu
2023-06-07 10:38:34 +08:00
parent 12c4609712
commit 2bafcab043
3 changed files with 64 additions and 6 deletions

View File

@ -123,6 +123,12 @@ advanced_css = """
width: 100%;
margin-bottom: 35px !important;
}
#sm_btn {
display: flex;
flex-wrap: unset !important;
gap: 5px !important;
width: var(--size-full);
}
textarea {
resize: none;
height: 100%; /* 填充父元素的高度 */