diff --git a/examples/assets/kuwei/134.png b/examples/assets/kuwei/134.png
new file mode 100644
index 0000000..07b1a9b
Binary files /dev/null and b/examples/assets/kuwei/134.png differ
diff --git a/resource/mdkw/KuWei.vue b/resource/mdkw/KuWei.vue
index 67a6dbe..740c6e7 100644
--- a/resource/mdkw/KuWei.vue
+++ b/resource/mdkw/KuWei.vue
@@ -64,10 +64,10 @@
>
@@ -76,6 +76,7 @@
v-if="item.type==4"
placement="top-start"
trigger="hover"
+ :title="item.code"
:content="item.id"
width="160px"
>
@@ -93,15 +94,33 @@
v-if="item.type==5"
placement="top-start"
trigger="hover"
+ :title="item.code"
:content="item.id"
width="160px"
>
+
+
+
+
+
@@ -119,6 +138,7 @@ import img_jinyong from "@/assets/kuwei/132.png";
import img_kong from "@/assets/kuwei/133.png";
import img_3 from "@/assets/kuwei/md3.png";
import img_5 from "@/assets/kuwei/md5.png";
+import img_134 from "@/assets/kuwei/134.png";
import type KuWeiComponent from './config'
import type { KuWeiType } from './type'
import { ElNotification } from 'element-plus'
@@ -254,6 +274,14 @@ span {
height: 100%;
border-radius:3px;
}
+.seatImg6Class {
+ background: #B4870CFF;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%;
+ border-radius:3px;
+}
.title {
width: 100%;
height: 35px;