-- 受众查询

This commit is contained in:
yuping
2022-12-20 18:56:33 +08:00
parent 127039cc61
commit 389d0ac4a5

View File

@@ -1,7 +1,7 @@
<!-- eslint-disable vue/no-parsing-error -->
<!-- eslint-disable vue/require-v-for-key -->
<template>
<div>
<div class="CommonStudent">
<a-drawer
:visible="visiable"
class="drawerStyle ProjCheckship"
@@ -415,14 +415,7 @@ const stuColumns = ref([
ellipsis: true,
},
])
const audiColums = ref([{
title: "id",
dataIndex: "id",
key: "id",
width: 35,
align: "center",
className: "h",
},
const audiColums = ref([
{
title: "受众名称",
dataIndex: "audienceName",
@@ -636,6 +629,7 @@ watch(visiable, () => {
</script>
<style lang="scss">
.CommonStudent {
.ant-btn-primary {
background-color: #4ea6ff !important;
}
@@ -647,15 +641,15 @@ watch(visiable, () => {
.tableBox .ant-table-row .ant-table-cell {
height: 48px;
font-size: 12px;
font-size: 14px;
font-weight: 400;
color: #4F5156;
color: #4f5156;
line-height: 29px;
padding: 0px;
}
.tableBox .ant-table-thead tr th {
font-size: 12px;
font-size: 14px;
}
.ant-tabs-tabpane {
@@ -821,7 +815,6 @@ watch(visiable, () => {
right: -8px;
top: -8px;
}
}
.group {
@@ -858,7 +851,7 @@ watch(visiable, () => {
right: -8px;
top: -8px;
}
}
}
}
}