feat: 文件搜索框样式调整 (#919)

This commit is contained in:
zhengkunwang223 2023-05-08 10:23:37 +07:00 committed by GitHub
parent 95ad101a08
commit 932811c167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -682,9 +682,9 @@ onMounted(() => {
}
.search {
float: right;
display: inline;
width: 20%;
width: 300px;
float: right;
}
.copy-button {