add fiel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user