mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 23:04:40 +08:00
feat: 文件搜索框样式调整 (#919)
This commit is contained in:
parent
95ad101a08
commit
932811c167
1 changed files with 2 additions and 2 deletions
|
@ -682,9 +682,9 @@ onMounted(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search {
|
.search {
|
||||||
float: right;
|
|
||||||
display: inline;
|
display: inline;
|
||||||
width: 20%;
|
width: 300px;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-button {
|
.copy-button {
|
||||||
|
|
Loading…
Reference in a new issue