bug 78357
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user