|
@@ -10,11 +10,7 @@
|
|
|
width: isMobile ? '100%' : data.property.width + 'px',
|
|
width: isMobile ? '100%' : data.property.width + 'px',
|
|
|
}"
|
|
}"
|
|
|
>
|
|
>
|
|
|
- <table
|
|
|
|
|
- :style="{
|
|
|
|
|
- width: '100%',
|
|
|
|
|
- }"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <table style="width: 100%; table-layout: fixed">
|
|
|
<colgroup>
|
|
<colgroup>
|
|
|
<col v-for="(item, i) in data.col_width" :key="`col-${i}`" :style="{ width: `${item.value}%` }" />
|
|
<col v-for="(item, i) in data.col_width" :key="`col-${i}`" :style="{ width: `${item.value}%` }" />
|
|
|
</colgroup>
|
|
</colgroup>
|
|
@@ -255,11 +251,7 @@
|
|
|
height: data.property.height + 'px',
|
|
height: data.property.height + 'px',
|
|
|
}"
|
|
}"
|
|
|
>
|
|
>
|
|
|
- <table
|
|
|
|
|
- :style="{
|
|
|
|
|
- width: '100%',
|
|
|
|
|
- }"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <table style="width: 100%; table-layout: fixed">
|
|
|
<colgroup>
|
|
<colgroup>
|
|
|
<col v-for="(item, i) in data.col_width" :key="`col-${i}`" :style="{ width: `${item.value}%` }" />
|
|
<col v-for="(item, i) in data.col_width" :key="`col-${i}`" :style="{ width: `${item.value}%` }" />
|
|
|
</colgroup>
|
|
</colgroup>
|