|
@@ -9,6 +9,7 @@ import newly0 from "@/assets/image/CID/newly0.png";
|
|
|
import LeaderLine from "../../../../public/leader-line.min.js";
|
|
|
import AnimEvent from "../../../../public/anim-event.min.js";
|
|
|
import { hiddenLine2, hiddenLineDialog } from "@/utils/linesPosition";
|
|
|
+import jiantou from "@/assets/image/CID/jiantou.png";
|
|
|
const props = defineProps({
|
|
|
clickRowDatas: {
|
|
|
type: Object,
|
|
@@ -837,6 +838,7 @@ onMounted(() => {
|
|
|
<span v-else>【空】</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <img :src="jiantou" alt="" style="width: 40px;">
|
|
|
<div class="middle-right">
|
|
|
<div class="type-text up-type-text wraps middle-up-type-text">
|
|
|
<span v-if="value2">{{ value2 }}</span>
|
|
@@ -1054,7 +1056,7 @@ onMounted(() => {
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
text-align: center;
|
|
|
- padding: 10px 40px;
|
|
|
+ padding: 10px 10px;
|
|
|
margin-bottom: 45px;
|
|
|
}
|
|
|
}
|