【类 型】:factor

【原  因】:列表样式  按钮组宽度修改
【过  程】:
【影  响】:
This commit is contained in:
air 2025-06-13 12:26:14 +08:00
parent 873c1a2995
commit 51160514d9
5 changed files with 8 additions and 3 deletions

View File

@ -175,6 +175,10 @@ label {
top: 30px !important;
}
.mapboxgl-ctrl-top-left {
top: 30px !important;
}
//public
.borderLN {

View File

@ -306,6 +306,7 @@ export default {
this.$store.dispatch('fetchRouteList') // 线
this.$store.dispatch('fetchCategoryList') //
this.$store.dispatch('fetchPaidOrderList') //
this.$store.dispatch('fetchMessageList')//
},
/**
* @description: 登出

View File

@ -79,7 +79,7 @@ export default {
return
}
const endTime = Math.floor(new Date(this.form.date).getTime() / 1000 + 86400)
const endTime = Math.floor(new Date(this.form.date).setHours(23, 59, 59, 999) / 1000)//
const res = await pubMessage(this.form.tit, this.form.message, this.idArr, endTime)

View File

@ -43,7 +43,7 @@
{{ scope.row.apply_time | parseTime('{y}-{m}-{d}') }}
</template>
</el-table-column>
<el-table-column prop="controler" label="操作" width="200" min-width="200">
<el-table-column prop="controler" label="操作" width="380" min-width="380">
<template slot-scope="scope">
<el-button-group>
<el-button type="primary" class="iconfont icon-youxishoubing"

View File

@ -69,7 +69,7 @@ export default {
this.$store.dispatch('fetchSpuList')// spu
this.$store.dispatch('fetchSkuList')// sku
this.$store.dispatch('fetchPaidOrderList')//
this.$store.dispatch('fetchMessageList')//
this.$store.dispatch('fetchMessageList')//
},
watch: {
/**