bug 78357

This commit is contained in:
赵霄
2023-12-07 09:44:32 +08:00
parent ae9cbe1f40
commit b1f5f5b594
@@ -211,7 +211,7 @@ export default {
columns: [
{
title: this.$t('number'),
width: 30,
width: 60,
customRender: function (t, r, index) {
return parseInt(index) + 1
}
@@ -244,7 +244,7 @@ export default {
tableColumns: [
{
title: this.$t('number'),
width: 30,
width: 60,
customRender: function (t, r, index) {
return parseInt(index) + 1
}
@@ -473,6 +473,7 @@ export default {
.detail-content-box {
display: flex;
height: calc(100% - 152px);
min-height: calc(340px + 46px + 40px + 72px + 48px);
}
.detail-content-left {