-- 受众查询

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