'产说会查询详情'

This commit is contained in:
proudlx
2021-04-25 16:27:22 +08:00
parent 518bdc7750
commit d53a798397
2 changed files with 5 additions and 5 deletions

View File

@@ -56,10 +56,10 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.statisticsTable th { .statisticsTable th {
width: 130px; width: 800px;
} }
table { table {
width: 200vw; // width: 200vw;
} }
.statisticsTable { .statisticsTable {
width: 100%; width: 100%;
@@ -88,12 +88,12 @@ table {
.th-fixed { .th-fixed {
position: sticky; position: sticky;
left: 0; left: 0;
width:200px; width:100px;
padding: 0 5px; padding: 0 5px;
} }
.td-fixed { .td-fixed {
position: sticky; position: sticky;
width:200px; width:100px;
padding: 0 5px; padding: 0 5px;
left: 0; left: 0;
text-decoration: underline; text-decoration: underline;

View File

@@ -104,7 +104,7 @@ export default {
}, },
data() { data() {
return { return {
theads: ['姓名', '产品名称', '预收标保(万元)', '保额(万元)', '预收时间', '承保时间'], theads: ['姓名', '产品名称', '保费(万元)', '预收时间', '承保时间'],
tableData: [], tableData: [],
maxDate: new Date(), maxDate: new Date(),
filterDate: '', filterDate: '',