diff --git a/src/components/FormComponents/CustomForm/index.vue b/src/components/FormComponents/CustomForm/index.vue index 8e1c7b645461c2bd85a696f4d92555ba14a2ffc5..7e7a92f1d81b912aae21bf5df99037e1f3137054 100644 --- a/src/components/FormComponents/CustomForm/index.vue +++ b/src/components/FormComponents/CustomForm/index.vue @@ -45,6 +45,7 @@ :key="gIndex" :name="g.prop" :disabled="!g.arrow" + :class="g.prop == '1669858313508_15760' ? 'otherItemClass' : ''" > @@ -395,4 +394,14 @@ export default { font-family: AlibabaPuHuiTiR; color: #ff4d4f; } +.otherItemClass { + ::v-deep { + .row24:not(:last-child) { + border-left: 0px; + } + .row24:last-child { + border-left: 1px solid #cccccc; + } + } +} diff --git a/src/views/followupentry/index.vue b/src/views/followupentry/index.vue index 895f6b2ce31d913b9e83e66db740e620c1bbfcd8..c1ee114e6cb30073ac76254c6d7ded775fdcbc43 100644 --- a/src/views/followupentry/index.vue +++ b/src/views/followupentry/index.vue @@ -1,5 +1,6 @@ - + diff --git a/src/views/followupresearch/index.vue b/src/views/followupresearch/index.vue index 28f7ffc5718c07868865a25b1cce9ba6ebc69712..420ff7187041078739fe40bffc4394564ba3c263 100644 --- a/src/views/followupresearch/index.vue +++ b/src/views/followupresearch/index.vue @@ -1,4 +1,5 @@