Browse Source

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

pull/926/head
zhengkunwang223 2 years ago committed by GitHub
parent
commit
932811c167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      frontend/src/views/host/file-management/index.vue

4
frontend/src/views/host/file-management/index.vue

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

Loading…
Cancel
Save