diff --git a/src/views/dashboard/related/components/LogTable/Index.vue b/src/views/dashboard/related/components/LogTable/Index.vue index 6eff5eb0..087e56d7 100644 --- a/src/views/dashboard/related/components/LogTable/Index.vue +++ b/src/views/dashboard/related/components/LogTable/Index.vue @@ -19,19 +19,24 @@ limitations under the License. --> - - - - {{ t(item.value) }} - - - {{ t(item.value) }} - + class="method" + :style="`width: ${item.method}px`" + v-if="item.drag" + :key="index" + > + + + + {{ t(item.value) }} + + + {{ t(item.value) }} + @@ -65,7 +70,7 @@ limitations under the License. -->