相关Issues修改
This commit is contained in:
@@ -7,7 +7,12 @@
|
||||
<d-button class="mr-2" variant="solid">筛选</d-button>
|
||||
<d-button variant="solid" color="secondary">清空</d-button>
|
||||
</gc-form-operation>
|
||||
<d-button class="output-btn" icon="icon-share" variant="text">导出</d-button>
|
||||
<div class="left-btn">
|
||||
<d-button class="output-btn" icon="icon-share" variant="text">导出</d-button>
|
||||
<span style="height: 14px" class="split"></span>
|
||||
<TableSetting />
|
||||
</div>
|
||||
|
||||
</template>
|
||||
</AdvanceSearch>
|
||||
</div>
|
||||
@@ -109,6 +114,7 @@ import { ref,reactive, onMounted } from 'vue';
|
||||
import { getGroupClaList, setGroupClaStatus, deleteGroupCla } from '@/api/cla';
|
||||
import { useRouter, useRoute } from 'vue-router';
|
||||
import { GModal } from '@/components/Setting/index';
|
||||
import TableSetting from '@/components/TableSetting/index.vue';
|
||||
import { reqCatch } from '@/utils/catch';
|
||||
import { getOrgInfo } from '@/views/Org/hooks/orgInfo';
|
||||
import { Message } from 'vue-devui';
|
||||
@@ -304,10 +310,13 @@ onMounted(() => {
|
||||
border-radius: 8px 0px 8px 8px;
|
||||
//background: #F2F5FC;
|
||||
|
||||
.output-btn {
|
||||
.left-btn {
|
||||
position: absolute;
|
||||
right: 28px;
|
||||
bottom: 4px;
|
||||
}
|
||||
|
||||
.output-btn {
|
||||
color: #191919;
|
||||
font-family: HarmonyOS Sans SC;
|
||||
font-weight: regular;
|
||||
|
||||
Reference in New Issue
Block a user