|
@ -1,5 +1,5 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="inner" :style="{ paddingTop: detailValueType === 1 ? '28px' : '' }"> |
|
|
<div class="inner" style="padding-top: 28px"> |
|
|
<Demonstration /> |
|
|
<Demonstration /> |
|
|
<div class="w-full" v-for="(item, index) in testList" :key="index"> |
|
|
<div class="w-full" v-for="(item, index) in testList" :key="index"> |
|
|
<template v-if="item.testType === 1"> |
|
|
<template v-if="item.testType === 1"> |
|
|