This commit is contained in:
2026-01-22 13:38:10 +08:00
parent b350322626
commit 313fe64475
151 changed files with 13060 additions and 4411 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="top-right-btn" :style="style">
<el-row>
<el-row :gutter="0">
<!-- 搜索框控制 -->
<el-tooltip
class="item"
@@ -103,6 +103,25 @@ const isExport = () => {
</script>
<style lang="scss" scoped>
.top-right-btn {
display: flex;
align-items: center;
:deep(.el-row) {
display: flex;
align-items: center;
gap: 8px;
}
:deep(.el-button) {
margin-left: 0;
}
:deep(.el-tooltip) {
margin-left: 0;
}
}
:deep(.el-transfer__button) {
border-radius: 50%;
display: block;