Commit ac436ae1 by cherishsince

【解决todo】AI 角色仓库,搜索改为右侧所搜

parent 58714646
...@@ -258,9 +258,14 @@ onMounted(async () => { ...@@ -258,9 +258,14 @@ onMounted(async () => {
overflow: hidden; overflow: hidden;
margin: 0; margin: 0;
padding: 0; padding: 0;
position: relative;
.search-container { .search-container {
margin: 20px 20px 0px 20px; margin: 20px 20px 0px 20px;
position: absolute;
right: 0;
top: -5px;
z-index: 100;
} }
.search-input { .search-input {
......
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 sign in to comment