From 45c8c0e59828fbcd8fac4a4bb75a551145e8094e Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 30 十一月 2023 15:20:16 +0800
Subject: [PATCH] modified: src/views/plan/productionschedul/index.vue
---
src/views/plan/productionschedul/index.vue | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/src/views/plan/productionschedul/index.vue b/src/views/plan/productionschedul/index.vue
index ae15cb2..fa6061d 100644
--- a/src/views/plan/productionschedul/index.vue
+++ b/src/views/plan/productionschedul/index.vue
@@ -3,7 +3,7 @@
<basic-container>
<el-row>
<el-col :span="12">
- <div style="height:80vh;">
+ <div style="height:80vh">
<avue-crud :data="tableData" ref="crud" :option="option" :span-method="spanMethod"
@refresh-change="getData"
:page="page"
@@ -29,7 +29,7 @@
v-for="(item, index) in scheduleList"
:key="index"
:timestamp="item.planTime">
- <el-card style="width:95%;margin: 0;padding: 0px 0px;">
+ <el-card style="width:95%;margin: 0;padding: 0px 10px;">
<p style="font-weight: bold;">{{item.title}}</p>
<p>瀹為檯鏃堕棿: {{ item.actualTime }}</p>
</el-card>
@@ -66,7 +66,7 @@
pageSize: 10
},
option: {
- height: 'auto',
+ height: 400,
selection: true,
columnBtn: false,
index: true,
@@ -199,7 +199,7 @@
TableForm,
},
computed: {
- ...mapGetters(['permissions'])
+ ...mapGetters(['permissions']),
},
created(){
this.loading = true
@@ -379,7 +379,7 @@
}
}
</script>
-<style scoped>
+<style>
.basic-template-table .el-table__body .el-table__row td:first-child .cell {
padding-left: 0px;
padding-right: 0px;
@@ -417,8 +417,5 @@
content: '\E63E';
font-size: 14px;
visibility: hidden;
-}
-.avue-main .el-card__body{
- padding: 0px 20px;
}
</style>
--
Gitblit v1.9.3